Shades of Islamic Green #0DA01A
Tints of Islamic Green #0DA01A
RGB
CMYK
RGB Variations
Color information
#0DA01A (or 0x0DA01A) is known color: Islamic Green. HEX triplet: 0D, A0 and 1A. RGB value is (13,160,26). Sum of RGB (Red+Green+Blue) = 13+160+26=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 160 (62.89% from 255 or 80.40% from 199); Blue value is 26 (10.55% from 255 or 13.07% from 199); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA01A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA01A is #F25FE5. Grayscale: #656565. Windows color (decimal): -15884262 or 1744909. OLE color: 1744909.
HSL color Cylindrical-coordinate representation of color #0DA01A: hue angle of 125.31º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA01A is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 26 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.37 |
| HSL | 125.31º | 0.85% | 0.34% | - |
| HSV(B) | 125.31º | 0.92% | 0.63% | - |
| XYZ | 12.92 | 25.3 | 5.18 | - |
| YUV | 100.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 26 | 0.92 | 0 | 0.84 | 0.37 | 125.31 | 0.85 | 0.34 |
| Hex | D | A0 | 1A | 5C | 0 | 54 | 25 | 7D | 55 | 22 |
| Octal | 15 | 240 | 32 | 134 | 0 | 124 | 45 | 175 | 125 | 42 |
| Binary | 1101 | 10100000 | 11010 | 1011100 | 0 | 1010100 | 100101 | 1111101 | 1010101 | 100010 |
Color Harmonies of #0DA01A
Complementary color
Monochromatic Colors of #0DA01A
Black with #0DA01A
Text Example
Text Example
White with #0DA01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA01A; }
p { color: rgb(13,160,26); }
H1.HeaderClassName
{
color: #0DA01A;
}
.AnyTagClassName
{
color: #0DA01A;
}
</style>
background-color css
<style>
a { background-color: #0DA01A; }
a { background-color: rgb(13,160,26); }
div.DivClassName
{
background-color: #0DA01A;
}
.BgClassName
{
background-color: #0DA01A;
}
</style>
border-color css
<style>
span { border-color: #0DA01A; }
span { border-color: rgb(13,160,26); }
td.TdClassName
{
border-color: #0DA01A;
}
.TagClassName
{
border-color: #0DA01A;
}
</style>