Shades of Free Speech Green #0EE009
Tints of Free Speech Green #0EE009
RGB
CMYK
RGB Variations
Color information
#0EE009 (or 0x0EE009) is known color: Free Speech Green. HEX triplet: 0E, E0 and 09. RGB value is (14,224,9). Sum of RGB (Red+Green+Blue) = 14+224+9=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 224 (87.89% from 255 or 90.69% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE009 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE009 is #F11FF6. Grayscale: #898989. Windows color (decimal): -15802359 or 647182. OLE color: 647182.
HSL color Cylindrical-coordinate representation of color #0EE009: hue angle of 118.6º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EE009 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 9 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.12 |
| HSL | 118.6º | 0.92% | 0.46% | - |
| HSV(B) | 118.6º | 0.96% | 0.88% | - |
| XYZ | 26.89 | 53.42 | 9.15 | - |
| YUV | 136.7 | 55.93 | 40.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 9 | 0.94 | 0 | 0.96 | 0.12 | 118.6 | 0.92 | 0.46 |
| Hex | E | E0 | 9 | 5E | 0 | 60 | C | 77 | 5C | 2E |
| Octal | 16 | 340 | 11 | 136 | 0 | 140 | 14 | 167 | 134 | 56 |
| Binary | 1110 | 11100000 | 1001 | 1011110 | 0 | 1100000 | 1100 | 1110111 | 1011100 | 101110 |
Color Harmonies of #0EE009
Complementary color
Monochromatic Colors of #0EE009
Black with #0EE009
Text Example
Text Example
White with #0EE009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE009; }
p { color: rgb(14,224,9); }
H1.HeaderClassName
{
color: #0EE009;
}
.AnyTagClassName
{
color: #0EE009;
}
</style>
background-color css
<style>
a { background-color: #0EE009; }
a { background-color: rgb(14,224,9); }
div.DivClassName
{
background-color: #0EE009;
}
.BgClassName
{
background-color: #0EE009;
}
</style>
border-color css
<style>
span { border-color: #0EE009; }
span { border-color: rgb(14,224,9); }
td.TdClassName
{
border-color: #0EE009;
}
.TagClassName
{
border-color: #0EE009;
}
</style>