Shades of Islamic Green #0DA918
Tints of Islamic Green #0DA918
RGB
CMYK
RGB Variations
Color information
#0DA918 (or 0x0DA918) is known color: Islamic Green. HEX triplet: 0D, A9 and 18. RGB value is (13,169,24). Sum of RGB (Red+Green+Blue) = 13+169+24=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 169 (66.41% from 255 or 82.04% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA918 is #F256E7. Grayscale: #6A6A6A. Windows color (decimal): -15881960 or 1616141. OLE color: 1616141.
HSL color Cylindrical-coordinate representation of color #0DA918: hue angle of 124.23º 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 #0DA918 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 24 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.34 |
| HSL | 124.23º | 0.86% | 0.36% | - |
| HSV(B) | 124.23º | 0.92% | 0.66% | - |
| XYZ | 14.52 | 28.53 | 5.61 | - |
| YUV | 105.83 | 81.82 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 24 | 0.92 | 0 | 0.86 | 0.34 | 124.23 | 0.86 | 0.36 |
| Hex | D | A9 | 18 | 5C | 0 | 56 | 22 | 7C | 56 | 24 |
| Octal | 15 | 251 | 30 | 134 | 0 | 126 | 42 | 174 | 126 | 44 |
| Binary | 1101 | 10101001 | 11000 | 1011100 | 0 | 1010110 | 100010 | 1111100 | 1010110 | 100100 |
Color Harmonies of #0DA918
Complementary color
Monochromatic Colors of #0DA918
Black with #0DA918
Text Example
Text Example
White with #0DA918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA918; }
p { color: rgb(13,169,24); }
H1.HeaderClassName
{
color: #0DA918;
}
.AnyTagClassName
{
color: #0DA918;
}
</style>
background-color css
<style>
a { background-color: #0DA918; }
a { background-color: rgb(13,169,24); }
div.DivClassName
{
background-color: #0DA918;
}
.BgClassName
{
background-color: #0DA918;
}
</style>
border-color css
<style>
span { border-color: #0DA918; }
span { border-color: rgb(13,169,24); }
td.TdClassName
{
border-color: #0DA918;
}
.TagClassName
{
border-color: #0DA918;
}
</style>