Shades of Free Speech Green #0EC905
Tints of Free Speech Green #0EC905
RGB
CMYK
RGB Variations
Color information
#0EC905 (or 0x0EC905) is known color: Free Speech Green. HEX triplet: 0E, C9 and 05. RGB value is (14,201,5). Sum of RGB (Red+Green+Blue) = 14+201+5=220 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.36% from 220); Green value is 201 (78.91% from 255 or 91.36% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC905 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC905 is #F136FA. Grayscale: #7B7B7B. Windows color (decimal): -15808251 or 379150. OLE color: 379150.
HSL color Cylindrical-coordinate representation of color #0EC905: hue angle of 117.24º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EC905 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 5 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.21 |
| HSL | 117.24º | 0.95% | 0.4% | - |
| HSV(B) | 117.24º | 0.98% | 0.79% | - |
| XYZ | 21.1 | 41.88 | 7.11 | - |
| YUV | 122.74 | 61.55 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 5 | 0.93 | 0 | 0.98 | 0.21 | 117.24 | 0.95 | 0.4 |
| Hex | E | C9 | 5 | 5D | 0 | 62 | 15 | 75 | 5F | 28 |
| Octal | 16 | 311 | 5 | 135 | 0 | 142 | 25 | 165 | 137 | 50 |
| Binary | 1110 | 11001001 | 101 | 1011101 | 0 | 1100010 | 10101 | 1110101 | 1011111 | 101000 |
Color Harmonies of #0EC905
Complementary color
Monochromatic Colors of #0EC905
Black with #0EC905
Text Example
Text Example
White with #0EC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC905; }
p { color: rgb(14,201,5); }
H1.HeaderClassName
{
color: #0EC905;
}
.AnyTagClassName
{
color: #0EC905;
}
</style>
background-color css
<style>
a { background-color: #0EC905; }
a { background-color: rgb(14,201,5); }
div.DivClassName
{
background-color: #0EC905;
}
.BgClassName
{
background-color: #0EC905;
}
</style>
border-color css
<style>
span { border-color: #0EC905; }
span { border-color: rgb(14,201,5); }
td.TdClassName
{
border-color: #0EC905;
}
.TagClassName
{
border-color: #0EC905;
}
</style>