Shades of Islamic Green #0EAF0E
Tints of Islamic Green #0EAF0E
RGB
CMYK
RGB Variations
Color information
#0EAF0E (or 0x0EAF0E) is known color: Islamic Green. HEX triplet: 0E, AF and 0E. RGB value is (14,175,14). Sum of RGB (Red+Green+Blue) = 14+175+14=203 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.90% from 203); Green value is 175 (68.75% from 255 or 86.21% from 203); Blue value is 14 (5.86% from 255 or 6.90% from 203); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAF0E is #F150F1. Grayscale: #6C6C6C. Windows color (decimal): -15814898 or 962318. OLE color: 962318.
HSL color Cylindrical-coordinate representation of color #0EAF0E: hue angle of 120º 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 #0EAF0E is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 14 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.31 |
| HSL | 120º | 0.85% | 0.37% | - |
| HSV(B) | 120º | 0.92% | 0.69% | - |
| XYZ | 15.59 | 30.79 | 5.54 | - |
| YUV | 108.51 | 74.66 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 14 | 0.92 | 0 | 0.92 | 0.31 | 120 | 0.85 | 0.37 |
| Hex | E | AF | E | 5C | 0 | 5C | 1F | 78 | 55 | 25 |
| Octal | 16 | 257 | 16 | 134 | 0 | 134 | 37 | 170 | 125 | 45 |
| Binary | 1110 | 10101111 | 1110 | 1011100 | 0 | 1011100 | 11111 | 1111000 | 1010101 | 100101 |
Color Harmonies of #0EAF0E
Complementary color
Monochromatic Colors of #0EAF0E
Black with #0EAF0E
Text Example
Text Example
White with #0EAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF0E; }
p { color: rgb(14,175,14); }
H1.HeaderClassName
{
color: #0EAF0E;
}
.AnyTagClassName
{
color: #0EAF0E;
}
</style>
background-color css
<style>
a { background-color: #0EAF0E; }
a { background-color: rgb(14,175,14); }
div.DivClassName
{
background-color: #0EAF0E;
}
.BgClassName
{
background-color: #0EAF0E;
}
</style>
border-color css
<style>
span { border-color: #0EAF0E; }
span { border-color: rgb(14,175,14); }
td.TdClassName
{
border-color: #0EAF0E;
}
.TagClassName
{
border-color: #0EAF0E;
}
</style>