Shades of Free Speech Green #0EEA0A
Tints of Free Speech Green #0EEA0A
RGB
CMYK
RGB Variations
Color information
#0EEA0A (or 0x0EEA0A) is known color: Free Speech Green. HEX triplet: 0E, EA and 0A. RGB value is (14,234,10). Sum of RGB (Red+Green+Blue) = 14+234+10=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 234 (91.80% from 255 or 90.70% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA0A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEA0A is #F115F5. Grayscale: #8F8F8F. Windows color (decimal): -15799798 or 715278. OLE color: 715278.
HSL color Cylindrical-coordinate representation of color #0EEA0A: hue angle of 118.93º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0EEA0A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 10 | - |
| CMYK | 0.94 | 0 | 0.96 | 0.08 |
| HSL | 118.93º | 0.92% | 0.48% | - |
| HSV(B) | 118.93º | 0.96% | 0.92% | - |
| XYZ | 29.66 | 58.96 | 10.1 | - |
| YUV | 142.68 | 53.11 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 10 | 0.94 | 0 | 0.96 | 0.08 | 118.93 | 0.92 | 0.48 |
| Hex | E | EA | A | 5E | 0 | 60 | 8 | 77 | 5C | 30 |
| Octal | 16 | 352 | 12 | 136 | 0 | 140 | 10 | 167 | 134 | 60 |
| Binary | 1110 | 11101010 | 1010 | 1011110 | 0 | 1100000 | 1000 | 1110111 | 1011100 | 110000 |
Color Harmonies of #0EEA0A
Complementary color
Monochromatic Colors of #0EEA0A
Black with #0EEA0A
Text Example
Text Example
White with #0EEA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA0A; }
p { color: rgb(14,234,10); }
H1.HeaderClassName
{
color: #0EEA0A;
}
.AnyTagClassName
{
color: #0EEA0A;
}
</style>
background-color css
<style>
a { background-color: #0EEA0A; }
a { background-color: rgb(14,234,10); }
div.DivClassName
{
background-color: #0EEA0A;
}
.BgClassName
{
background-color: #0EEA0A;
}
</style>
border-color css
<style>
span { border-color: #0EEA0A; }
span { border-color: rgb(14,234,10); }
td.TdClassName
{
border-color: #0EEA0A;
}
.TagClassName
{
border-color: #0EEA0A;
}
</style>