Shades of Islamic Green #0EAF1D
Tints of Islamic Green #0EAF1D
RGB
CMYK
RGB Variations
Color information
#0EAF1D (or 0x0EAF1D) is known color: Islamic Green. HEX triplet: 0E, AF and 1D. RGB value is (14,175,29). Sum of RGB (Red+Green+Blue) = 14+175+29=218 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.42% from 218); Green value is 175 (68.75% from 255 or 80.28% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EAF1D is #F150E2. Grayscale: #6E6E6E. Windows color (decimal): -15814883 or 1945358. OLE color: 1945358.
HSL color Cylindrical-coordinate representation of color #0EAF1D: hue angle of 125.59º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF1D is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 29 | - |
| CMYK | 0.92 | 0 | 0.83 | 0.31 |
| HSL | 125.59º | 0.85% | 0.37% | - |
| HSV(B) | 125.59º | 0.92% | 0.69% | - |
| XYZ | 15.73 | 30.84 | 6.29 | - |
| YUV | 110.22 | 82.16 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 29 | 0.92 | 0 | 0.83 | 0.31 | 125.59 | 0.85 | 0.37 |
| Hex | E | AF | 1D | 5C | 0 | 53 | 1F | 7E | 55 | 25 |
| Octal | 16 | 257 | 35 | 134 | 0 | 123 | 37 | 176 | 125 | 45 |
| Binary | 1110 | 10101111 | 11101 | 1011100 | 0 | 1010011 | 11111 | 1111110 | 1010101 | 100101 |
Color Harmonies of #0EAF1D
Complementary color
Monochromatic Colors of #0EAF1D
Black with #0EAF1D
Text Example
Text Example
White with #0EAF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF1D; }
p { color: rgb(14,175,29); }
H1.HeaderClassName
{
color: #0EAF1D;
}
.AnyTagClassName
{
color: #0EAF1D;
}
</style>
background-color css
<style>
a { background-color: #0EAF1D; }
a { background-color: rgb(14,175,29); }
div.DivClassName
{
background-color: #0EAF1D;
}
.BgClassName
{
background-color: #0EAF1D;
}
</style>
border-color css
<style>
span { border-color: #0EAF1D; }
span { border-color: rgb(14,175,29); }
td.TdClassName
{
border-color: #0EAF1D;
}
.TagClassName
{
border-color: #0EAF1D;
}
</style>