Shades of Free Speech Green #0EFA19
Tints of Free Speech Green #0EFA19
RGB
CMYK
RGB Variations
Color information
#0EFA19 (or 0x0EFA19) is known color: Free Speech Green. HEX triplet: 0E, FA and 19. RGB value is (14,250,25). Sum of RGB (Red+Green+Blue) = 14+250+25=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 250 (98.05% from 255 or 86.51% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 250 - color contains mainly: green. Hex color #0EFA19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EFA19 is #F105E6. Grayscale: #9A9A9A. Windows color (decimal): -15795687 or 1702414. OLE color: 1702414.
HSL color Cylindrical-coordinate representation of color #0EFA19: hue angle of 122.8º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFA19 is Cyan = 0.94, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 14 | 250 | 25 | - |
| CMYK | 0.94 | 0 | 0.9 | 0.02 |
| HSL | 122.8º | 0.96% | 0.52% | - |
| HSV(B) | 122.8º | 0.94% | 0.98% | - |
| XYZ | 34.54 | 68.53 | 12.33 | - |
| YUV | 153.79 | 55.31 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 250 | 25 | 0.94 | 0 | 0.9 | 0.02 | 122.8 | 0.96 | 0.52 |
| Hex | E | FA | 19 | 5E | 0 | 5A | 2 | 7B | 60 | 34 |
| Octal | 16 | 372 | 31 | 136 | 0 | 132 | 2 | 173 | 140 | 64 |
| Binary | 1110 | 11111010 | 11001 | 1011110 | 0 | 1011010 | 10 | 1111011 | 1100000 | 110100 |
Color Harmonies of #0EFA19
Complementary color
Monochromatic Colors of #0EFA19
Black with #0EFA19
Text Example
Text Example
White with #0EFA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFA19; }
p { color: rgb(14,250,25); }
H1.HeaderClassName
{
color: #0EFA19;
}
.AnyTagClassName
{
color: #0EFA19;
}
</style>
background-color css
<style>
a { background-color: #0EFA19; }
a { background-color: rgb(14,250,25); }
div.DivClassName
{
background-color: #0EFA19;
}
.BgClassName
{
background-color: #0EFA19;
}
</style>
border-color css
<style>
span { border-color: #0EFA19; }
span { border-color: rgb(14,250,25); }
td.TdClassName
{
border-color: #0EFA19;
}
.TagClassName
{
border-color: #0EFA19;
}
</style>