Shades of Free Speech Green #0EE70C
Tints of Free Speech Green #0EE70C
RGB
CMYK
RGB Variations
Color information
#0EE70C (or 0x0EE70C) is known color: Free Speech Green. HEX triplet: 0E, E7 and 0C. RGB value is (14,231,12). Sum of RGB (Red+Green+Blue) = 14+231+12=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 231 (90.62% from 255 or 89.88% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 231 - color contains mainly: green. Hex color #0EE70C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE70C is #F118F3. Grayscale: #8D8D8D. Windows color (decimal): -15800564 or 845582. OLE color: 845582.
HSL color Cylindrical-coordinate representation of color #0EE70C: hue angle of 119.45º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EE70C is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 14 | 231 | 12 | - |
| CMYK | 0.94 | 0 | 0.95 | 0.09 |
| HSL | 119.45º | 0.9% | 0.48% | - |
| HSV(B) | 119.45º | 0.95% | 0.91% | - |
| XYZ | 28.82 | 57.27 | 9.88 | - |
| YUV | 141.15 | 55.11 | 37.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 231 | 12 | 0.94 | 0 | 0.95 | 0.09 | 119.45 | 0.9 | 0.48 |
| Hex | E | E7 | C | 5E | 0 | 5F | 9 | 77 | 5A | 30 |
| Octal | 16 | 347 | 14 | 136 | 0 | 137 | 11 | 167 | 132 | 60 |
| Binary | 1110 | 11100111 | 1100 | 1011110 | 0 | 1011111 | 1001 | 1110111 | 1011010 | 110000 |
Color Harmonies of #0EE70C
Complementary color
Monochromatic Colors of #0EE70C
Black with #0EE70C
Text Example
Text Example
White with #0EE70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EE70C; }
p { color: rgb(14,231,12); }
H1.HeaderClassName
{
color: #0EE70C;
}
.AnyTagClassName
{
color: #0EE70C;
}
</style>
background-color css
<style>
a { background-color: #0EE70C; }
a { background-color: rgb(14,231,12); }
div.DivClassName
{
background-color: #0EE70C;
}
.BgClassName
{
background-color: #0EE70C;
}
</style>
border-color css
<style>
span { border-color: #0EE70C; }
span { border-color: rgb(14,231,12); }
td.TdClassName
{
border-color: #0EE70C;
}
.TagClassName
{
border-color: #0EE70C;
}
</style>