Shades of Free Speech Green #0EF706
Tints of Free Speech Green #0EF706
RGB
CMYK
RGB Variations
Color information
#0EF706 (or 0x0EF706) is known color: Free Speech Green. HEX triplet: 0E, F7 and 06. RGB value is (14,247,6). Sum of RGB (Red+Green+Blue) = 14+247+6=267 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.24% from 267); Green value is 247 (96.88% from 255 or 92.51% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF706 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF706 is #F108F9. Grayscale: #969696. Windows color (decimal): -15796474 or 456462. OLE color: 456462.
HSL color Cylindrical-coordinate representation of color #0EF706: hue angle of 118.01º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EF706 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 14 | 247 | 6 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.03 |
| HSL | 118.01º | 0.95% | 0.5% | - |
| HSV(B) | 118.01º | 0.98% | 0.97% | - |
| XYZ | 33.47 | 66.63 | 11.27 | - |
| YUV | 149.86 | 46.81 | 31.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 247 | 6 | 0.94 | 0 | 0.98 | 0.03 | 118.01 | 0.95 | 0.5 |
| Hex | E | F7 | 6 | 5E | 0 | 62 | 3 | 76 | 5F | 32 |
| Octal | 16 | 367 | 6 | 136 | 0 | 142 | 3 | 166 | 137 | 62 |
| Binary | 1110 | 11110111 | 110 | 1011110 | 0 | 1100010 | 11 | 1110110 | 1011111 | 110010 |
Color Harmonies of #0EF706
Complementary color
Monochromatic Colors of #0EF706
Black with #0EF706
Text Example
Text Example
White with #0EF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF706; }
p { color: rgb(14,247,6); }
H1.HeaderClassName
{
color: #0EF706;
}
.AnyTagClassName
{
color: #0EF706;
}
</style>
background-color css
<style>
a { background-color: #0EF706; }
a { background-color: rgb(14,247,6); }
div.DivClassName
{
background-color: #0EF706;
}
.BgClassName
{
background-color: #0EF706;
}
</style>
border-color css
<style>
span { border-color: #0EF706; }
span { border-color: rgb(14,247,6); }
td.TdClassName
{
border-color: #0EF706;
}
.TagClassName
{
border-color: #0EF706;
}
</style>