Shades of Islamic Green #10960D
Tints of Islamic Green #10960D
RGB
CMYK
RGB Variations
Color information
#10960D (or 0x10960D) is known color: Islamic Green. HEX triplet: 10, 96 and 0D. RGB value is (16,150,13). Sum of RGB (Red+Green+Blue) = 16+150+13=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 150 (58.98% from 255 or 83.80% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 150 - color contains mainly: green. Hex color #10960D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10960D is #EF69F2. Grayscale: #5E5E5E. Windows color (decimal): -15690227 or 890384. OLE color: 890384.
HSL color Cylindrical-coordinate representation of color #10960D: hue angle of 118.69º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10960D is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 13 | - |
| CMYK | 0.89 | 0 | 0.91 | 0.41 |
| HSL | 118.69º | 0.84% | 0.32% | - |
| HSV(B) | 118.69º | 0.91% | 0.59% | - |
| XYZ | 11.19 | 21.95 | 4.03 | - |
| YUV | 94.32 | 82.11 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 13 | 0.89 | 0 | 0.91 | 0.41 | 118.69 | 0.84 | 0.32 |
| Hex | 10 | 96 | D | 59 | 0 | 5B | 29 | 77 | 54 | 20 |
| Octal | 20 | 226 | 15 | 131 | 0 | 133 | 51 | 167 | 124 | 40 |
| Binary | 10000 | 10010110 | 1101 | 1011001 | 0 | 1011011 | 101001 | 1110111 | 1010100 | 100000 |
Color Harmonies of #10960D
Complementary color
Monochromatic Colors of #10960D
Black with #10960D
Text Example
Text Example
White with #10960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10960D; }
p { color: rgb(16,150,13); }
H1.HeaderClassName
{
color: #10960D;
}
.AnyTagClassName
{
color: #10960D;
}
</style>
background-color css
<style>
a { background-color: #10960D; }
a { background-color: rgb(16,150,13); }
div.DivClassName
{
background-color: #10960D;
}
.BgClassName
{
background-color: #10960D;
}
</style>
border-color css
<style>
span { border-color: #10960D; }
span { border-color: rgb(16,150,13); }
td.TdClassName
{
border-color: #10960D;
}
.TagClassName
{
border-color: #10960D;
}
</style>