Shades of Free Speech Green #01D609
Tints of Free Speech Green #01D609
RGB
CMYK
RGB Variations
Color information
#01D609 (or 0x01D609) is known color: Free Speech Green. HEX triplet: 01, D6 and 09. RGB value is (1,214,9). Sum of RGB (Red+Green+Blue) = 1+214+9=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 214 (83.98% from 255 or 95.54% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 214 - color contains mainly: green. Hex color #01D609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D609 is #FE29F6. Grayscale: #7F7F7F. Windows color (decimal): -16656887 or 644609. OLE color: 644609.
HSL color Cylindrical-coordinate representation of color #01D609: hue angle of 122.25º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D609 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 214 | 9 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.16 |
| HSL | 122.25º | 0.99% | 0.42% | - |
| HSV(B) | 122.25º | 1% | 0.84% | - |
| XYZ | 24.11 | 48.12 | 8.28 | - |
| YUV | 126.94 | 61.43 | 38.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 214 | 9 | 1.00 | 0 | 0.96 | 0.16 | 122.25 | 0.99 | 0.42 |
| Hex | 1 | D6 | 9 | 64 | 0 | 60 | 10 | 7A | 63 | 2A |
| Octal | 1 | 326 | 11 | 144 | 0 | 140 | 20 | 172 | 143 | 52 |
| Binary | 1 | 11010110 | 1001 | 1100100 | 0 | 1100000 | 10000 | 1111010 | 1100011 | 101010 |
Color Harmonies of #01D609
Complementary color
Monochromatic Colors of #01D609
Black with #01D609
Text Example
Text Example
White with #01D609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D609; }
p { color: rgb(1,214,9); }
H1.HeaderClassName
{
color: #01D609;
}
.AnyTagClassName
{
color: #01D609;
}
</style>
background-color css
<style>
a { background-color: #01D609; }
a { background-color: rgb(1,214,9); }
div.DivClassName
{
background-color: #01D609;
}
.BgClassName
{
background-color: #01D609;
}
</style>
border-color css
<style>
span { border-color: #01D609; }
span { border-color: rgb(1,214,9); }
td.TdClassName
{
border-color: #01D609;
}
.TagClassName
{
border-color: #01D609;
}
</style>