Shades of Islamic Green #0D9601
Tints of Islamic Green #0D9601
RGB
CMYK
RGB Variations
Color information
#0D9601 (or 0x0D9601) is known color: Islamic Green. HEX triplet: 0D, 96 and 01. RGB value is (13,150,1). Sum of RGB (Red+Green+Blue) = 13+150+1=164 (21% of max value = 765). Red value is 13 (5.47% from 255 or 7.93% from 164); Green value is 150 (58.98% from 255 or 91.46% from 164); Blue value is 1 (0.78% from 255 or 0.61% from 164); Max value from RGB is 150 - color contains mainly: green. Hex color #0D9601 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D9601 is #F269FE. Grayscale: #5C5C5C. Windows color (decimal): -15886847 or 103949. OLE color: 103949.
HSL color Cylindrical-coordinate representation of color #0D9601: hue angle of 115.17º degrees, saturation: 0.99, 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 #0D9601 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 1 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.41 |
| HSL | 115.17º | 0.99% | 0.3% | - |
| HSV(B) | 115.17º | 0.99% | 0.59% | - |
| XYZ | 11.08 | 21.9 | 3.67 | - |
| YUV | 92.05 | 76.61 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 1 | 0.91 | 0 | 0.99 | 0.41 | 115.17 | 0.99 | 0.3 |
| Hex | D | 96 | 1 | 5B | 0 | 63 | 29 | 73 | 63 | 1E |
| Octal | 15 | 226 | 1 | 133 | 0 | 143 | 51 | 163 | 143 | 36 |
| Binary | 1101 | 10010110 | 1 | 1011011 | 0 | 1100011 | 101001 | 1110011 | 1100011 | 11110 |
Color Harmonies of #0D9601
Complementary color
Monochromatic Colors of #0D9601
Black with #0D9601
Text Example
Text Example
White with #0D9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9601; }
p { color: rgb(13,150,1); }
H1.HeaderClassName
{
color: #0D9601;
}
.AnyTagClassName
{
color: #0D9601;
}
</style>
background-color css
<style>
a { background-color: #0D9601; }
a { background-color: rgb(13,150,1); }
div.DivClassName
{
background-color: #0D9601;
}
.BgClassName
{
background-color: #0D9601;
}
</style>
border-color css
<style>
span { border-color: #0D9601; }
span { border-color: rgb(13,150,1); }
td.TdClassName
{
border-color: #0D9601;
}
.TagClassName
{
border-color: #0D9601;
}
</style>