Skip to content

g1eny0ung/Alfred-Colors-workflow

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

Alfred-Colors-workflow

Download

CSS colors conversion (hex, rgb, hsl)

The keyword is c, you can change it with your habit.

demo

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

About

hex <=> rgb <=> hsl

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages