Shades of Islamic Green #11990F
Tints of Islamic Green #11990F
RGB
CMYK
RGB Variations
Color information
#11990F (or 0x11990F) is known color: Islamic Green. HEX triplet: 11, 99 and 0F. RGB value is (17,153,15). Sum of RGB (Red+Green+Blue) = 17+153+15=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 153 (60.16% from 255 or 82.70% from 185); Blue value is 15 (6.25% from 255 or 8.11% from 185); Max value from RGB is 153 - color contains mainly: green. Hex color #11990F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11990F is #EE66F0. Grayscale: #616161. Windows color (decimal): -15623921 or 1022225. OLE color: 1022225.
HSL color Cylindrical-coordinate representation of color #11990F: hue angle of 119.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11990F is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 17 | 153 | 15 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.4 |
| HSL | 119.13º | 0.82% | 0.33% | - |
| HSV(B) | 119.13º | 0.9% | 0.6% | - |
| XYZ | 11.71 | 22.94 | 4.26 | - |
| YUV | 96.6 | 81.94 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 153 | 15 | 0.89 | 0 | 0.90 | 0.4 | 119.13 | 0.82 | 0.33 |
| Hex | 11 | 99 | F | 59 | 0 | 5A | 28 | 77 | 52 | 21 |
| Octal | 21 | 231 | 17 | 131 | 0 | 132 | 50 | 167 | 122 | 41 |
| Binary | 10001 | 10011001 | 1111 | 1011001 | 0 | 1011010 | 101000 | 1110111 | 1010010 | 100001 |
Color Harmonies of #11990F
Complementary color
Monochromatic Colors of #11990F
Black with #11990F
Text Example
Text Example
White with #11990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11990F; }
p { color: rgb(17,153,15); }
H1.HeaderClassName
{
color: #11990F;
}
.AnyTagClassName
{
color: #11990F;
}
</style>
background-color css
<style>
a { background-color: #11990F; }
a { background-color: rgb(17,153,15); }
div.DivClassName
{
background-color: #11990F;
}
.BgClassName
{
background-color: #11990F;
}
</style>
border-color css
<style>
span { border-color: #11990F; }
span { border-color: rgb(17,153,15); }
td.TdClassName
{
border-color: #11990F;
}
.TagClassName
{
border-color: #11990F;
}
</style>