Shades of Free Speech Green #0EF206
Tints of Free Speech Green #0EF206
RGB
CMYK
RGB Variations
Color information
#0EF206 (or 0x0EF206) is known color: Free Speech Green. HEX triplet: 0E, F2 and 06. RGB value is (14,242,6). Sum of RGB (Red+Green+Blue) = 14+242+6=262 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.34% from 262); Green value is 242 (94.92% from 255 or 92.37% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF206 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF206 is #F10DF9. Grayscale: #939393. Windows color (decimal): -15797754 or 455182. OLE color: 455182.
HSL color Cylindrical-coordinate representation of color #0EF206: hue angle of 117.97º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EF206 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 6 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.05 |
| HSL | 117.97º | 0.95% | 0.49% | - |
| HSV(B) | 117.97º | 0.98% | 0.95% | - |
| XYZ | 31.97 | 63.61 | 10.77 | - |
| YUV | 146.92 | 48.46 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 6 | 0.94 | 0 | 0.98 | 0.05 | 117.97 | 0.95 | 0.49 |
| Hex | E | F2 | 6 | 5E | 0 | 62 | 5 | 76 | 5F | 31 |
| Octal | 16 | 362 | 6 | 136 | 0 | 142 | 5 | 166 | 137 | 61 |
| Binary | 1110 | 11110010 | 110 | 1011110 | 0 | 1100010 | 101 | 1110110 | 1011111 | 110001 |
Color Harmonies of #0EF206
Complementary color
Monochromatic Colors of #0EF206
Black with #0EF206
Text Example
Text Example
White with #0EF206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF206; }
p { color: rgb(14,242,6); }
H1.HeaderClassName
{
color: #0EF206;
}
.AnyTagClassName
{
color: #0EF206;
}
</style>
background-color css
<style>
a { background-color: #0EF206; }
a { background-color: rgb(14,242,6); }
div.DivClassName
{
background-color: #0EF206;
}
.BgClassName
{
background-color: #0EF206;
}
</style>
border-color css
<style>
span { border-color: #0EF206; }
span { border-color: rgb(14,242,6); }
td.TdClassName
{
border-color: #0EF206;
}
.TagClassName
{
border-color: #0EF206;
}
</style>