Shades of Islamic Green #0DAB0F
Tints of Islamic Green #0DAB0F
RGB
CMYK
RGB Variations
Color information
#0DAB0F (or 0x0DAB0F) is known color: Islamic Green. HEX triplet: 0D, AB and 0F. RGB value is (13,171,15). Sum of RGB (Red+Green+Blue) = 13+171+15=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 171 (67.19% from 255 or 85.93% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAB0F is #F254F0. Grayscale: #6A6A6A. Windows color (decimal): -15881457 or 1026829. OLE color: 1026829.
HSL color Cylindrical-coordinate representation of color #0DAB0F: hue angle of 120.76º 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 #0DAB0F is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 15 | - |
| CMYK | 0.92 | 0 | 0.91 | 0.33 |
| HSL | 120.76º | 0.86% | 0.36% | - |
| HSV(B) | 120.76º | 0.92% | 0.67% | - |
| XYZ | 14.82 | 29.25 | 5.32 | - |
| YUV | 105.97 | 76.65 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 15 | 0.92 | 0 | 0.91 | 0.33 | 120.76 | 0.86 | 0.36 |
| Hex | D | AB | F | 5C | 0 | 5B | 21 | 79 | 56 | 24 |
| Octal | 15 | 253 | 17 | 134 | 0 | 133 | 41 | 171 | 126 | 44 |
| Binary | 1101 | 10101011 | 1111 | 1011100 | 0 | 1011011 | 100001 | 1111001 | 1010110 | 100100 |
Color Harmonies of #0DAB0F
Complementary color
Monochromatic Colors of #0DAB0F
Black with #0DAB0F
Text Example
Text Example
White with #0DAB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB0F; }
p { color: rgb(13,171,15); }
H1.HeaderClassName
{
color: #0DAB0F;
}
.AnyTagClassName
{
color: #0DAB0F;
}
</style>
background-color css
<style>
a { background-color: #0DAB0F; }
a { background-color: rgb(13,171,15); }
div.DivClassName
{
background-color: #0DAB0F;
}
.BgClassName
{
background-color: #0DAB0F;
}
</style>
border-color css
<style>
span { border-color: #0DAB0F; }
span { border-color: rgb(13,171,15); }
td.TdClassName
{
border-color: #0DAB0F;
}
.TagClassName
{
border-color: #0DAB0F;
}
</style>