Shades of Islamic Green #0DAA0C
Tints of Islamic Green #0DAA0C
RGB
CMYK
RGB Variations
Color information
#0DAA0C (or 0x0DAA0C) is known color: Islamic Green. HEX triplet: 0D, AA and 0C. RGB value is (13,170,12). Sum of RGB (Red+Green+Blue) = 13+170+12=195 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.67% from 195); Green value is 170 (66.80% from 255 or 87.18% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 170 - color contains mainly: green. Hex color #0DAA0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAA0C is #F255F3. Grayscale: #696969. Windows color (decimal): -15881716 or 829965. OLE color: 829965.
HSL color Cylindrical-coordinate representation of color #0DAA0C: hue angle of 119.62º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAA0C is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 170 | 12 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.33 |
| HSL | 119.62º | 0.87% | 0.36% | - |
| HSV(B) | 119.62º | 0.93% | 0.67% | - |
| XYZ | 14.61 | 28.86 | 5.15 | - |
| YUV | 105.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 170 | 12 | 0.92 | 0 | 0.93 | 0.33 | 119.62 | 0.87 | 0.36 |
| Hex | D | AA | C | 5C | 0 | 5D | 21 | 78 | 57 | 24 |
| Octal | 15 | 252 | 14 | 134 | 0 | 135 | 41 | 170 | 127 | 44 |
| Binary | 1101 | 10101010 | 1100 | 1011100 | 0 | 1011101 | 100001 | 1111000 | 1010111 | 100100 |
Color Harmonies of #0DAA0C
Complementary color
Monochromatic Colors of #0DAA0C
Black with #0DAA0C
Text Example
Text Example
White with #0DAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAA0C; }
p { color: rgb(13,170,12); }
H1.HeaderClassName
{
color: #0DAA0C;
}
.AnyTagClassName
{
color: #0DAA0C;
}
</style>
background-color css
<style>
a { background-color: #0DAA0C; }
a { background-color: rgb(13,170,12); }
div.DivClassName
{
background-color: #0DAA0C;
}
.BgClassName
{
background-color: #0DAA0C;
}
</style>
border-color css
<style>
span { border-color: #0DAA0C; }
span { border-color: rgb(13,170,12); }
td.TdClassName
{
border-color: #0DAA0C;
}
.TagClassName
{
border-color: #0DAA0C;
}
</style>