Shades of Islamic Green #0DAA06
Tints of Islamic Green #0DAA06
RGB
CMYK
RGB Variations
Color information
#0DAA06 (or 0x0DAA06) is known color: Islamic Green. HEX triplet: 0D, AA and 06. RGB value is (13,170,6). Sum of RGB (Red+Green+Blue) = 13+170+6=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 170 (66.80% from 255 or 89.95% from 189); Blue value is 6 (2.73% from 255 or 3.17% from 189); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAA06 is #F255F9. Grayscale: #686868. Windows color (decimal): -15881722 or 436749. OLE color: 436749.
HSL color Cylindrical-coordinate representation of color #0DAA06: hue angle of 117.44º 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 #0DAA06 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 6 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.33 |
| HSL | 117.44º | 0.93% | 0.35% | - |
| HSV(B) | 117.44º | 0.96% | 0.67% | - |
| XYZ | 14.57 | 28.85 | 4.97 | - |
| YUV | 104.36 | 72.49 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 6 | 0.92 | 0 | 0.96 | 0.33 | 117.44 | 0.93 | 0.35 |
| Hex | D | AA | 6 | 5C | 0 | 60 | 21 | 75 | 5D | 23 |
| Octal | 15 | 252 | 6 | 134 | 0 | 140 | 41 | 165 | 135 | 43 |
| Binary | 1101 | 10101010 | 110 | 1011100 | 0 | 1100000 | 100001 | 1110101 | 1011101 | 100011 |
Color Harmonies of #0DAA06
Complementary color
Monochromatic Colors of #0DAA06
Black with #0DAA06
Text Example
Text Example
White with #0DAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA06; }
p { color: rgb(13,170,6); }
H1.HeaderClassName
{
color: #0DAA06;
}
.AnyTagClassName
{
color: #0DAA06;
}
</style>
background-color css
<style>
a { background-color: #0DAA06; }
a { background-color: rgb(13,170,6); }
div.DivClassName
{
background-color: #0DAA06;
}
.BgClassName
{
background-color: #0DAA06;
}
</style>
border-color css
<style>
span { border-color: #0DAA06; }
span { border-color: rgb(13,170,6); }
td.TdClassName
{
border-color: #0DAA06;
}
.TagClassName
{
border-color: #0DAA06;
}
</style>