Shades of Free Speech Green #0EEA28
Tints of Free Speech Green #0EEA28
RGB
CMYK
RGB Variations
Color information
#0EEA28 (or 0x0EEA28) is known color: Free Speech Green. HEX triplet: 0E, EA and 28. RGB value is (14,234,40). Sum of RGB (Red+Green+Blue) = 14+234+40=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 234 (91.80% from 255 or 81.25% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEA28 is #F115D7. Grayscale: #929292. Windows color (decimal): -15799768 or 2681358. OLE color: 2681358.
HSL color Cylindrical-coordinate representation of color #0EEA28: hue angle of 127.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEA28 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 40 | - |
| CMYK | 0.94 | 0 | 0.83 | 0.08 |
| HSL | 127.09º | 0.89% | 0.49% | - |
| HSV(B) | 127.09º | 0.94% | 0.92% | - |
| XYZ | 29.99 | 59.09 | 11.83 | - |
| YUV | 146.1 | 68.11 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 40 | 0.94 | 0 | 0.83 | 0.08 | 127.09 | 0.89 | 0.49 |
| Hex | E | EA | 28 | 5E | 0 | 53 | 8 | 7F | 59 | 31 |
| Octal | 16 | 352 | 50 | 136 | 0 | 123 | 10 | 177 | 131 | 61 |
| Binary | 1110 | 11101010 | 101000 | 1011110 | 0 | 1010011 | 1000 | 1111111 | 1011001 | 110001 |
Color Harmonies of #0EEA28
Complementary color
Monochromatic Colors of #0EEA28
Black with #0EEA28
Text Example
Text Example
White with #0EEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA28; }
p { color: rgb(14,234,40); }
H1.HeaderClassName
{
color: #0EEA28;
}
.AnyTagClassName
{
color: #0EEA28;
}
</style>
background-color css
<style>
a { background-color: #0EEA28; }
a { background-color: rgb(14,234,40); }
div.DivClassName
{
background-color: #0EEA28;
}
.BgClassName
{
background-color: #0EEA28;
}
</style>
border-color css
<style>
span { border-color: #0EEA28; }
span { border-color: rgb(14,234,40); }
td.TdClassName
{
border-color: #0EEA28;
}
.TagClassName
{
border-color: #0EEA28;
}
</style>