Shades of Islamic Green #0EA212
Tints of Islamic Green #0EA212
RGB
CMYK
RGB Variations
Color information
#0EA212 (or 0x0EA212) is known color: Islamic Green. HEX triplet: 0E, A2 and 12. RGB value is (14,162,18). Sum of RGB (Red+Green+Blue) = 14+162+18=194 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.22% from 194); Green value is 162 (63.67% from 255 or 83.51% from 194); Blue value is 18 (7.42% from 255 or 9.28% from 194); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA212 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA212 is #F15DED. Grayscale: #656565. Windows color (decimal): -15818222 or 1221134. OLE color: 1221134.
HSL color Cylindrical-coordinate representation of color #0EA212: hue angle of 121.62º 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 #0EA212 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 18 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.36 |
| HSL | 121.62º | 0.84% | 0.35% | - |
| HSV(B) | 121.62º | 0.91% | 0.64% | - |
| XYZ | 13.21 | 25.98 | 4.89 | - |
| YUV | 101.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 18 | 0.91 | 0 | 0.89 | 0.36 | 121.62 | 0.84 | 0.35 |
| Hex | E | A2 | 12 | 5B | 0 | 59 | 24 | 7A | 54 | 23 |
| Octal | 16 | 242 | 22 | 133 | 0 | 131 | 44 | 172 | 124 | 43 |
| Binary | 1110 | 10100010 | 10010 | 1011011 | 0 | 1011001 | 100100 | 1111010 | 1010100 | 100011 |
Color Harmonies of #0EA212
Complementary color
Monochromatic Colors of #0EA212
Black with #0EA212
Text Example
Text Example
White with #0EA212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA212; }
p { color: rgb(14,162,18); }
H1.HeaderClassName
{
color: #0EA212;
}
.AnyTagClassName
{
color: #0EA212;
}
</style>
background-color css
<style>
a { background-color: #0EA212; }
a { background-color: rgb(14,162,18); }
div.DivClassName
{
background-color: #0EA212;
}
.BgClassName
{
background-color: #0EA212;
}
</style>
border-color css
<style>
span { border-color: #0EA212; }
span { border-color: rgb(14,162,18); }
td.TdClassName
{
border-color: #0EA212;
}
.TagClassName
{
border-color: #0EA212;
}
</style>