Shades of Free Speech Green #0EE823
Tints of Free Speech Green #0EE823
RGB
CMYK
RGB Variations
Color information
#0EE823 (or 0x0EE823) is known color: Free Speech Green. HEX triplet: 0E, E8 and 23. RGB value is (14,232,35). Sum of RGB (Red+Green+Blue) = 14+232+35=281 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.98% from 281); Green value is 232 (91.02% from 255 or 82.56% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 232 - color contains mainly: green. Hex color #0EE823 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE823 is #F117DC. Grayscale: #909090. Windows color (decimal): -15800285 or 2353166. OLE color: 2353166.
HSL color Cylindrical-coordinate representation of color #0EE823: hue angle of 125.78º 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 #0EE823 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 232 | 35 | - |
| CMYK | 0.94 | 0 | 0.85 | 0.09 |
| HSL | 125.78º | 0.89% | 0.48% | - |
| HSV(B) | 125.78º | 0.94% | 0.91% | - |
| XYZ | 29.34 | 57.93 | 11.22 | - |
| YUV | 144.36 | 66.28 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 232 | 35 | 0.94 | 0 | 0.85 | 0.09 | 125.78 | 0.89 | 0.48 |
| Hex | E | E8 | 23 | 5E | 0 | 55 | 9 | 7E | 59 | 30 |
| Octal | 16 | 350 | 43 | 136 | 0 | 125 | 11 | 176 | 131 | 60 |
| Binary | 1110 | 11101000 | 100011 | 1011110 | 0 | 1010101 | 1001 | 1111110 | 1011001 | 110000 |
Color Harmonies of #0EE823
Complementary color
Monochromatic Colors of #0EE823
Black with #0EE823
Text Example
Text Example
White with #0EE823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE823; }
p { color: rgb(14,232,35); }
H1.HeaderClassName
{
color: #0EE823;
}
.AnyTagClassName
{
color: #0EE823;
}
</style>
background-color css
<style>
a { background-color: #0EE823; }
a { background-color: rgb(14,232,35); }
div.DivClassName
{
background-color: #0EE823;
}
.BgClassName
{
background-color: #0EE823;
}
</style>
border-color css
<style>
span { border-color: #0EE823; }
span { border-color: rgb(14,232,35); }
td.TdClassName
{
border-color: #0EE823;
}
.TagClassName
{
border-color: #0EE823;
}
</style>