Shades of Islamic Green #0DAA0A
Tints of Islamic Green #0DAA0A
RGB
CMYK
RGB Variations
Color information
#0DAA0A (or 0x0DAA0A) is known color: Islamic Green. HEX triplet: 0D, AA and 0A. RGB value is (13,170,10). Sum of RGB (Red+Green+Blue) = 13+170+10=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 170 (66.80% from 255 or 88.08% from 193); Blue value is 10 (4.30% from 255 or 5.18% from 193); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAA0A is #F255F5. Grayscale: #696969. Windows color (decimal): -15881718 or 698893. OLE color: 698893.
HSL color Cylindrical-coordinate representation of color #0DAA0A: hue angle of 118.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DAA0A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 10 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.33 |
| HSL | 118.88º | 0.89% | 0.35% | - |
| HSV(B) | 118.88º | 0.94% | 0.67% | - |
| XYZ | 14.6 | 28.86 | 5.09 | - |
| YUV | 104.82 | 74.49 | 62.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 10 | 0.92 | 0 | 0.94 | 0.33 | 118.88 | 0.89 | 0.35 |
| Hex | D | AA | A | 5C | 0 | 5E | 21 | 77 | 59 | 23 |
| Octal | 15 | 252 | 12 | 134 | 0 | 136 | 41 | 167 | 131 | 43 |
| Binary | 1101 | 10101010 | 1010 | 1011100 | 0 | 1011110 | 100001 | 1110111 | 1011001 | 100011 |
Color Harmonies of #0DAA0A
Complementary color
Monochromatic Colors of #0DAA0A
Black with #0DAA0A
Text Example
Text Example
White with #0DAA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA0A; }
p { color: rgb(13,170,10); }
H1.HeaderClassName
{
color: #0DAA0A;
}
.AnyTagClassName
{
color: #0DAA0A;
}
</style>
background-color css
<style>
a { background-color: #0DAA0A; }
a { background-color: rgb(13,170,10); }
div.DivClassName
{
background-color: #0DAA0A;
}
.BgClassName
{
background-color: #0DAA0A;
}
</style>
border-color css
<style>
span { border-color: #0DAA0A; }
span { border-color: rgb(13,170,10); }
td.TdClassName
{
border-color: #0DAA0A;
}
.TagClassName
{
border-color: #0DAA0A;
}
</style>