Shades of Islamic Green #0DA113
Tints of Islamic Green #0DA113
RGB
CMYK
RGB Variations
Color information
#0DA113 (or 0x0DA113) is known color: Islamic Green. HEX triplet: 0D, A1 and 13. RGB value is (13,161,19). Sum of RGB (Red+Green+Blue) = 13+161+19=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 161 (63.28% from 255 or 83.42% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA113 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA113 is #F25EEC. Grayscale: #646464. Windows color (decimal): -15884013 or 1286413. OLE color: 1286413.
HSL color Cylindrical-coordinate representation of color #0DA113: hue angle of 122.43º 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 #0DA113 is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 19 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.37 |
| HSL | 122.43º | 0.85% | 0.34% | - |
| HSV(B) | 122.43º | 0.92% | 0.63% | - |
| XYZ | 13.03 | 25.62 | 4.88 | - |
| YUV | 100.56 | 81.97 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 19 | 0.92 | 0 | 0.88 | 0.37 | 122.43 | 0.85 | 0.34 |
| Hex | D | A1 | 13 | 5C | 0 | 58 | 25 | 7A | 55 | 22 |
| Octal | 15 | 241 | 23 | 134 | 0 | 130 | 45 | 172 | 125 | 42 |
| Binary | 1101 | 10100001 | 10011 | 1011100 | 0 | 1011000 | 100101 | 1111010 | 1010101 | 100010 |
Color Harmonies of #0DA113
Complementary color
Monochromatic Colors of #0DA113
Black with #0DA113
Text Example
Text Example
White with #0DA113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA113; }
p { color: rgb(13,161,19); }
H1.HeaderClassName
{
color: #0DA113;
}
.AnyTagClassName
{
color: #0DA113;
}
</style>
background-color css
<style>
a { background-color: #0DA113; }
a { background-color: rgb(13,161,19); }
div.DivClassName
{
background-color: #0DA113;
}
.BgClassName
{
background-color: #0DA113;
}
</style>
border-color css
<style>
span { border-color: #0DA113; }
span { border-color: rgb(13,161,19); }
td.TdClassName
{
border-color: #0DA113;
}
.TagClassName
{
border-color: #0DA113;
}
</style>