Shades of Islamic Green #0DA11A
Tints of Islamic Green #0DA11A
RGB
CMYK
RGB Variations
Color information
#0DA11A (or 0x0DA11A) is known color: Islamic Green. HEX triplet: 0D, A1 and 1A. RGB value is (13,161,26). Sum of RGB (Red+Green+Blue) = 13+161+26=200 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.5% from 200); Green value is 161 (63.28% from 255 or 80.5% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA11A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0DA11A is #F25EE5. Grayscale: #656565. Windows color (decimal): -15884006 or 1745165. OLE color: 1745165.
HSL color Cylindrical-coordinate representation of color #0DA11A: hue angle of 125.27º 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 #0DA11A is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 26 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.37 |
| HSL | 125.27º | 0.85% | 0.34% | - |
| HSV(B) | 125.27º | 0.92% | 0.63% | - |
| XYZ | 13.1 | 25.65 | 5.24 | - |
| YUV | 101.36 | 85.47 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 26 | 0.92 | 0 | 0.84 | 0.37 | 125.27 | 0.85 | 0.34 |
| Hex | D | A1 | 1A | 5C | 0 | 54 | 25 | 7D | 55 | 22 |
| Octal | 15 | 241 | 32 | 134 | 0 | 124 | 45 | 175 | 125 | 42 |
| Binary | 1101 | 10100001 | 11010 | 1011100 | 0 | 1010100 | 100101 | 1111101 | 1010101 | 100010 |
Color Harmonies of #0DA11A
Complementary color
Monochromatic Colors of #0DA11A
Black with #0DA11A
Text Example
Text Example
White with #0DA11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA11A; }
p { color: rgb(13,161,26); }
H1.HeaderClassName
{
color: #0DA11A;
}
.AnyTagClassName
{
color: #0DA11A;
}
</style>
background-color css
<style>
a { background-color: #0DA11A; }
a { background-color: rgb(13,161,26); }
div.DivClassName
{
background-color: #0DA11A;
}
.BgClassName
{
background-color: #0DA11A;
}
</style>
border-color css
<style>
span { border-color: #0DA11A; }
span { border-color: rgb(13,161,26); }
td.TdClassName
{
border-color: #0DA11A;
}
.TagClassName
{
border-color: #0DA11A;
}
</style>