Shades of Islamic Green #0EAC0E
Tints of Islamic Green #0EAC0E
RGB
CMYK
RGB Variations
Color information
#0EAC0E (or 0x0EAC0E) is known color: Islamic Green. HEX triplet: 0E, AC and 0E. RGB value is (14,172,14). Sum of RGB (Red+Green+Blue) = 14+172+14=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 172 (67.58% from 255 or 86% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAC0E is #F153F1. Grayscale: #6B6B6B. Windows color (decimal): -15815666 or 961550. OLE color: 961550.
HSL color Cylindrical-coordinate representation of color #0EAC0E: hue angle of 120º degrees, saturation: 0.85, 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 #0EAC0E is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 14 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.33 |
| HSL | 120º | 0.85% | 0.36% | - |
| HSV(B) | 120º | 0.92% | 0.67% | - |
| XYZ | 15.01 | 29.63 | 5.34 | - |
| YUV | 106.75 | 75.65 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 14 | 0.92 | 0 | 0.92 | 0.33 | 120 | 0.85 | 0.36 |
| Hex | E | AC | E | 5C | 0 | 5C | 21 | 78 | 55 | 24 |
| Octal | 16 | 254 | 16 | 134 | 0 | 134 | 41 | 170 | 125 | 44 |
| Binary | 1110 | 10101100 | 1110 | 1011100 | 0 | 1011100 | 100001 | 1111000 | 1010101 | 100100 |
Color Harmonies of #0EAC0E
Complementary color
Monochromatic Colors of #0EAC0E
Black with #0EAC0E
Text Example
Text Example
White with #0EAC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC0E; }
p { color: rgb(14,172,14); }
H1.HeaderClassName
{
color: #0EAC0E;
}
.AnyTagClassName
{
color: #0EAC0E;
}
</style>
background-color css
<style>
a { background-color: #0EAC0E; }
a { background-color: rgb(14,172,14); }
div.DivClassName
{
background-color: #0EAC0E;
}
.BgClassName
{
background-color: #0EAC0E;
}
</style>
border-color css
<style>
span { border-color: #0EAC0E; }
span { border-color: rgb(14,172,14); }
td.TdClassName
{
border-color: #0EAC0E;
}
.TagClassName
{
border-color: #0EAC0E;
}
</style>