Shades of Free Speech Green #0EF207
Tints of Free Speech Green #0EF207
RGB
CMYK
RGB Variations
Color information
#0EF207 (or 0x0EF207) is known color: Free Speech Green. HEX triplet: 0E, F2 and 07. RGB value is (14,242,7). Sum of RGB (Red+Green+Blue) = 14+242+7=263 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.32% from 263); Green value is 242 (94.92% from 255 or 92.02% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 242 - color contains mainly: green. Hex color #0EF207 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EF207 is #F10DF8. Grayscale: #939393. Windows color (decimal): -15797753 or 520718. OLE color: 520718.
HSL color Cylindrical-coordinate representation of color #0EF207: hue angle of 118.21º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EF207 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 14 | 242 | 7 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.05 |
| HSL | 118.21º | 0.94% | 0.49% | - |
| HSV(B) | 118.21º | 0.97% | 0.95% | - |
| XYZ | 31.97 | 63.61 | 10.79 | - |
| YUV | 147.04 | 48.96 | 33.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 242 | 7 | 0.94 | 0 | 0.97 | 0.05 | 118.21 | 0.94 | 0.49 |
| Hex | E | F2 | 7 | 5E | 0 | 61 | 5 | 76 | 5E | 31 |
| Octal | 16 | 362 | 7 | 136 | 0 | 141 | 5 | 166 | 136 | 61 |
| Binary | 1110 | 11110010 | 111 | 1011110 | 0 | 1100001 | 101 | 1110110 | 1011110 | 110001 |
Color Harmonies of #0EF207
Complementary color
Monochromatic Colors of #0EF207
Black with #0EF207
Text Example
Text Example
White with #0EF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EF207; }
p { color: rgb(14,242,7); }
H1.HeaderClassName
{
color: #0EF207;
}
.AnyTagClassName
{
color: #0EF207;
}
</style>
background-color css
<style>
a { background-color: #0EF207; }
a { background-color: rgb(14,242,7); }
div.DivClassName
{
background-color: #0EF207;
}
.BgClassName
{
background-color: #0EF207;
}
</style>
border-color css
<style>
span { border-color: #0EF207; }
span { border-color: rgb(14,242,7); }
td.TdClassName
{
border-color: #0EF207;
}
.TagClassName
{
border-color: #0EF207;
}
</style>