Shades of Islamic Green #0DA906
Tints of Islamic Green #0DA906
RGB
CMYK
RGB Variations
Color information
#0DA906 (or 0x0DA906) is known color: Islamic Green. HEX triplet: 0D, A9 and 06. RGB value is (13,169,6). Sum of RGB (Red+Green+Blue) = 13+169+6=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 169 (66.41% from 255 or 89.89% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA906 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA906 is #F256F9. Grayscale: #686868. Windows color (decimal): -15881978 or 436493. OLE color: 436493.
HSL color Cylindrical-coordinate representation of color #0DA906: hue angle of 117.42º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DA906 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 6 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.34 |
| HSL | 117.42º | 0.93% | 0.34% | - |
| HSV(B) | 117.42º | 0.96% | 0.66% | - |
| XYZ | 14.39 | 28.47 | 4.91 | - |
| YUV | 103.77 | 72.82 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 6 | 0.92 | 0 | 0.96 | 0.34 | 117.42 | 0.93 | 0.34 |
| Hex | D | A9 | 6 | 5C | 0 | 60 | 22 | 75 | 5D | 22 |
| Octal | 15 | 251 | 6 | 134 | 0 | 140 | 42 | 165 | 135 | 42 |
| Binary | 1101 | 10101001 | 110 | 1011100 | 0 | 1100000 | 100010 | 1110101 | 1011101 | 100010 |
Color Harmonies of #0DA906
Complementary color
Monochromatic Colors of #0DA906
Black with #0DA906
Text Example
Text Example
White with #0DA906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA906; }
p { color: rgb(13,169,6); }
H1.HeaderClassName
{
color: #0DA906;
}
.AnyTagClassName
{
color: #0DA906;
}
</style>
background-color css
<style>
a { background-color: #0DA906; }
a { background-color: rgb(13,169,6); }
div.DivClassName
{
background-color: #0DA906;
}
.BgClassName
{
background-color: #0DA906;
}
</style>
border-color css
<style>
span { border-color: #0DA906; }
span { border-color: rgb(13,169,6); }
td.TdClassName
{
border-color: #0DA906;
}
.TagClassName
{
border-color: #0DA906;
}
</style>