Shades of Free Speech Green #0EE929
Tints of Free Speech Green #0EE929
RGB
CMYK
RGB Variations
Color information
#0EE929 (or 0x0EE929) is known color: Free Speech Green. HEX triplet: 0E, E9 and 29. RGB value is (14,233,41). Sum of RGB (Red+Green+Blue) = 14+233+41=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 233 (91.41% from 255 or 80.90% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE929 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE929 is #F116D6. Grayscale: #929292. Windows color (decimal): -15800023 or 2746638. OLE color: 2746638.
HSL color Cylindrical-coordinate representation of color #0EE929: hue angle of 127.4º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE929 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 41 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.09 |
| HSL | 127.4º | 0.89% | 0.48% | - |
| HSV(B) | 127.4º | 0.94% | 0.91% | - |
| XYZ | 29.72 | 58.53 | 11.83 | - |
| YUV | 145.63 | 68.95 | 34.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 41 | 0.94 | 0 | 0.82 | 0.09 | 127.4 | 0.89 | 0.48 |
| Hex | E | E9 | 29 | 5E | 0 | 52 | 9 | 7F | 59 | 30 |
| Octal | 16 | 351 | 51 | 136 | 0 | 122 | 11 | 177 | 131 | 60 |
| Binary | 1110 | 11101001 | 101001 | 1011110 | 0 | 1010010 | 1001 | 1111111 | 1011001 | 110000 |
Color Harmonies of #0EE929
Complementary color
Monochromatic Colors of #0EE929
Black with #0EE929
Text Example
Text Example
White with #0EE929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE929; }
p { color: rgb(14,233,41); }
H1.HeaderClassName
{
color: #0EE929;
}
.AnyTagClassName
{
color: #0EE929;
}
</style>
background-color css
<style>
a { background-color: #0EE929; }
a { background-color: rgb(14,233,41); }
div.DivClassName
{
background-color: #0EE929;
}
.BgClassName
{
background-color: #0EE929;
}
</style>
border-color css
<style>
span { border-color: #0EE929; }
span { border-color: rgb(14,233,41); }
td.TdClassName
{
border-color: #0EE929;
}
.TagClassName
{
border-color: #0EE929;
}
</style>