Shades of Islamic Green #0D9604
Tints of Islamic Green #0D9604
RGB
CMYK
RGB Variations
Color information
#0D9604 (or 0x0D9604) is known color: Islamic Green. HEX triplet: 0D, 96 and 04. RGB value is (13,150,4). Sum of RGB (Red+Green+Blue) = 13+150+4=167 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.78% from 167); Green value is 150 (58.98% from 255 or 89.82% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9604 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9604 is #F269FB. Grayscale: #5C5C5C. Windows color (decimal): -15886844 or 300557. OLE color: 300557.
HSL color Cylindrical-coordinate representation of color #0D9604: hue angle of 116.3º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D9604 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 4 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.41 |
| HSL | 116.3º | 0.95% | 0.3% | - |
| HSV(B) | 116.3º | 0.97% | 0.59% | - |
| XYZ | 11.09 | 21.91 | 3.76 | - |
| YUV | 92.39 | 78.11 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 4 | 0.91 | 0 | 0.97 | 0.41 | 116.3 | 0.95 | 0.3 |
| Hex | D | 96 | 4 | 5B | 0 | 61 | 29 | 74 | 5F | 1E |
| Octal | 15 | 226 | 4 | 133 | 0 | 141 | 51 | 164 | 137 | 36 |
| Binary | 1101 | 10010110 | 100 | 1011011 | 0 | 1100001 | 101001 | 1110100 | 1011111 | 11110 |
Color Harmonies of #0D9604
Complementary color
Monochromatic Colors of #0D9604
Black with #0D9604
Text Example
Text Example
White with #0D9604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9604; }
p { color: rgb(13,150,4); }
H1.HeaderClassName
{
color: #0D9604;
}
.AnyTagClassName
{
color: #0D9604;
}
</style>
background-color css
<style>
a { background-color: #0D9604; }
a { background-color: rgb(13,150,4); }
div.DivClassName
{
background-color: #0D9604;
}
.BgClassName
{
background-color: #0D9604;
}
</style>
border-color css
<style>
span { border-color: #0D9604; }
span { border-color: rgb(13,150,4); }
td.TdClassName
{
border-color: #0D9604;
}
.TagClassName
{
border-color: #0D9604;
}
</style>