Shades of Free Speech Green #0EC906
Tints of Free Speech Green #0EC906
RGB
CMYK
RGB Variations
Color information
#0EC906 (or 0x0EC906) is known color: Free Speech Green. HEX triplet: 0E, C9 and 06. RGB value is (14,201,6). Sum of RGB (Red+Green+Blue) = 14+201+6=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 201 (78.91% from 255 or 90.95% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 201 - color contains mainly: green. Hex color #0EC906 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EC906 is #F136F9. Grayscale: #7B7B7B. Windows color (decimal): -15808250 or 444686. OLE color: 444686.
HSL color Cylindrical-coordinate representation of color #0EC906: hue angle of 117.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EC906 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 201 | 6 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.21 |
| HSL | 117.54º | 0.94% | 0.41% | - |
| HSV(B) | 117.54º | 0.97% | 0.79% | - |
| XYZ | 21.1 | 41.88 | 7.14 | - |
| YUV | 122.86 | 62.05 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 201 | 6 | 0.93 | 0 | 0.97 | 0.21 | 117.54 | 0.94 | 0.41 |
| Hex | E | C9 | 6 | 5D | 0 | 61 | 15 | 76 | 5E | 29 |
| Octal | 16 | 311 | 6 | 135 | 0 | 141 | 25 | 166 | 136 | 51 |
| Binary | 1110 | 11001001 | 110 | 1011101 | 0 | 1100001 | 10101 | 1110110 | 1011110 | 101001 |
Color Harmonies of #0EC906
Complementary color
Monochromatic Colors of #0EC906
Black with #0EC906
Text Example
Text Example
White with #0EC906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC906; }
p { color: rgb(14,201,6); }
H1.HeaderClassName
{
color: #0EC906;
}
.AnyTagClassName
{
color: #0EC906;
}
</style>
background-color css
<style>
a { background-color: #0EC906; }
a { background-color: rgb(14,201,6); }
div.DivClassName
{
background-color: #0EC906;
}
.BgClassName
{
background-color: #0EC906;
}
</style>
border-color css
<style>
span { border-color: #0EC906; }
span { border-color: rgb(14,201,6); }
td.TdClassName
{
border-color: #0EC906;
}
.TagClassName
{
border-color: #0EC906;
}
</style>