Shades of Islamic Green #0D9602
Tints of Islamic Green #0D9602
RGB
CMYK
RGB Variations
Color information
#0D9602 (or 0x0D9602) is known color: Islamic Green. HEX triplet: 0D, 96 and 02. RGB value is (13,150,2). Sum of RGB (Red+Green+Blue) = 13+150+2=165 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.88% from 165); Green value is 150 (58.98% from 255 or 90.91% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9602 is #F269FD. Grayscale: #5C5C5C. Windows color (decimal): -15886846 or 169485. OLE color: 169485.
HSL color Cylindrical-coordinate representation of color #0D9602: hue angle of 115.54º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D9602 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.41 |
| HSL | 115.54º | 0.97% | 0.3% | - |
| HSV(B) | 115.54º | 0.99% | 0.59% | - |
| XYZ | 11.08 | 21.9 | 3.7 | - |
| YUV | 92.17 | 77.11 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 2 | 0.91 | 0 | 0.99 | 0.41 | 115.54 | 0.97 | 0.3 |
| Hex | D | 96 | 2 | 5B | 0 | 63 | 29 | 74 | 61 | 1E |
| Octal | 15 | 226 | 2 | 133 | 0 | 143 | 51 | 164 | 141 | 36 |
| Binary | 1101 | 10010110 | 10 | 1011011 | 0 | 1100011 | 101001 | 1110100 | 1100001 | 11110 |
Color Harmonies of #0D9602
Complementary color
Monochromatic Colors of #0D9602
Black with #0D9602
Text Example
Text Example
White with #0D9602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9602; }
p { color: rgb(13,150,2); }
H1.HeaderClassName
{
color: #0D9602;
}
.AnyTagClassName
{
color: #0D9602;
}
</style>
background-color css
<style>
a { background-color: #0D9602; }
a { background-color: rgb(13,150,2); }
div.DivClassName
{
background-color: #0D9602;
}
.BgClassName
{
background-color: #0D9602;
}
</style>
border-color css
<style>
span { border-color: #0D9602; }
span { border-color: rgb(13,150,2); }
td.TdClassName
{
border-color: #0D9602;
}
.TagClassName
{
border-color: #0D9602;
}
</style>