Shades of Islamic Green #0DA917
Tints of Islamic Green #0DA917
RGB
CMYK
RGB Variations
Color information
#0DA917 (or 0x0DA917) is known color: Islamic Green. HEX triplet: 0D, A9 and 17. RGB value is (13,169,23). Sum of RGB (Red+Green+Blue) = 13+169+23=205 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.34% from 205); Green value is 169 (66.41% from 255 or 82.44% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA917 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA917 is #F256E8. Grayscale: #6A6A6A. Windows color (decimal): -15881961 or 1550605. OLE color: 1550605.
HSL color Cylindrical-coordinate representation of color #0DA917: hue angle of 123.85º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA917 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 23 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.34 |
| HSL | 123.85º | 0.86% | 0.36% | - |
| HSV(B) | 123.85º | 0.92% | 0.66% | - |
| XYZ | 14.51 | 28.52 | 5.55 | - |
| YUV | 105.71 | 81.32 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 23 | 0.92 | 0 | 0.86 | 0.34 | 123.85 | 0.86 | 0.36 |
| Hex | D | A9 | 17 | 5C | 0 | 56 | 22 | 7C | 56 | 24 |
| Octal | 15 | 251 | 27 | 134 | 0 | 126 | 42 | 174 | 126 | 44 |
| Binary | 1101 | 10101001 | 10111 | 1011100 | 0 | 1010110 | 100010 | 1111100 | 1010110 | 100100 |
Color Harmonies of #0DA917
Complementary color
Monochromatic Colors of #0DA917
Black with #0DA917
Text Example
Text Example
White with #0DA917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA917; }
p { color: rgb(13,169,23); }
H1.HeaderClassName
{
color: #0DA917;
}
.AnyTagClassName
{
color: #0DA917;
}
</style>
background-color css
<style>
a { background-color: #0DA917; }
a { background-color: rgb(13,169,23); }
div.DivClassName
{
background-color: #0DA917;
}
.BgClassName
{
background-color: #0DA917;
}
</style>
border-color css
<style>
span { border-color: #0DA917; }
span { border-color: rgb(13,169,23); }
td.TdClassName
{
border-color: #0DA917;
}
.TagClassName
{
border-color: #0DA917;
}
</style>