Shades of Islamic Green #0DAB0E
Tints of Islamic Green #0DAB0E
RGB
CMYK
RGB Variations
Color information
#0DAB0E (or 0x0DAB0E) is known color: Islamic Green. HEX triplet: 0D, AB and 0E. RGB value is (13,171,14). Sum of RGB (Red+Green+Blue) = 13+171+14=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 171 (67.19% from 255 or 86.36% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAB0E is #F254F1. Grayscale: #6A6A6A. Windows color (decimal): -15881458 or 961293. OLE color: 961293.
HSL color Cylindrical-coordinate representation of color #0DAB0E: hue angle of 120.38º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAB0E is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 14 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.33 |
| HSL | 120.38º | 0.86% | 0.36% | - |
| HSV(B) | 120.38º | 0.92% | 0.67% | - |
| XYZ | 14.81 | 29.24 | 5.28 | - |
| YUV | 105.86 | 76.15 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 14 | 0.92 | 0 | 0.92 | 0.33 | 120.38 | 0.86 | 0.36 |
| Hex | D | AB | E | 5C | 0 | 5C | 21 | 78 | 56 | 24 |
| Octal | 15 | 253 | 16 | 134 | 0 | 134 | 41 | 170 | 126 | 44 |
| Binary | 1101 | 10101011 | 1110 | 1011100 | 0 | 1011100 | 100001 | 1111000 | 1010110 | 100100 |
Color Harmonies of #0DAB0E
Complementary color
Monochromatic Colors of #0DAB0E
Black with #0DAB0E
Text Example
Text Example
White with #0DAB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB0E; }
p { color: rgb(13,171,14); }
H1.HeaderClassName
{
color: #0DAB0E;
}
.AnyTagClassName
{
color: #0DAB0E;
}
</style>
background-color css
<style>
a { background-color: #0DAB0E; }
a { background-color: rgb(13,171,14); }
div.DivClassName
{
background-color: #0DAB0E;
}
.BgClassName
{
background-color: #0DAB0E;
}
</style>
border-color css
<style>
span { border-color: #0DAB0E; }
span { border-color: rgb(13,171,14); }
td.TdClassName
{
border-color: #0DAB0E;
}
.TagClassName
{
border-color: #0DAB0E;
}
</style>