Shades of Free Speech Green #01D409
Tints of Free Speech Green #01D409
RGB
CMYK
RGB Variations
Color information
#01D409 (or 0x01D409) is known color: Free Speech Green. HEX triplet: 01, D4 and 09. RGB value is (1,212,9). Sum of RGB (Red+Green+Blue) = 1+212+9=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 212 (83.20% from 255 or 95.50% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 212 - color contains mainly: green. Hex color #01D409 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D409 is #FE2BF6. Grayscale: #7E7E7E. Windows color (decimal): -16657399 or 644097. OLE color: 644097.
HSL color Cylindrical-coordinate representation of color #01D409: hue angle of 122.27º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D409 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 212 | 9 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.17 |
| HSL | 122.27º | 0.99% | 0.42% | - |
| HSV(B) | 122.27º | 1% | 0.83% | - |
| XYZ | 23.61 | 47.11 | 8.11 | - |
| YUV | 125.77 | 62.1 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 212 | 9 | 1.00 | 0 | 0.96 | 0.17 | 122.27 | 0.99 | 0.42 |
| Hex | 1 | D4 | 9 | 64 | 0 | 60 | 11 | 7A | 63 | 2A |
| Octal | 1 | 324 | 11 | 144 | 0 | 140 | 21 | 172 | 143 | 52 |
| Binary | 1 | 11010100 | 1001 | 1100100 | 0 | 1100000 | 10001 | 1111010 | 1100011 | 101010 |
Color Harmonies of #01D409
Complementary color
Monochromatic Colors of #01D409
Black with #01D409
Text Example
Text Example
White with #01D409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D409; }
p { color: rgb(1,212,9); }
H1.HeaderClassName
{
color: #01D409;
}
.AnyTagClassName
{
color: #01D409;
}
</style>
background-color css
<style>
a { background-color: #01D409; }
a { background-color: rgb(1,212,9); }
div.DivClassName
{
background-color: #01D409;
}
.BgClassName
{
background-color: #01D409;
}
</style>
border-color css
<style>
span { border-color: #01D409; }
span { border-color: rgb(1,212,9); }
td.TdClassName
{
border-color: #01D409;
}
.TagClassName
{
border-color: #01D409;
}
</style>