Shades of Free Speech Green #0EE60C
Tints of Free Speech Green #0EE60C
RGB
CMYK
RGB Variations
Color information
#0EE60C (or 0x0EE60C) is known color: Free Speech Green. HEX triplet: 0E, E6 and 0C. RGB value is (14,230,12). Sum of RGB (Red+Green+Blue) = 14+230+12=256 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.47% from 256); Green value is 230 (90.23% from 255 or 89.84% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE60C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE60C is #F119F3. Grayscale: #8D8D8D. Windows color (decimal): -15800820 or 845326. OLE color: 845326.
HSL color Cylindrical-coordinate representation of color #0EE60C: hue angle of 119.45º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE60C is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 14 | 230 | 12 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.10 |
| HSL | 119.45º | 0.9% | 0.47% | - |
| HSV(B) | 119.45º | 0.95% | 0.9% | - |
| XYZ | 28.54 | 56.71 | 9.79 | - |
| YUV | 140.56 | 55.44 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 230 | 12 | 0.94 | 0 | 0.95 | 0.10 | 119.45 | 0.9 | 0.47 |
| Hex | E | E6 | C | 5E | 0 | 5F | A | 77 | 5A | 2F |
| Octal | 16 | 346 | 14 | 136 | 0 | 137 | 12 | 167 | 132 | 57 |
| Binary | 1110 | 11100110 | 1100 | 1011110 | 0 | 1011111 | 1010 | 1110111 | 1011010 | 101111 |
Color Harmonies of #0EE60C
Complementary color
Monochromatic Colors of #0EE60C
Black with #0EE60C
Text Example
Text Example
White with #0EE60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE60C; }
p { color: rgb(14,230,12); }
H1.HeaderClassName
{
color: #0EE60C;
}
.AnyTagClassName
{
color: #0EE60C;
}
</style>
background-color css
<style>
a { background-color: #0EE60C; }
a { background-color: rgb(14,230,12); }
div.DivClassName
{
background-color: #0EE60C;
}
.BgClassName
{
background-color: #0EE60C;
}
</style>
border-color css
<style>
span { border-color: #0EE60C; }
span { border-color: rgb(14,230,12); }
td.TdClassName
{
border-color: #0EE60C;
}
.TagClassName
{
border-color: #0EE60C;
}
</style>