Shades of Islamic Green #0DAC19
Tints of Islamic Green #0DAC19
RGB
CMYK
RGB Variations
Color information
#0DAC19 (or 0x0DAC19) is known color: Islamic Green. HEX triplet: 0D, AC and 19. RGB value is (13,172,25). Sum of RGB (Red+Green+Blue) = 13+172+25=210 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.19% from 210); Green value is 172 (67.58% from 255 or 81.90% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DAC19 is #F253E6. Grayscale: #6C6C6C. Windows color (decimal): -15881191 or 1682445. OLE color: 1682445.
HSL color Cylindrical-coordinate representation of color #0DAC19: hue angle of 124.53º 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 #0DAC19 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 172 | 25 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.33 |
| HSL | 124.53º | 0.86% | 0.36% | - |
| HSV(B) | 124.53º | 0.92% | 0.67% | - |
| XYZ | 15.09 | 29.66 | 5.85 | - |
| YUV | 107.7 | 81.32 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 172 | 25 | 0.92 | 0 | 0.85 | 0.33 | 124.53 | 0.86 | 0.36 |
| Hex | D | AC | 19 | 5C | 0 | 55 | 21 | 7D | 56 | 24 |
| Octal | 15 | 254 | 31 | 134 | 0 | 125 | 41 | 175 | 126 | 44 |
| Binary | 1101 | 10101100 | 11001 | 1011100 | 0 | 1010101 | 100001 | 1111101 | 1010110 | 100100 |
Color Harmonies of #0DAC19
Complementary color
Monochromatic Colors of #0DAC19
Black with #0DAC19
Text Example
Text Example
White with #0DAC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DAC19; }
p { color: rgb(13,172,25); }
H1.HeaderClassName
{
color: #0DAC19;
}
.AnyTagClassName
{
color: #0DAC19;
}
</style>
background-color css
<style>
a { background-color: #0DAC19; }
a { background-color: rgb(13,172,25); }
div.DivClassName
{
background-color: #0DAC19;
}
.BgClassName
{
background-color: #0DAC19;
}
</style>
border-color css
<style>
span { border-color: #0DAC19; }
span { border-color: rgb(13,172,25); }
td.TdClassName
{
border-color: #0DAC19;
}
.TagClassName
{
border-color: #0DAC19;
}
</style>