Shades of Free Speech Green #0EEF19
Tints of Free Speech Green #0EEF19
RGB
CMYK
RGB Variations
Color information
#0EEF19 (or 0x0EEF19) is known color: Free Speech Green. HEX triplet: 0E, EF and 19. RGB value is (14,239,25). Sum of RGB (Red+Green+Blue) = 14+239+25=278 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.04% from 278); Green value is 239 (93.75% from 255 or 85.97% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 239 - color contains mainly: green. Hex color #0EEF19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEF19 is #F110E6. Grayscale: #939393. Windows color (decimal): -15798503 or 1699598. OLE color: 1699598.
HSL color Cylindrical-coordinate representation of color #0EEF19: hue angle of 122.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EEF19 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 14 | 239 | 25 | - |
| CMYK | 0.94 | 0 | 0.90 | 0.06 |
| HSL | 122.93º | 0.89% | 0.5% | - |
| HSV(B) | 122.93º | 0.94% | 0.94% | - |
| XYZ | 31.22 | 61.9 | 11.22 | - |
| YUV | 147.33 | 58.96 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 239 | 25 | 0.94 | 0 | 0.90 | 0.06 | 122.93 | 0.89 | 0.5 |
| Hex | E | EF | 19 | 5E | 0 | 5A | 6 | 7B | 59 | 32 |
| Octal | 16 | 357 | 31 | 136 | 0 | 132 | 6 | 173 | 131 | 62 |
| Binary | 1110 | 11101111 | 11001 | 1011110 | 0 | 1011010 | 110 | 1111011 | 1011001 | 110010 |
Color Harmonies of #0EEF19
Complementary color
Monochromatic Colors of #0EEF19
Black with #0EEF19
Text Example
Text Example
White with #0EEF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EEF19; }
p { color: rgb(14,239,25); }
H1.HeaderClassName
{
color: #0EEF19;
}
.AnyTagClassName
{
color: #0EEF19;
}
</style>
background-color css
<style>
a { background-color: #0EEF19; }
a { background-color: rgb(14,239,25); }
div.DivClassName
{
background-color: #0EEF19;
}
.BgClassName
{
background-color: #0EEF19;
}
</style>
border-color css
<style>
span { border-color: #0EEF19; }
span { border-color: rgb(14,239,25); }
td.TdClassName
{
border-color: #0EEF19;
}
.TagClassName
{
border-color: #0EEF19;
}
</style>