Shades of Free Speech Green #0EEA29
Tints of Free Speech Green #0EEA29
RGB
CMYK
RGB Variations
Color information
#0EEA29 (or 0x0EEA29) is known color: Free Speech Green. HEX triplet: 0E, EA and 29. RGB value is (14,234,41). Sum of RGB (Red+Green+Blue) = 14+234+41=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 234 (91.80% from 255 or 80.97% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EEA29 is #F115D6. Grayscale: #929292. Windows color (decimal): -15799767 or 2746894. OLE color: 2746894.
HSL color Cylindrical-coordinate representation of color #0EEA29: hue angle of 127.36º 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 #0EEA29 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 14 | 234 | 41 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.08 |
| HSL | 127.36º | 0.89% | 0.49% | - |
| HSV(B) | 127.36º | 0.94% | 0.92% | - |
| XYZ | 30 | 59.1 | 11.92 | - |
| YUV | 146.22 | 68.61 | 33.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 234 | 41 | 0.94 | 0 | 0.82 | 0.08 | 127.36 | 0.89 | 0.49 |
| Hex | E | EA | 29 | 5E | 0 | 52 | 8 | 7F | 59 | 31 |
| Octal | 16 | 352 | 51 | 136 | 0 | 122 | 10 | 177 | 131 | 61 |
| Binary | 1110 | 11101010 | 101001 | 1011110 | 0 | 1010010 | 1000 | 1111111 | 1011001 | 110001 |
Color Harmonies of #0EEA29
Complementary color
Monochromatic Colors of #0EEA29
Black with #0EEA29
Text Example
Text Example
White with #0EEA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEA29; }
p { color: rgb(14,234,41); }
H1.HeaderClassName
{
color: #0EEA29;
}
.AnyTagClassName
{
color: #0EEA29;
}
</style>
background-color css
<style>
a { background-color: #0EEA29; }
a { background-color: rgb(14,234,41); }
div.DivClassName
{
background-color: #0EEA29;
}
.BgClassName
{
background-color: #0EEA29;
}
</style>
border-color css
<style>
span { border-color: #0EEA29; }
span { border-color: rgb(14,234,41); }
td.TdClassName
{
border-color: #0EEA29;
}
.TagClassName
{
border-color: #0EEA29;
}
</style>