Shades of Free Speech Green #09E814
Tints of Free Speech Green #09E814
RGB
CMYK
RGB Variations
Color information
#09E814 (or 0x09E814) is known color: Free Speech Green. HEX triplet: 09, E8 and 14. RGB value is (9,232,20). Sum of RGB (Red+Green+Blue) = 9+232+20=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 232 (91.02% from 255 or 88.89% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 232 - color contains mainly: green. Hex color #09E814 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09E814 is #F617EB. Grayscale: #8D8D8D. Windows color (decimal): -16127980 or 1370121. OLE color: 1370121.
HSL color Cylindrical-coordinate representation of color #09E814: hue angle of 122.96º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E814 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 9 | 232 | 20 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.09 |
| HSL | 122.96º | 0.93% | 0.47% | - |
| HSV(B) | 122.96º | 0.96% | 0.91% | - |
| XYZ | 29.1 | 57.82 | 10.29 | - |
| YUV | 141.16 | 59.62 | 33.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 232 | 20 | 0.96 | 0 | 0.91 | 0.09 | 122.96 | 0.93 | 0.47 |
| Hex | 9 | E8 | 14 | 60 | 0 | 5B | 9 | 7B | 5D | 2F |
| Octal | 11 | 350 | 24 | 140 | 0 | 133 | 11 | 173 | 135 | 57 |
| Binary | 1001 | 11101000 | 10100 | 1100000 | 0 | 1011011 | 1001 | 1111011 | 1011101 | 101111 |
Color Harmonies of #09E814
Complementary color
Monochromatic Colors of #09E814
Black with #09E814
Text Example
Text Example
White with #09E814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09E814; }
p { color: rgb(9,232,20); }
H1.HeaderClassName
{
color: #09E814;
}
.AnyTagClassName
{
color: #09E814;
}
</style>
background-color css
<style>
a { background-color: #09E814; }
a { background-color: rgb(9,232,20); }
div.DivClassName
{
background-color: #09E814;
}
.BgClassName
{
background-color: #09E814;
}
</style>
border-color css
<style>
span { border-color: #09E814; }
span { border-color: rgb(9,232,20); }
td.TdClassName
{
border-color: #09E814;
}
.TagClassName
{
border-color: #09E814;
}
</style>