Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)