Alfred-Colors-workflow
Alfred-Colors-workflow copied to clipboard
Convert CSS colors between hex, rgb, hsl in Alfred.
Alfred-Colors-workflow
CSS colors conversion (hex, rgb, hsl)
The keyword is c, you can change it with your habit.
Pre Install
brew install ruby
gem install chunky_png
Formats
keywords
- black => #000
- darkblue => #00008b
- yellowgreen => #9acd32
hex
- #ffffff
- ffffff
- #fff
- fff
rgb
rgb(...) is optional
- rgb(255, 255, 255)
- rgb(255-255-255)
- rgb(255 255 255)
- rgb(255|255|255)
hsl
hsl(...) is optional
- hsl(0, 0%, 100%)
- same as rgb
Credits
Icons made by Roundicons from www.flaticon.com