Shades of Islamic Green #0EA012
Tints of Islamic Green #0EA012
RGB
CMYK
RGB Variations
Color information
#0EA012 (or 0x0EA012) is known color: Islamic Green. HEX triplet: 0E, A0 and 12. RGB value is (14,160,18). Sum of RGB (Red+Green+Blue) = 14+160+18=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 160 (62.89% from 255 or 83.33% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA012 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA012 is #F15FED. Grayscale: #646464. Windows color (decimal): -15818734 or 1220622. OLE color: 1220622.
HSL color Cylindrical-coordinate representation of color #0EA012: hue angle of 121.64º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA012 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 160 | 18 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.37 |
| HSL | 121.64º | 0.84% | 0.34% | - |
| HSV(B) | 121.64º | 0.91% | 0.63% | - |
| XYZ | 12.86 | 25.28 | 4.77 | - |
| YUV | 100.16 | 81.63 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 160 | 18 | 0.91 | 0 | 0.89 | 0.37 | 121.64 | 0.84 | 0.34 |
| Hex | E | A0 | 12 | 5B | 0 | 59 | 25 | 7A | 54 | 22 |
| Octal | 16 | 240 | 22 | 133 | 0 | 131 | 45 | 172 | 124 | 42 |
| Binary | 1110 | 10100000 | 10010 | 1011011 | 0 | 1011001 | 100101 | 1111010 | 1010100 | 100010 |
Color Harmonies of #0EA012
Complementary color
Monochromatic Colors of #0EA012
Black with #0EA012
Text Example
Text Example
White with #0EA012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA012; }
p { color: rgb(14,160,18); }
H1.HeaderClassName
{
color: #0EA012;
}
.AnyTagClassName
{
color: #0EA012;
}
</style>
background-color css
<style>
a { background-color: #0EA012; }
a { background-color: rgb(14,160,18); }
div.DivClassName
{
background-color: #0EA012;
}
.BgClassName
{
background-color: #0EA012;
}
</style>
border-color css
<style>
span { border-color: #0EA012; }
span { border-color: rgb(14,160,18); }
td.TdClassName
{
border-color: #0EA012;
}
.TagClassName
{
border-color: #0EA012;
}
</style>