Shades of Islamic Green #0EAC02
Tints of Islamic Green #0EAC02
RGB
CMYK
RGB Variations
Color information
#0EAC02 (or 0x0EAC02) is known color: Islamic Green. HEX triplet: 0E, AC and 02. RGB value is (14,172,2). Sum of RGB (Red+Green+Blue) = 14+172+2=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 172 (67.58% from 255 or 91.49% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAC02 is #F153FD. Grayscale: #696969. Windows color (decimal): -15815678 or 175118. OLE color: 175118.
HSL color Cylindrical-coordinate representation of color #0EAC02: hue angle of 115.76º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0EAC02 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 2 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.33 |
| HSL | 115.76º | 0.98% | 0.34% | - |
| HSV(B) | 115.76º | 0.99% | 0.67% | - |
| XYZ | 14.94 | 29.6 | 4.98 | - |
| YUV | 105.38 | 69.65 | 62.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 2 | 0.92 | 0 | 0.99 | 0.33 | 115.76 | 0.98 | 0.34 |
| Hex | E | AC | 2 | 5C | 0 | 63 | 21 | 74 | 62 | 22 |
| Octal | 16 | 254 | 2 | 134 | 0 | 143 | 41 | 164 | 142 | 42 |
| Binary | 1110 | 10101100 | 10 | 1011100 | 0 | 1100011 | 100001 | 1110100 | 1100010 | 100010 |
Color Harmonies of #0EAC02
Complementary color
Monochromatic Colors of #0EAC02
Black with #0EAC02
Text Example
Text Example
White with #0EAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC02; }
p { color: rgb(14,172,2); }
H1.HeaderClassName
{
color: #0EAC02;
}
.AnyTagClassName
{
color: #0EAC02;
}
</style>
background-color css
<style>
a { background-color: #0EAC02; }
a { background-color: rgb(14,172,2); }
div.DivClassName
{
background-color: #0EAC02;
}
.BgClassName
{
background-color: #0EAC02;
}
</style>
border-color css
<style>
span { border-color: #0EAC02; }
span { border-color: rgb(14,172,2); }
td.TdClassName
{
border-color: #0EAC02;
}
.TagClassName
{
border-color: #0EAC02;
}
</style>