Shades of Islamic Green #11970B
Tints of Islamic Green #11970B
RGB
CMYK
RGB Variations
Color information
#11970B (or 0x11970B) is known color: Islamic Green. HEX triplet: 11, 97 and 0B. RGB value is (17,151,11). Sum of RGB (Red+Green+Blue) = 17+151+11=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 151 (59.38% from 255 or 84.36% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 151 - color contains mainly: green. Hex color #11970B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11970B is #EE68F4. Grayscale: #5F5F5F. Windows color (decimal): -15624437 or 759569. OLE color: 759569.
HSL color Cylindrical-coordinate representation of color #11970B: hue angle of 117.43º 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 #11970B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 17 | 151 | 11 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.41 |
| HSL | 117.43º | 0.86% | 0.32% | - |
| HSV(B) | 117.43º | 0.93% | 0.59% | - |
| XYZ | 11.36 | 22.28 | 4.02 | - |
| YUV | 94.97 | 80.61 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 151 | 11 | 0.89 | 0 | 0.93 | 0.41 | 117.43 | 0.86 | 0.32 |
| Hex | 11 | 97 | B | 59 | 0 | 5D | 29 | 75 | 56 | 20 |
| Octal | 21 | 227 | 13 | 131 | 0 | 135 | 51 | 165 | 126 | 40 |
| Binary | 10001 | 10010111 | 1011 | 1011001 | 0 | 1011101 | 101001 | 1110101 | 1010110 | 100000 |
Color Harmonies of #11970B
Complementary color
Monochromatic Colors of #11970B
Black with #11970B
Text Example
Text Example
White with #11970B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11970B; }
p { color: rgb(17,151,11); }
H1.HeaderClassName
{
color: #11970B;
}
.AnyTagClassName
{
color: #11970B;
}
</style>
background-color css
<style>
a { background-color: #11970B; }
a { background-color: rgb(17,151,11); }
div.DivClassName
{
background-color: #11970B;
}
.BgClassName
{
background-color: #11970B;
}
</style>
border-color css
<style>
span { border-color: #11970B; }
span { border-color: rgb(17,151,11); }
td.TdClassName
{
border-color: #11970B;
}
.TagClassName
{
border-color: #11970B;
}
</style>