Shades of Islamic Green #0EA412
Tints of Islamic Green #0EA412
RGB
CMYK
RGB Variations
Color information
#0EA412 (or 0x0EA412) is known color: Islamic Green. HEX triplet: 0E, A4 and 12. RGB value is (14,164,18). Sum of RGB (Red+Green+Blue) = 14+164+18=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 164 (64.45% from 255 or 83.67% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 164 - color contains mainly: green. Hex color #0EA412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA412 is #F15BED. Grayscale: #666666. Windows color (decimal): -15817710 or 1221646. OLE color: 1221646.
HSL color Cylindrical-coordinate representation of color #0EA412: hue angle of 121.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA412 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 164 | 18 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.36 |
| HSL | 121.6º | 0.84% | 0.35% | - |
| HSV(B) | 121.6º | 0.91% | 0.64% | - |
| XYZ | 13.57 | 26.69 | 5.01 | - |
| YUV | 102.51 | 80.31 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 164 | 18 | 0.91 | 0 | 0.89 | 0.36 | 121.6 | 0.84 | 0.35 |
| Hex | E | A4 | 12 | 5B | 0 | 59 | 24 | 7A | 54 | 23 |
| Octal | 16 | 244 | 22 | 133 | 0 | 131 | 44 | 172 | 124 | 43 |
| Binary | 1110 | 10100100 | 10010 | 1011011 | 0 | 1011001 | 100100 | 1111010 | 1010100 | 100011 |
Color Harmonies of #0EA412
Complementary color
Monochromatic Colors of #0EA412
Black with #0EA412
Text Example
Text Example
White with #0EA412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA412; }
p { color: rgb(14,164,18); }
H1.HeaderClassName
{
color: #0EA412;
}
.AnyTagClassName
{
color: #0EA412;
}
</style>
background-color css
<style>
a { background-color: #0EA412; }
a { background-color: rgb(14,164,18); }
div.DivClassName
{
background-color: #0EA412;
}
.BgClassName
{
background-color: #0EA412;
}
</style>
border-color css
<style>
span { border-color: #0EA412; }
span { border-color: rgb(14,164,18); }
td.TdClassName
{
border-color: #0EA412;
}
.TagClassName
{
border-color: #0EA412;
}
</style>