Shades of Islamic Green #0DAC0D
Tints of Islamic Green #0DAC0D
RGB
CMYK
RGB Variations
Color information
#0DAC0D (or 0x0DAC0D) is known color: Islamic Green. HEX triplet: 0D, AC and 0D. RGB value is (13,172,13). Sum of RGB (Red+Green+Blue) = 13+172+13=198 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.57% from 198); Green value is 172 (67.58% from 255 or 86.87% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAC0D is #F253F2. Grayscale: #6A6A6A. Windows color (decimal): -15881203 or 896013. OLE color: 896013.
HSL color Cylindrical-coordinate representation of color #0DAC0D: hue angle of 120º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC0D is Cyan = 0.92, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 13 | - |
| CMYK | 0.92 | 0 | 0.92 | 0.33 |
| HSL | 120º | 0.86% | 0.36% | - |
| HSV(B) | 120º | 0.92% | 0.67% | - |
| XYZ | 14.99 | 29.62 | 5.31 | - |
| YUV | 106.33 | 75.32 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 13 | 0.92 | 0 | 0.92 | 0.33 | 120 | 0.86 | 0.36 |
| Hex | D | AC | D | 5C | 0 | 5C | 21 | 78 | 56 | 24 |
| Octal | 15 | 254 | 15 | 134 | 0 | 134 | 41 | 170 | 126 | 44 |
| Binary | 1101 | 10101100 | 1101 | 1011100 | 0 | 1011100 | 100001 | 1111000 | 1010110 | 100100 |
Color Harmonies of #0DAC0D
Complementary color
Monochromatic Colors of #0DAC0D
Black with #0DAC0D
Text Example
Text Example
White with #0DAC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC0D; }
p { color: rgb(13,172,13); }
H1.HeaderClassName
{
color: #0DAC0D;
}
.AnyTagClassName
{
color: #0DAC0D;
}
</style>
background-color css
<style>
a { background-color: #0DAC0D; }
a { background-color: rgb(13,172,13); }
div.DivClassName
{
background-color: #0DAC0D;
}
.BgClassName
{
background-color: #0DAC0D;
}
</style>
border-color css
<style>
span { border-color: #0DAC0D; }
span { border-color: rgb(13,172,13); }
td.TdClassName
{
border-color: #0DAC0D;
}
.TagClassName
{
border-color: #0DAC0D;
}
</style>