Shades of Free Speech Green #0EE008
Tints of Free Speech Green #0EE008
RGB
CMYK
RGB Variations
Color information
#0EE008 (or 0x0EE008) is known color: Free Speech Green. HEX triplet: 0E, E0 and 08. RGB value is (14,224,8). Sum of RGB (Red+Green+Blue) = 14+224+8=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 224 (87.89% from 255 or 91.06% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE008 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE008 is #F11FF7. Grayscale: #898989. Windows color (decimal): -15802360 or 581646. OLE color: 581646.
HSL color Cylindrical-coordinate representation of color #0EE008: hue angle of 118.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EE008 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 224 | 8 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.12 |
| HSL | 118.33º | 0.93% | 0.45% | - |
| HSV(B) | 118.33º | 0.96% | 0.88% | - |
| XYZ | 26.88 | 53.42 | 9.12 | - |
| YUV | 136.59 | 55.43 | 40.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 224 | 8 | 0.94 | 0 | 0.96 | 0.12 | 118.33 | 0.93 | 0.45 |
| Hex | E | E0 | 8 | 5E | 0 | 60 | C | 76 | 5D | 2D |
| Octal | 16 | 340 | 10 | 136 | 0 | 140 | 14 | 166 | 135 | 55 |
| Binary | 1110 | 11100000 | 1000 | 1011110 | 0 | 1100000 | 1100 | 1110110 | 1011101 | 101101 |
Color Harmonies of #0EE008
Complementary color
Monochromatic Colors of #0EE008
Black with #0EE008
Text Example
Text Example
White with #0EE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE008; }
p { color: rgb(14,224,8); }
H1.HeaderClassName
{
color: #0EE008;
}
.AnyTagClassName
{
color: #0EE008;
}
</style>
background-color css
<style>
a { background-color: #0EE008; }
a { background-color: rgb(14,224,8); }
div.DivClassName
{
background-color: #0EE008;
}
.BgClassName
{
background-color: #0EE008;
}
</style>
border-color css
<style>
span { border-color: #0EE008; }
span { border-color: rgb(14,224,8); }
td.TdClassName
{
border-color: #0EE008;
}
.TagClassName
{
border-color: #0EE008;
}
</style>