Shades of Islamic Green #10960F
Tints of Islamic Green #10960F
RGB
CMYK
RGB Variations
Color information
#10960F (or 0x10960F) is known color: Islamic Green. HEX triplet: 10, 96 and 0F. RGB value is (16,150,15). Sum of RGB (Red+Green+Blue) = 16+150+15=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 150 (58.98% from 255 or 82.87% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 150 - color contains mainly: green. Hex color #10960F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10960F is #EF69F0. Grayscale: #5E5E5E. Windows color (decimal): -15690225 or 1021456. OLE color: 1021456.
HSL color Cylindrical-coordinate representation of color #10960F: hue angle of 119.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10960F is Cyan = 0.89, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 16 | 150 | 15 | - |
| CMYK | 0.89 | 0 | 0.9 | 0.41 |
| HSL | 119.56º | 0.82% | 0.32% | - |
| HSV(B) | 119.56º | 0.9% | 0.59% | - |
| XYZ | 11.21 | 21.96 | 4.1 | - |
| YUV | 94.54 | 83.11 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 150 | 15 | 0.89 | 0 | 0.9 | 0.41 | 119.56 | 0.82 | 0.32 |
| Hex | 10 | 96 | F | 59 | 0 | 5A | 29 | 78 | 52 | 20 |
| Octal | 20 | 226 | 17 | 131 | 0 | 132 | 51 | 170 | 122 | 40 |
| Binary | 10000 | 10010110 | 1111 | 1011001 | 0 | 1011010 | 101001 | 1111000 | 1010010 | 100000 |
Color Harmonies of #10960F
Complementary color
Monochromatic Colors of #10960F
Black with #10960F
Text Example
Text Example
White with #10960F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10960F; }
p { color: rgb(16,150,15); }
H1.HeaderClassName
{
color: #10960F;
}
.AnyTagClassName
{
color: #10960F;
}
</style>
background-color css
<style>
a { background-color: #10960F; }
a { background-color: rgb(16,150,15); }
div.DivClassName
{
background-color: #10960F;
}
.BgClassName
{
background-color: #10960F;
}
</style>
border-color css
<style>
span { border-color: #10960F; }
span { border-color: rgb(16,150,15); }
td.TdClassName
{
border-color: #10960F;
}
.TagClassName
{
border-color: #10960F;
}
</style>