All Projects β†’ g1eny0ung β†’ Alfred-Colors-workflow

g1eny0ung / Alfred-Colors-workflow

Licence: MIT license
hex <=> rgb <=> hsl

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Alfred-Colors-workflow

colors-convert
🦚 A simple colors library
Stars: ✭ 15 (-46.43%)
Mutual labels:  hex, hsl, rgb
colorsys.rs
Lib for modifying colors and converting to other spaces
Stars: ✭ 28 (+0%)
Mutual labels:  hex, hsl, rgb
ColorMinePortable
ColorMinePortable
Stars: ✭ 37 (+32.14%)
Mutual labels:  hex, hsl, rgb
ColorHelper
No description or website provided.
Stars: ✭ 34 (+21.43%)
Mutual labels:  hex, hsl, rgb
Colorhighlight
🎨 Lightweight Color Highlight colorizer for Sublime Text
Stars: ✭ 76 (+171.43%)
Mutual labels:  hex, hsl, rgb
Gradstop
JavaScript micro library to generate gradient color stops πŸ³οΈβ€πŸŒˆ
Stars: ✭ 144 (+414.29%)
Mutual labels:  hex, hsl, rgb
Farge
🎈Tell the name of hex color
Stars: ✭ 23 (-17.86%)
Mutual labels:  hex, hsl, rgb
vscode-color
Helper with GUI to generate color codes such as CSS color notations.
Stars: ✭ 88 (+214.29%)
Mutual labels:  hex, hsl, rgb
React Color Extractor
A React component which extracts colors from an image
Stars: ✭ 314 (+1021.43%)
Mutual labels:  hex, hsl, rgb
color
A library of well-tested helper methods for working with colors.
Stars: ✭ 13 (-53.57%)
Mutual labels:  hex, hsl, rgb
Culori
A comprehensive color library for JavaScript.
Stars: ✭ 271 (+867.86%)
Mutual labels:  hex, hsl, rgb
khroma
A collection of functions for manipulating CSS colors, inspired by SASS.
Stars: ✭ 28 (+0%)
Mutual labels:  hex, hsl, rgb
Values.js
πŸ‡ Get the tints and shades of a color
Stars: ✭ 97 (+246.43%)
Mutual labels:  hex, hsl, rgb
go-rainbow
Golang Helper for beautiful CLI Applications
Stars: ✭ 86 (+207.14%)
Mutual labels:  hex, rgb
Tints And Shades
🌈 Display tints and shades of a given hex color in 10% increments.
Stars: ✭ 228 (+714.29%)
Mutual labels:  hex, rgb
React Colorpickr
A themeable colorpicker with HSL and RGB support for React
Stars: ✭ 180 (+542.86%)
Mutual labels:  hsl, rgb
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (+89.29%)
Mutual labels:  hex, rgb
hex-to-css-filter
Easy way to generate colors from HEX to CSS Filters
Stars: ✭ 20 (-28.57%)
Mutual labels:  hex, rgb
Colorpicker
A mininal but complete colorpicker desktop app
Stars: ✭ 766 (+2635.71%)
Mutual labels:  hex, rgb
Xcodecolorsense
🎈 An Xcode plugin that makes working with color easier
Stars: ✭ 79 (+182.14%)
Mutual labels:  hex, rgb

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].