Shades of Free Speech Green #0EE917
Tints of Free Speech Green #0EE917
RGB
CMYK
RGB Variations
Color information
#0EE917 (or 0x0EE917) is known color: Free Speech Green. HEX triplet: 0E, E9 and 17. RGB value is (14,233,23). Sum of RGB (Red+Green+Blue) = 14+233+23=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 233 (91.41% from 255 or 86.30% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 233 - color contains mainly: green. Hex color #0EE917 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE917 is #F116E8. Grayscale: #909090. Windows color (decimal): -15800041 or 1566990. OLE color: 1566990.
HSL color Cylindrical-coordinate representation of color #0EE917: hue angle of 122.47º 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 #0EE917 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 233 | 23 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.09 |
| HSL | 122.47º | 0.89% | 0.48% | - |
| HSV(B) | 122.47º | 0.94% | 0.91% | - |
| XYZ | 29.47 | 58.43 | 10.54 | - |
| YUV | 143.58 | 59.95 | 35.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 233 | 23 | 0.94 | 0 | 0.90 | 0.09 | 122.47 | 0.89 | 0.48 |
| Hex | E | E9 | 17 | 5E | 0 | 5A | 9 | 7A | 59 | 30 |
| Octal | 16 | 351 | 27 | 136 | 0 | 132 | 11 | 172 | 131 | 60 |
| Binary | 1110 | 11101001 | 10111 | 1011110 | 0 | 1011010 | 1001 | 1111010 | 1011001 | 110000 |
Color Harmonies of #0EE917
Complementary color
Monochromatic Colors of #0EE917
Black with #0EE917
Text Example
Text Example
White with #0EE917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE917; }
p { color: rgb(14,233,23); }
H1.HeaderClassName
{
color: #0EE917;
}
.AnyTagClassName
{
color: #0EE917;
}
</style>
background-color css
<style>
a { background-color: #0EE917; }
a { background-color: rgb(14,233,23); }
div.DivClassName
{
background-color: #0EE917;
}
.BgClassName
{
background-color: #0EE917;
}
</style>
border-color css
<style>
span { border-color: #0EE917; }
span { border-color: rgb(14,233,23); }
td.TdClassName
{
border-color: #0EE917;
}
.TagClassName
{
border-color: #0EE917;
}
</style>