Shades of Islamic Green #0EAD0E
Tints of Islamic Green #0EAD0E
RGB
CMYK
RGB Variations
Color information
#0EAD0E (or 0x0EAD0E) is known color: Islamic Green. HEX triplet: 0E, AD and 0E. RGB value is (14,173,14). Sum of RGB (Red+Green+Blue) = 14+173+14=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 173 (67.97% from 255 or 86.07% from 201); Blue value is 14 (5.86% from 255 or 6.97% from 201); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAD0E is #F152F1. Grayscale: #6B6B6B. Windows color (decimal): -15815410 or 961806. OLE color: 961806.
HSL color Cylindrical-coordinate representation of color #0EAD0E: hue angle of 120º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD0E is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 14 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.32 |
| HSL | 120º | 0.85% | 0.37% | - |
| HSV(B) | 120º | 0.92% | 0.68% | - |
| XYZ | 15.2 | 30.01 | 5.41 | - |
| YUV | 107.33 | 75.32 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 14 | 0.92 | 0 | 0.92 | 0.32 | 120 | 0.85 | 0.37 |
| Hex | E | AD | E | 5C | 0 | 5C | 20 | 78 | 55 | 25 |
| Octal | 16 | 255 | 16 | 134 | 0 | 134 | 40 | 170 | 125 | 45 |
| Binary | 1110 | 10101101 | 1110 | 1011100 | 0 | 1011100 | 100000 | 1111000 | 1010101 | 100101 |
Color Harmonies of #0EAD0E
Complementary color
Monochromatic Colors of #0EAD0E
Black with #0EAD0E
Text Example
Text Example
White with #0EAD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD0E; }
p { color: rgb(14,173,14); }
H1.HeaderClassName
{
color: #0EAD0E;
}
.AnyTagClassName
{
color: #0EAD0E;
}
</style>
background-color css
<style>
a { background-color: #0EAD0E; }
a { background-color: rgb(14,173,14); }
div.DivClassName
{
background-color: #0EAD0E;
}
.BgClassName
{
background-color: #0EAD0E;
}
</style>
border-color css
<style>
span { border-color: #0EAD0E; }
span { border-color: rgb(14,173,14); }
td.TdClassName
{
border-color: #0EAD0E;
}
.TagClassName
{
border-color: #0EAD0E;
}
</style>