Shades of Free Speech Green #0EEF08
Tints of Free Speech Green #0EEF08
RGB
CMYK
RGB Variations
Color information
#0EEF08 (or 0x0EEF08) is known color: Free Speech Green. HEX triplet: 0E, EF and 08. RGB value is (14,239,8). Sum of RGB (Red+Green+Blue) = 14+239+8=261 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.36% from 261); Green value is 239 (93.75% from 255 or 91.57% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEF08 is #F110F7. Grayscale: #929292. Windows color (decimal): -15798520 or 585486. OLE color: 585486.
HSL color Cylindrical-coordinate representation of color #0EEF08: hue angle of 118.44º 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 #0EEF08 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 8 | - |
| CMYK | 0.94 | 0 | 0.97 | 0.06 |
| HSL | 118.44º | 0.94% | 0.48% | - |
| HSV(B) | 118.44º | 0.97% | 0.94% | - |
| XYZ | 31.09 | 61.84 | 10.53 | - |
| YUV | 145.39 | 50.46 | 34.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 8 | 0.94 | 0 | 0.97 | 0.06 | 118.44 | 0.94 | 0.48 |
| Hex | E | EF | 8 | 5E | 0 | 61 | 6 | 76 | 5E | 30 |
| Octal | 16 | 357 | 10 | 136 | 0 | 141 | 6 | 166 | 136 | 60 |
| Binary | 1110 | 11101111 | 1000 | 1011110 | 0 | 1100001 | 110 | 1110110 | 1011110 | 110000 |
Color Harmonies of #0EEF08
Complementary color
Monochromatic Colors of #0EEF08
Black with #0EEF08
Text Example
Text Example
White with #0EEF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF08; }
p { color: rgb(14,239,8); }
H1.HeaderClassName
{
color: #0EEF08;
}
.AnyTagClassName
{
color: #0EEF08;
}
</style>
background-color css
<style>
a { background-color: #0EEF08; }
a { background-color: rgb(14,239,8); }
div.DivClassName
{
background-color: #0EEF08;
}
.BgClassName
{
background-color: #0EEF08;
}
</style>
border-color css
<style>
span { border-color: #0EEF08; }
span { border-color: rgb(14,239,8); }
td.TdClassName
{
border-color: #0EEF08;
}
.TagClassName
{
border-color: #0EEF08;
}
</style>