Shades of Islamic Green #0EA20C
Tints of Islamic Green #0EA20C
RGB
CMYK
RGB Variations
Color information
#0EA20C (or 0x0EA20C) is known color: Islamic Green. HEX triplet: 0E, A2 and 0C. RGB value is (14,162,12). Sum of RGB (Red+Green+Blue) = 14+162+12=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 162 (63.67% from 255 or 86.17% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA20C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA20C is #F15DF3. Grayscale: #656565. Windows color (decimal): -15818228 or 827918. OLE color: 827918.
HSL color Cylindrical-coordinate representation of color #0EA20C: hue angle of 119.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EA20C is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 12 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.36 |
| HSL | 119.2º | 0.86% | 0.34% | - |
| HSV(B) | 119.2º | 0.93% | 0.64% | - |
| XYZ | 13.17 | 25.96 | 4.66 | - |
| YUV | 100.65 | 77.97 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 12 | 0.91 | 0 | 0.93 | 0.36 | 119.2 | 0.86 | 0.34 |
| Hex | E | A2 | C | 5B | 0 | 5D | 24 | 77 | 56 | 22 |
| Octal | 16 | 242 | 14 | 133 | 0 | 135 | 44 | 167 | 126 | 42 |
| Binary | 1110 | 10100010 | 1100 | 1011011 | 0 | 1011101 | 100100 | 1110111 | 1010110 | 100010 |
Color Harmonies of #0EA20C
Complementary color
Monochromatic Colors of #0EA20C
Black with #0EA20C
Text Example
Text Example
White with #0EA20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA20C; }
p { color: rgb(14,162,12); }
H1.HeaderClassName
{
color: #0EA20C;
}
.AnyTagClassName
{
color: #0EA20C;
}
</style>
background-color css
<style>
a { background-color: #0EA20C; }
a { background-color: rgb(14,162,12); }
div.DivClassName
{
background-color: #0EA20C;
}
.BgClassName
{
background-color: #0EA20C;
}
</style>
border-color css
<style>
span { border-color: #0EA20C; }
span { border-color: rgb(14,162,12); }
td.TdClassName
{
border-color: #0EA20C;
}
.TagClassName
{
border-color: #0EA20C;
}
</style>