Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonicwu/alfred-rgb2hex
Alfred workflow to convert RGB values of a color to a hexadecimal string
https://github.com/sonicwu/alfred-rgb2hex
Last synced: 7 days ago
JSON representation
Alfred workflow to convert RGB values of a color to a hexadecimal string
- Host: GitHub
- URL: https://github.com/sonicwu/alfred-rgb2hex
- Owner: sonicwu
- Created: 2016-02-24T16:54:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-09-04T17:08:39.000Z (about 2 years ago)
- Last Synced: 2024-08-02T15:45:07.524Z (3 months ago)
- Language: Python
- Size: 959 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alfred-rgb2hex
Alfred workflow to convert RGB values of color to hexadecimal string and vice versa, the result will be copied into clipboard.## Download
You can download the workflow file from the [releases](../../releases) page.
## Example
### the rgb input separated by whitespaces
![](https://raw.githubusercontent.com/sonicwu/alfred-rgb2hex/master/screenshots/rgb_input_with_comma.png)
### the rgb input separated by commas
![](https://raw.githubusercontent.com/sonicwu/alfred-rgb2hex/master/screenshots/rgb_input_with_whitespace.png)
### the hex input
![](https://raw.githubusercontent.com/sonicwu/alfred-rgb2hex/master/screenshots/hex_input.png)
### the invalid rgb input
![](https://raw.githubusercontent.com/sonicwu/alfred-rgb2hex/master/screenshots/invalid_rgb_input.png)
### the invalid hex input
![](https://raw.githubusercontent.com/sonicwu/alfred-rgb2hex/master/screenshots/invalid_hex_input.png)