Shades of Islamic Green #0DA60A
Tints of Islamic Green #0DA60A
RGB
CMYK
RGB Variations
Color information
#0DA60A (or 0x0DA60A) is known color: Islamic Green. HEX triplet: 0D, A6 and 0A. RGB value is (13,166,10). Sum of RGB (Red+Green+Blue) = 13+166+10=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 166 (65.23% from 255 or 87.83% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA60A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA60A is #F259F5. Grayscale: #666666. Windows color (decimal): -15882742 or 697869. OLE color: 697869.
HSL color Cylindrical-coordinate representation of color #0DA60A: hue angle of 118.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DA60A is Cyan = 0.92, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 166 | 10 | - |
| CMYK | 0.92 | 0 | 0.94 | 0.35 |
| HSL | 118.85º | 0.89% | 0.35% | - |
| HSV(B) | 118.85º | 0.94% | 0.65% | - |
| XYZ | 13.86 | 27.38 | 4.84 | - |
| YUV | 102.47 | 75.81 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 10 | 0.92 | 0 | 0.94 | 0.35 | 118.85 | 0.89 | 0.35 |
| Hex | D | A6 | A | 5C | 0 | 5E | 23 | 77 | 59 | 23 |
| Octal | 15 | 246 | 12 | 134 | 0 | 136 | 43 | 167 | 131 | 43 |
| Binary | 1101 | 10100110 | 1010 | 1011100 | 0 | 1011110 | 100011 | 1110111 | 1011001 | 100011 |
Color Harmonies of #0DA60A
Complementary color
Monochromatic Colors of #0DA60A
Black with #0DA60A
Text Example
Text Example
White with #0DA60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA60A; }
p { color: rgb(13,166,10); }
H1.HeaderClassName
{
color: #0DA60A;
}
.AnyTagClassName
{
color: #0DA60A;
}
</style>
background-color css
<style>
a { background-color: #0DA60A; }
a { background-color: rgb(13,166,10); }
div.DivClassName
{
background-color: #0DA60A;
}
.BgClassName
{
background-color: #0DA60A;
}
</style>
border-color css
<style>
span { border-color: #0DA60A; }
span { border-color: rgb(13,166,10); }
td.TdClassName
{
border-color: #0DA60A;
}
.TagClassName
{
border-color: #0DA60A;
}
</style>