Shades of Islamic Green #119F11
Tints of Islamic Green #119F11
RGB
CMYK
RGB Variations
Color information
#119F11 (or 0x119F11) is known color: Islamic Green. HEX triplet: 11, 9F and 11. RGB value is (17,159,17). Sum of RGB (Red+Green+Blue) = 17+159+17=193 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.81% from 193); Green value is 159 (62.5% from 255 or 82.38% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 159 - color contains mainly: green. Hex color #119F11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F11 is #EE60EE. Grayscale: #646464. Windows color (decimal): -15622383 or 1154833. OLE color: 1154833.
HSL color Cylindrical-coordinate representation of color #119F11: hue angle of 120º 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 #119F11 is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 17 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.38 |
| HSL | 120º | 0.81% | 0.35% | - |
| HSV(B) | 120º | 0.89% | 0.62% | - |
| XYZ | 12.73 | 24.96 | 4.68 | - |
| YUV | 100.35 | 80.96 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 17 | 0.89 | 0 | 0.89 | 0.38 | 120 | 0.81 | 0.35 |
| Hex | 11 | 9F | 11 | 59 | 0 | 59 | 26 | 78 | 51 | 23 |
| Octal | 21 | 237 | 21 | 131 | 0 | 131 | 46 | 170 | 121 | 43 |
| Binary | 10001 | 10011111 | 10001 | 1011001 | 0 | 1011001 | 100110 | 1111000 | 1010001 | 100011 |
Color Harmonies of #119F11
Complementary color
Monochromatic Colors of #119F11
Black with #119F11
Text Example
Text Example
White with #119F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F11; }
p { color: rgb(17,159,17); }
H1.HeaderClassName
{
color: #119F11;
}
.AnyTagClassName
{
color: #119F11;
}
</style>
background-color css
<style>
a { background-color: #119F11; }
a { background-color: rgb(17,159,17); }
div.DivClassName
{
background-color: #119F11;
}
.BgClassName
{
background-color: #119F11;
}
</style>
border-color css
<style>
span { border-color: #119F11; }
span { border-color: rgb(17,159,17); }
td.TdClassName
{
border-color: #119F11;
}
.TagClassName
{
border-color: #119F11;
}
</style>