Shades of Islamic Green #0DAB06
Tints of Islamic Green #0DAB06
RGB
CMYK
RGB Variations
Color information
#0DAB06 (or 0x0DAB06) is known color: Islamic Green. HEX triplet: 0D, AB and 06. RGB value is (13,171,6). Sum of RGB (Red+Green+Blue) = 13+171+6=190 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.84% from 190); Green value is 171 (67.19% from 255 or 90% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAB06 is #F254F9. Grayscale: #696969. Windows color (decimal): -15881466 or 437005. OLE color: 437005.
HSL color Cylindrical-coordinate representation of color #0DAB06: hue angle of 117.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DAB06 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 171 | 6 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.33 |
| HSL | 117.45º | 0.93% | 0.35% | - |
| HSV(B) | 117.45º | 0.96% | 0.67% | - |
| XYZ | 14.76 | 29.22 | 5.04 | - |
| YUV | 104.95 | 72.15 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 171 | 6 | 0.92 | 0 | 0.96 | 0.33 | 117.45 | 0.93 | 0.35 |
| Hex | D | AB | 6 | 5C | 0 | 60 | 21 | 75 | 5D | 23 |
| Octal | 15 | 253 | 6 | 134 | 0 | 140 | 41 | 165 | 135 | 43 |
| Binary | 1101 | 10101011 | 110 | 1011100 | 0 | 1100000 | 100001 | 1110101 | 1011101 | 100011 |
Color Harmonies of #0DAB06
Complementary color
Monochromatic Colors of #0DAB06
Black with #0DAB06
Text Example
Text Example
White with #0DAB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAB06; }
p { color: rgb(13,171,6); }
H1.HeaderClassName
{
color: #0DAB06;
}
.AnyTagClassName
{
color: #0DAB06;
}
</style>
background-color css
<style>
a { background-color: #0DAB06; }
a { background-color: rgb(13,171,6); }
div.DivClassName
{
background-color: #0DAB06;
}
.BgClassName
{
background-color: #0DAB06;
}
</style>
border-color css
<style>
span { border-color: #0DAB06; }
span { border-color: rgb(13,171,6); }
td.TdClassName
{
border-color: #0DAB06;
}
.TagClassName
{
border-color: #0DAB06;
}
</style>