Shades of Free Speech Green #01E409
Tints of Free Speech Green #01E409
RGB
CMYK
RGB Variations
Color information
#01E409 (or 0x01E409) is known color: Free Speech Green. HEX triplet: 01, E4 and 09. RGB value is (1,228,9). Sum of RGB (Red+Green+Blue) = 1+228+9=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 228 (89.45% from 255 or 95.80% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 228 - color contains mainly: green. Hex color #01E409 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E409 is #FE1BF6. Grayscale: #878787. Windows color (decimal): -16653303 or 648193. OLE color: 648193.
HSL color Cylindrical-coordinate representation of color #01E409: hue angle of 122.11º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E409 is Cyan = 1.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 9 | - |
| CMYK | 1.00 | 0 | 0.96 | 0.11 |
| HSL | 122.11º | 0.99% | 0.45% | - |
| HSV(B) | 122.11º | 1% | 0.89% | - |
| XYZ | 27.81 | 55.51 | 9.51 | - |
| YUV | 135.16 | 56.79 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 9 | 1.00 | 0 | 0.96 | 0.11 | 122.11 | 0.99 | 0.45 |
| Hex | 1 | E4 | 9 | 64 | 0 | 60 | B | 7A | 63 | 2D |
| Octal | 1 | 344 | 11 | 144 | 0 | 140 | 13 | 172 | 143 | 55 |
| Binary | 1 | 11100100 | 1001 | 1100100 | 0 | 1100000 | 1011 | 1111010 | 1100011 | 101101 |
Color Harmonies of #01E409
Complementary color
Monochromatic Colors of #01E409
Black with #01E409
Text Example
Text Example
White with #01E409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E409; }
p { color: rgb(1,228,9); }
H1.HeaderClassName
{
color: #01E409;
}
.AnyTagClassName
{
color: #01E409;
}
</style>
background-color css
<style>
a { background-color: #01E409; }
a { background-color: rgb(1,228,9); }
div.DivClassName
{
background-color: #01E409;
}
.BgClassName
{
background-color: #01E409;
}
</style>
border-color css
<style>
span { border-color: #01E409; }
span { border-color: rgb(1,228,9); }
td.TdClassName
{
border-color: #01E409;
}
.TagClassName
{
border-color: #01E409;
}
</style>