Shades of Free Speech Green #0EE720
Tints of Free Speech Green #0EE720
RGB
CMYK
RGB Variations
Color information
#0EE720 (or 0x0EE720) is known color: Free Speech Green. HEX triplet: 0E, E7 and 20. RGB value is (14,231,32). Sum of RGB (Red+Green+Blue) = 14+231+32=277 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.05% from 277); Green value is 231 (90.62% from 255 or 83.39% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE720 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EE720 is #F118DF. Grayscale: #909090. Windows color (decimal): -15800544 or 2156302. OLE color: 2156302.
HSL color Cylindrical-coordinate representation of color #0EE720: hue angle of 124.98º 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 #0EE720 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 32 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.09 |
| HSL | 124.98º | 0.89% | 0.48% | - |
| HSV(B) | 124.98º | 0.94% | 0.91% | - |
| XYZ | 29.02 | 57.35 | 10.91 | - |
| YUV | 143.43 | 65.11 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 32 | 0.94 | 0 | 0.86 | 0.09 | 124.98 | 0.89 | 0.48 |
| Hex | E | E7 | 20 | 5E | 0 | 56 | 9 | 7D | 59 | 30 |
| Octal | 16 | 347 | 40 | 136 | 0 | 126 | 11 | 175 | 131 | 60 |
| Binary | 1110 | 11100111 | 100000 | 1011110 | 0 | 1010110 | 1001 | 1111101 | 1011001 | 110000 |
Color Harmonies of #0EE720
Complementary color
Monochromatic Colors of #0EE720
Black with #0EE720
Text Example
Text Example
White with #0EE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE720; }
p { color: rgb(14,231,32); }
H1.HeaderClassName
{
color: #0EE720;
}
.AnyTagClassName
{
color: #0EE720;
}
</style>
background-color css
<style>
a { background-color: #0EE720; }
a { background-color: rgb(14,231,32); }
div.DivClassName
{
background-color: #0EE720;
}
.BgClassName
{
background-color: #0EE720;
}
</style>
border-color css
<style>
span { border-color: #0EE720; }
span { border-color: rgb(14,231,32); }
td.TdClassName
{
border-color: #0EE720;
}
.TagClassName
{
border-color: #0EE720;
}
</style>