Shades of Islamic Green #0EAC0D
Tints of Islamic Green #0EAC0D
RGB
CMYK
RGB Variations
Color information
#0EAC0D (or 0x0EAC0D) is known color: Islamic Green. HEX triplet: 0E, AC and 0D. RGB value is (14,172,13). Sum of RGB (Red+Green+Blue) = 14+172+13=199 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.04% from 199); Green value is 172 (67.58% from 255 or 86.43% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAC0D is #F153F2. Grayscale: #6B6B6B. Windows color (decimal): -15815667 or 896014. OLE color: 896014.
HSL color Cylindrical-coordinate representation of color #0EAC0D: hue angle of 119.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAC0D is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 13 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.33 |
| HSL | 119.62º | 0.86% | 0.36% | - |
| HSV(B) | 119.62º | 0.92% | 0.67% | - |
| XYZ | 15.01 | 29.63 | 5.31 | - |
| YUV | 106.63 | 75.15 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 13 | 0.92 | 0 | 0.92 | 0.33 | 119.62 | 0.86 | 0.36 |
| Hex | E | AC | D | 5C | 0 | 5C | 21 | 78 | 56 | 24 |
| Octal | 16 | 254 | 15 | 134 | 0 | 134 | 41 | 170 | 126 | 44 |
| Binary | 1110 | 10101100 | 1101 | 1011100 | 0 | 1011100 | 100001 | 1111000 | 1010110 | 100100 |
Color Harmonies of #0EAC0D
Complementary color
Monochromatic Colors of #0EAC0D
Black with #0EAC0D
Text Example
Text Example
White with #0EAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC0D; }
p { color: rgb(14,172,13); }
H1.HeaderClassName
{
color: #0EAC0D;
}
.AnyTagClassName
{
color: #0EAC0D;
}
</style>
background-color css
<style>
a { background-color: #0EAC0D; }
a { background-color: rgb(14,172,13); }
div.DivClassName
{
background-color: #0EAC0D;
}
.BgClassName
{
background-color: #0EAC0D;
}
</style>
border-color css
<style>
span { border-color: #0EAC0D; }
span { border-color: rgb(14,172,13); }
td.TdClassName
{
border-color: #0EAC0D;
}
.TagClassName
{
border-color: #0EAC0D;
}
</style>