Shades of Free Speech Green #0EF007
Tints of Free Speech Green #0EF007
RGB
CMYK
RGB Variations
Color information
#0EF007 (or 0x0EF007) is known color: Free Speech Green. HEX triplet: 0E, F0 and 07. RGB value is (14,240,7). Sum of RGB (Red+Green+Blue) = 14+240+7=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 240 (94.14% from 255 or 91.95% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 240 - color contains mainly: green. Hex color #0EF007 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF007 is #F10FF8. Grayscale: #929292. Windows color (decimal): -15798265 or 520206. OLE color: 520206.
HSL color Cylindrical-coordinate representation of color #0EF007: hue angle of 118.2º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EF007 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 240 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.06 |
| HSL | 118.2º | 0.94% | 0.48% | - |
| HSV(B) | 118.2º | 0.97% | 0.94% | - |
| XYZ | 31.38 | 62.43 | 10.6 | - |
| YUV | 145.86 | 49.63 | 33.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 240 | 7 | 0.94 | 0 | 0.97 | 0.06 | 118.2 | 0.94 | 0.48 |
| Hex | E | F0 | 7 | 5E | 0 | 61 | 6 | 76 | 5E | 30 |
| Octal | 16 | 360 | 7 | 136 | 0 | 141 | 6 | 166 | 136 | 60 |
| Binary | 1110 | 11110000 | 111 | 1011110 | 0 | 1100001 | 110 | 1110110 | 1011110 | 110000 |
Color Harmonies of #0EF007
Complementary color
Monochromatic Colors of #0EF007
Black with #0EF007
Text Example
Text Example
White with #0EF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF007; }
p { color: rgb(14,240,7); }
H1.HeaderClassName
{
color: #0EF007;
}
.AnyTagClassName
{
color: #0EF007;
}
</style>
background-color css
<style>
a { background-color: #0EF007; }
a { background-color: rgb(14,240,7); }
div.DivClassName
{
background-color: #0EF007;
}
.BgClassName
{
background-color: #0EF007;
}
</style>
border-color css
<style>
span { border-color: #0EF007; }
span { border-color: rgb(14,240,7); }
td.TdClassName
{
border-color: #0EF007;
}
.TagClassName
{
border-color: #0EF007;
}
</style>