Shades of Islamic Green #10960B
Tints of Islamic Green #10960B
RGB
CMYK
RGB Variations
Color information
#10960B (or 0x10960B) is known color: Islamic Green. HEX triplet: 10, 96 and 0B. RGB value is (16,150,11). Sum of RGB (Red+Green+Blue) = 16+150+11=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 150 (58.98% from 255 or 84.75% from 177); Blue value is 11 (4.69% from 255 or 6.21% from 177); Max value from RGB is 150 - color contains mainly: green. Hex color #10960B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10960B is #EF69F4. Grayscale: #5E5E5E. Windows color (decimal): -15690229 or 759312. OLE color: 759312.
HSL color Cylindrical-coordinate representation of color #10960B: hue angle of 117.84º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10960B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 11 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.41 |
| HSL | 117.84º | 0.86% | 0.32% | - |
| HSV(B) | 117.84º | 0.93% | 0.59% | - |
| XYZ | 11.18 | 21.95 | 3.96 | - |
| YUV | 94.09 | 81.11 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 11 | 0.89 | 0 | 0.93 | 0.41 | 117.84 | 0.86 | 0.32 |
| Hex | 10 | 96 | B | 59 | 0 | 5D | 29 | 76 | 56 | 20 |
| Octal | 20 | 226 | 13 | 131 | 0 | 135 | 51 | 166 | 126 | 40 |
| Binary | 10000 | 10010110 | 1011 | 1011001 | 0 | 1011101 | 101001 | 1110110 | 1010110 | 100000 |
Color Harmonies of #10960B
Complementary color
Monochromatic Colors of #10960B
Black with #10960B
Text Example
Text Example
White with #10960B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10960B; }
p { color: rgb(16,150,11); }
H1.HeaderClassName
{
color: #10960B;
}
.AnyTagClassName
{
color: #10960B;
}
</style>
background-color css
<style>
a { background-color: #10960B; }
a { background-color: rgb(16,150,11); }
div.DivClassName
{
background-color: #10960B;
}
.BgClassName
{
background-color: #10960B;
}
</style>
border-color css
<style>
span { border-color: #10960B; }
span { border-color: rgb(16,150,11); }
td.TdClassName
{
border-color: #10960B;
}
.TagClassName
{
border-color: #10960B;
}
</style>