Shades of Islamic Green #119F16
Tints of Islamic Green #119F16
RGB
CMYK
RGB Variations
Color information
#119F16 (or 0x119F16) is known color: Islamic Green. HEX triplet: 11, 9F and 16. RGB value is (17,159,22). Sum of RGB (Red+Green+Blue) = 17+159+22=198 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.59% from 198); Green value is 159 (62.5% from 255 or 80.30% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 159 - color contains mainly: green. Hex color #119F16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F16 is #EE60E9. Grayscale: #656565. Windows color (decimal): -15622378 or 1482513. OLE color: 1482513.
HSL color Cylindrical-coordinate representation of color #119F16: hue angle of 122.11º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119F16 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 22 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.38 |
| HSL | 122.11º | 0.81% | 0.35% | - |
| HSV(B) | 122.11º | 0.89% | 0.62% | - |
| XYZ | 12.77 | 24.97 | 4.91 | - |
| YUV | 100.92 | 83.46 | 68.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 22 | 0.89 | 0 | 0.86 | 0.38 | 122.11 | 0.81 | 0.35 |
| Hex | 11 | 9F | 16 | 59 | 0 | 56 | 26 | 7A | 51 | 23 |
| Octal | 21 | 237 | 26 | 131 | 0 | 126 | 46 | 172 | 121 | 43 |
| Binary | 10001 | 10011111 | 10110 | 1011001 | 0 | 1010110 | 100110 | 1111010 | 1010001 | 100011 |
Color Harmonies of #119F16
Complementary color
Monochromatic Colors of #119F16
Black with #119F16
Text Example
Text Example
White with #119F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F16; }
p { color: rgb(17,159,22); }
H1.HeaderClassName
{
color: #119F16;
}
.AnyTagClassName
{
color: #119F16;
}
</style>
background-color css
<style>
a { background-color: #119F16; }
a { background-color: rgb(17,159,22); }
div.DivClassName
{
background-color: #119F16;
}
.BgClassName
{
background-color: #119F16;
}
</style>
border-color css
<style>
span { border-color: #119F16; }
span { border-color: rgb(17,159,22); }
td.TdClassName
{
border-color: #119F16;
}
.TagClassName
{
border-color: #119F16;
}
</style>