Shades of Free Speech Green #0EE10C
Tints of Free Speech Green #0EE10C
RGB
CMYK
RGB Variations
Color information
#0EE10C (or 0x0EE10C) is known color: Free Speech Green. HEX triplet: 0E, E1 and 0C. RGB value is (14,225,12). Sum of RGB (Red+Green+Blue) = 14+225+12=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 225 (88.28% from 255 or 89.64% from 251); Blue value is 12 (5.08% from 255 or 4.78% from 251); Max value from RGB is 225 - color contains mainly: green. Hex color #0EE10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE10C is #F11EF3. Grayscale: #8A8A8A. Windows color (decimal): -15802100 or 844046. OLE color: 844046.
HSL color Cylindrical-coordinate representation of color #0EE10C: hue angle of 119.44º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE10C is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 14 | 225 | 12 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.12 |
| HSL | 119.44º | 0.9% | 0.46% | - |
| HSV(B) | 119.44º | 0.95% | 0.88% | - |
| XYZ | 27.17 | 53.97 | 9.33 | - |
| YUV | 137.63 | 57.1 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 225 | 12 | 0.94 | 0 | 0.95 | 0.12 | 119.44 | 0.9 | 0.46 |
| Hex | E | E1 | C | 5E | 0 | 5F | C | 77 | 5A | 2E |
| Octal | 16 | 341 | 14 | 136 | 0 | 137 | 14 | 167 | 132 | 56 |
| Binary | 1110 | 11100001 | 1100 | 1011110 | 0 | 1011111 | 1100 | 1110111 | 1011010 | 101110 |
Color Harmonies of #0EE10C
Complementary color
Monochromatic Colors of #0EE10C
Black with #0EE10C
Text Example
Text Example
White with #0EE10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE10C; }
p { color: rgb(14,225,12); }
H1.HeaderClassName
{
color: #0EE10C;
}
.AnyTagClassName
{
color: #0EE10C;
}
</style>
background-color css
<style>
a { background-color: #0EE10C; }
a { background-color: rgb(14,225,12); }
div.DivClassName
{
background-color: #0EE10C;
}
.BgClassName
{
background-color: #0EE10C;
}
</style>
border-color css
<style>
span { border-color: #0EE10C; }
span { border-color: rgb(14,225,12); }
td.TdClassName
{
border-color: #0EE10C;
}
.TagClassName
{
border-color: #0EE10C;
}
</style>