Shades of Islamic Green #0EA810
Tints of Islamic Green #0EA810
RGB
CMYK
RGB Variations
Color information
#0EA810 (or 0x0EA810) is known color: Islamic Green. HEX triplet: 0E, A8 and 10. RGB value is (14,168,16). Sum of RGB (Red+Green+Blue) = 14+168+16=198 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.07% from 198); Green value is 168 (66.02% from 255 or 84.85% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 168 - color contains mainly: green. Hex color #0EA810 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EA810 is #F157EF. Grayscale: #696969. Windows color (decimal): -15816688 or 1091598. OLE color: 1091598.
HSL color Cylindrical-coordinate representation of color #0EA810: hue angle of 120.78º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA810 is Cyan = 0.92, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 168 | 16 | - |
| CMYK | 0.92 | 0 | 0.90 | 0.34 |
| HSL | 120.78º | 0.85% | 0.36% | - |
| HSV(B) | 120.78º | 0.92% | 0.66% | - |
| XYZ | 14.28 | 28.14 | 5.17 | - |
| YUV | 104.63 | 77.98 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 168 | 16 | 0.92 | 0 | 0.90 | 0.34 | 120.78 | 0.85 | 0.36 |
| Hex | E | A8 | 10 | 5C | 0 | 5A | 22 | 79 | 55 | 24 |
| Octal | 16 | 250 | 20 | 134 | 0 | 132 | 42 | 171 | 125 | 44 |
| Binary | 1110 | 10101000 | 10000 | 1011100 | 0 | 1011010 | 100010 | 1111001 | 1010101 | 100100 |
Color Harmonies of #0EA810
Complementary color
Monochromatic Colors of #0EA810
Black with #0EA810
Text Example
Text Example
White with #0EA810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA810; }
p { color: rgb(14,168,16); }
H1.HeaderClassName
{
color: #0EA810;
}
.AnyTagClassName
{
color: #0EA810;
}
</style>
background-color css
<style>
a { background-color: #0EA810; }
a { background-color: rgb(14,168,16); }
div.DivClassName
{
background-color: #0EA810;
}
.BgClassName
{
background-color: #0EA810;
}
</style>
border-color css
<style>
span { border-color: #0EA810; }
span { border-color: rgb(14,168,16); }
td.TdClassName
{
border-color: #0EA810;
}
.TagClassName
{
border-color: #0EA810;
}
</style>