Shades of Islamic Green #119F06
Tints of Islamic Green #119F06
RGB
CMYK
RGB Variations
Color information
#119F06 (or 0x119F06) is known color: Islamic Green. HEX triplet: 11, 9F and 06. RGB value is (17,159,6). Sum of RGB (Red+Green+Blue) = 17+159+6=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 159 (62.5% from 255 or 87.36% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 159 - color contains mainly: green. Hex color #119F06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F06 is #EE60F9. Grayscale: #636363. Windows color (decimal): -15622394 or 433937. OLE color: 433937.
HSL color Cylindrical-coordinate representation of color #119F06: hue angle of 115.69º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #119F06 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 6 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.38 |
| HSL | 115.69º | 0.93% | 0.32% | - |
| HSV(B) | 115.69º | 0.96% | 0.62% | - |
| XYZ | 12.66 | 24.93 | 4.32 | - |
| YUV | 99.1 | 75.46 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 6 | 0.89 | 0 | 0.96 | 0.38 | 115.69 | 0.93 | 0.32 |
| Hex | 11 | 9F | 6 | 59 | 0 | 60 | 26 | 74 | 5D | 20 |
| Octal | 21 | 237 | 6 | 131 | 0 | 140 | 46 | 164 | 135 | 40 |
| Binary | 10001 | 10011111 | 110 | 1011001 | 0 | 1100000 | 100110 | 1110100 | 1011101 | 100000 |
Color Harmonies of #119F06
Complementary color
Monochromatic Colors of #119F06
Black with #119F06
Text Example
Text Example
White with #119F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F06; }
p { color: rgb(17,159,6); }
H1.HeaderClassName
{
color: #119F06;
}
.AnyTagClassName
{
color: #119F06;
}
</style>
background-color css
<style>
a { background-color: #119F06; }
a { background-color: rgb(17,159,6); }
div.DivClassName
{
background-color: #119F06;
}
.BgClassName
{
background-color: #119F06;
}
</style>
border-color css
<style>
span { border-color: #119F06; }
span { border-color: rgb(17,159,6); }
td.TdClassName
{
border-color: #119F06;
}
.TagClassName
{
border-color: #119F06;
}
</style>