Shades of Free Speech Green #0EF720
Tints of Free Speech Green #0EF720
RGB
CMYK
RGB Variations
Color information
#0EF720 (or 0x0EF720) is known color: Free Speech Green. HEX triplet: 0E, F7 and 20. RGB value is (14,247,32). Sum of RGB (Red+Green+Blue) = 14+247+32=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 247 (96.88% from 255 or 84.30% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF720 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0EF720 is #F108DF. Grayscale: #999999. Windows color (decimal): -15796448 or 2160398. OLE color: 2160398.
HSL color Cylindrical-coordinate representation of color #0EF720: hue angle of 124.64º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF720 is Cyan = 0.94, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 32 | - |
| CMYK | 0.94 | 0 | 0.87 | 0.03 |
| HSL | 124.64º | 0.94% | 0.51% | - |
| HSV(B) | 124.64º | 0.94% | 0.97% | - |
| XYZ | 33.7 | 66.72 | 12.47 | - |
| YUV | 152.82 | 59.81 | 28.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 32 | 0.94 | 0 | 0.87 | 0.03 | 124.64 | 0.94 | 0.51 |
| Hex | E | F7 | 20 | 5E | 0 | 57 | 3 | 7D | 5E | 33 |
| Octal | 16 | 367 | 40 | 136 | 0 | 127 | 3 | 175 | 136 | 63 |
| Binary | 1110 | 11110111 | 100000 | 1011110 | 0 | 1010111 | 11 | 1111101 | 1011110 | 110011 |
Color Harmonies of #0EF720
Complementary color
Monochromatic Colors of #0EF720
Black with #0EF720
Text Example
Text Example
White with #0EF720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF720; }
p { color: rgb(14,247,32); }
H1.HeaderClassName
{
color: #0EF720;
}
.AnyTagClassName
{
color: #0EF720;
}
</style>
background-color css
<style>
a { background-color: #0EF720; }
a { background-color: rgb(14,247,32); }
div.DivClassName
{
background-color: #0EF720;
}
.BgClassName
{
background-color: #0EF720;
}
</style>
border-color css
<style>
span { border-color: #0EF720; }
span { border-color: rgb(14,247,32); }
td.TdClassName
{
border-color: #0EF720;
}
.TagClassName
{
border-color: #0EF720;
}
</style>