Shades of Islamic Green #0EAF17
Tints of Islamic Green #0EAF17
RGB
CMYK
RGB Variations
Color information
#0EAF17 (or 0x0EAF17) is known color: Islamic Green. HEX triplet: 0E, AF and 17. RGB value is (14,175,23). Sum of RGB (Red+Green+Blue) = 14+175+23=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 175 (68.75% from 255 or 82.55% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF17 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAF17 is #F150E8. Grayscale: #6D6D6D. Windows color (decimal): -15814889 or 1552142. OLE color: 1552142.
HSL color Cylindrical-coordinate representation of color #0EAF17: hue angle of 123.35º 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 #0EAF17 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 23 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.31 |
| HSL | 123.35º | 0.85% | 0.37% | - |
| HSV(B) | 123.35º | 0.92% | 0.69% | - |
| XYZ | 15.67 | 30.82 | 5.93 | - |
| YUV | 109.53 | 79.16 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 23 | 0.92 | 0 | 0.87 | 0.31 | 123.35 | 0.85 | 0.37 |
| Hex | E | AF | 17 | 5C | 0 | 57 | 1F | 7B | 55 | 25 |
| Octal | 16 | 257 | 27 | 134 | 0 | 127 | 37 | 173 | 125 | 45 |
| Binary | 1110 | 10101111 | 10111 | 1011100 | 0 | 1010111 | 11111 | 1111011 | 1010101 | 100101 |
Color Harmonies of #0EAF17
Complementary color
Monochromatic Colors of #0EAF17
Black with #0EAF17
Text Example
Text Example
White with #0EAF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF17; }
p { color: rgb(14,175,23); }
H1.HeaderClassName
{
color: #0EAF17;
}
.AnyTagClassName
{
color: #0EAF17;
}
</style>
background-color css
<style>
a { background-color: #0EAF17; }
a { background-color: rgb(14,175,23); }
div.DivClassName
{
background-color: #0EAF17;
}
.BgClassName
{
background-color: #0EAF17;
}
</style>
border-color css
<style>
span { border-color: #0EAF17; }
span { border-color: rgb(14,175,23); }
td.TdClassName
{
border-color: #0EAF17;
}
.TagClassName
{
border-color: #0EAF17;
}
</style>