Shades of Islamic Green #0DAC0C
Tints of Islamic Green #0DAC0C
RGB
CMYK
RGB Variations
Color information
#0DAC0C (or 0x0DAC0C) is known color: Islamic Green. HEX triplet: 0D, AC and 0C. RGB value is (13,172,12). Sum of RGB (Red+Green+Blue) = 13+172+12=197 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.60% from 197); Green value is 172 (67.58% from 255 or 87.31% from 197); Blue value is 12 (5.08% from 255 or 6.09% from 197); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAC0C is #F253F3. Grayscale: #6A6A6A. Windows color (decimal): -15881204 or 830477. OLE color: 830477.
HSL color Cylindrical-coordinate representation of color #0DAC0C: 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 #0DAC0C is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 12 | - |
| CMYK | 0.92 | 0 | 0.93 | 0.33 |
| HSL | 119.63º | 0.87% | 0.36% | - |
| HSV(B) | 119.63º | 0.93% | 0.67% | - |
| XYZ | 14.98 | 29.62 | 5.27 | - |
| YUV | 106.22 | 74.82 | 61.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 12 | 0.92 | 0 | 0.93 | 0.33 | 119.63 | 0.87 | 0.36 |
| Hex | D | AC | C | 5C | 0 | 5D | 21 | 78 | 57 | 24 |
| Octal | 15 | 254 | 14 | 134 | 0 | 135 | 41 | 170 | 127 | 44 |
| Binary | 1101 | 10101100 | 1100 | 1011100 | 0 | 1011101 | 100001 | 1111000 | 1010111 | 100100 |
Color Harmonies of #0DAC0C
Complementary color
Monochromatic Colors of #0DAC0C
Black with #0DAC0C
Text Example
Text Example
White with #0DAC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC0C; }
p { color: rgb(13,172,12); }
H1.HeaderClassName
{
color: #0DAC0C;
}
.AnyTagClassName
{
color: #0DAC0C;
}
</style>
background-color css
<style>
a { background-color: #0DAC0C; }
a { background-color: rgb(13,172,12); }
div.DivClassName
{
background-color: #0DAC0C;
}
.BgClassName
{
background-color: #0DAC0C;
}
</style>
border-color css
<style>
span { border-color: #0DAC0C; }
span { border-color: rgb(13,172,12); }
td.TdClassName
{
border-color: #0DAC0C;
}
.TagClassName
{
border-color: #0DAC0C;
}
</style>