Shades of Islamic Green #0DA904
Tints of Islamic Green #0DA904
RGB
CMYK
RGB Variations
Color information
#0DA904 (or 0x0DA904) is known color: Islamic Green. HEX triplet: 0D, A9 and 04. RGB value is (13,169,4). Sum of RGB (Red+Green+Blue) = 13+169+4=186 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.99% from 186); Green value is 169 (66.41% from 255 or 90.86% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 169 - color contains mainly: green. Hex color #0DA904 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0DA904 is #F256FB. Grayscale: #686868. Windows color (decimal): -15881980 or 305421. OLE color: 305421.
HSL color Cylindrical-coordinate representation of color #0DA904: hue angle of 116.73º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DA904 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 169 | 4 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.34 |
| HSL | 116.73º | 0.95% | 0.34% | - |
| HSV(B) | 116.73º | 0.98% | 0.66% | - |
| XYZ | 14.38 | 28.47 | 4.85 | - |
| YUV | 103.55 | 71.82 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 169 | 4 | 0.92 | 0 | 0.98 | 0.34 | 116.73 | 0.95 | 0.34 |
| Hex | D | A9 | 4 | 5C | 0 | 62 | 22 | 75 | 5F | 22 |
| Octal | 15 | 251 | 4 | 134 | 0 | 142 | 42 | 165 | 137 | 42 |
| Binary | 1101 | 10101001 | 100 | 1011100 | 0 | 1100010 | 100010 | 1110101 | 1011111 | 100010 |
Color Harmonies of #0DA904
Complementary color
Monochromatic Colors of #0DA904
Black with #0DA904
Text Example
Text Example
White with #0DA904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA904; }
p { color: rgb(13,169,4); }
H1.HeaderClassName
{
color: #0DA904;
}
.AnyTagClassName
{
color: #0DA904;
}
</style>
background-color css
<style>
a { background-color: #0DA904; }
a { background-color: rgb(13,169,4); }
div.DivClassName
{
background-color: #0DA904;
}
.BgClassName
{
background-color: #0DA904;
}
</style>
border-color css
<style>
span { border-color: #0DA904; }
span { border-color: rgb(13,169,4); }
td.TdClassName
{
border-color: #0DA904;
}
.TagClassName
{
border-color: #0DA904;
}
</style>