Shades of Islamic Green #0EAB04
Tints of Islamic Green #0EAB04
RGB
CMYK
RGB Variations
Color information
#0EAB04 (or 0x0EAB04) is known color: Islamic Green. HEX triplet: 0E, AB and 04. RGB value is (14,171,4). Sum of RGB (Red+Green+Blue) = 14+171+4=189 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.41% from 189); Green value is 171 (67.19% from 255 or 90.48% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 171 - color contains mainly: green. Hex color #0EAB04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0EAB04 is #F154FB. Grayscale: #696969. Windows color (decimal): -15815932 or 305934. OLE color: 305934.
HSL color Cylindrical-coordinate representation of color #0EAB04: hue angle of 116.41º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EAB04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 171 | 4 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.33 |
| HSL | 116.41º | 0.95% | 0.34% | - |
| HSV(B) | 116.41º | 0.98% | 0.67% | - |
| XYZ | 14.77 | 29.23 | 4.98 | - |
| YUV | 105.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 171 | 4 | 0.92 | 0 | 0.98 | 0.33 | 116.41 | 0.95 | 0.34 |
| Hex | E | AB | 4 | 5C | 0 | 62 | 21 | 74 | 5F | 22 |
| Octal | 16 | 253 | 4 | 134 | 0 | 142 | 41 | 164 | 137 | 42 |
| Binary | 1110 | 10101011 | 100 | 1011100 | 0 | 1100010 | 100001 | 1110100 | 1011111 | 100010 |
Color Harmonies of #0EAB04
Complementary color
Monochromatic Colors of #0EAB04
Black with #0EAB04
Text Example
Text Example
White with #0EAB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAB04; }
p { color: rgb(14,171,4); }
H1.HeaderClassName
{
color: #0EAB04;
}
.AnyTagClassName
{
color: #0EAB04;
}
</style>
background-color css
<style>
a { background-color: #0EAB04; }
a { background-color: rgb(14,171,4); }
div.DivClassName
{
background-color: #0EAB04;
}
.BgClassName
{
background-color: #0EAB04;
}
</style>
border-color css
<style>
span { border-color: #0EAB04; }
span { border-color: rgb(14,171,4); }
td.TdClassName
{
border-color: #0EAB04;
}
.TagClassName
{
border-color: #0EAB04;
}
</style>