Shades of Islamic Green #0DA706
Tints of Islamic Green #0DA706
RGB
CMYK
RGB Variations
Color information
#0DA706 (or 0x0DA706) is known color: Islamic Green. HEX triplet: 0D, A7 and 06. RGB value is (13,167,6). Sum of RGB (Red+Green+Blue) = 13+167+6=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 167 (65.62% from 255 or 89.78% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 167 - color contains mainly: green. Hex color #0DA706 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA706 is #F258F9. Grayscale: #676767. Windows color (decimal): -15882490 or 435981. OLE color: 435981.
HSL color Cylindrical-coordinate representation of color #0DA706: hue angle of 117.39º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0DA706 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 167 | 6 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.35 |
| HSL | 117.39º | 0.93% | 0.34% | - |
| HSV(B) | 117.39º | 0.96% | 0.65% | - |
| XYZ | 14.02 | 27.74 | 4.79 | - |
| YUV | 102.6 | 73.48 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 167 | 6 | 0.92 | 0 | 0.96 | 0.35 | 117.39 | 0.93 | 0.34 |
| Hex | D | A7 | 6 | 5C | 0 | 60 | 23 | 75 | 5D | 22 |
| Octal | 15 | 247 | 6 | 134 | 0 | 140 | 43 | 165 | 135 | 42 |
| Binary | 1101 | 10100111 | 110 | 1011100 | 0 | 1100000 | 100011 | 1110101 | 1011101 | 100010 |
Color Harmonies of #0DA706
Complementary color
Monochromatic Colors of #0DA706
Black with #0DA706
Text Example
Text Example
White with #0DA706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA706; }
p { color: rgb(13,167,6); }
H1.HeaderClassName
{
color: #0DA706;
}
.AnyTagClassName
{
color: #0DA706;
}
</style>
background-color css
<style>
a { background-color: #0DA706; }
a { background-color: rgb(13,167,6); }
div.DivClassName
{
background-color: #0DA706;
}
.BgClassName
{
background-color: #0DA706;
}
</style>
border-color css
<style>
span { border-color: #0DA706; }
span { border-color: rgb(13,167,6); }
td.TdClassName
{
border-color: #0DA706;
}
.TagClassName
{
border-color: #0DA706;
}
</style>