Shades of Islamic Green #119F0B
Tints of Islamic Green #119F0B
RGB
CMYK
RGB Variations
Color information
#119F0B (or 0x119F0B) is known color: Islamic Green. HEX triplet: 11, 9F and 0B. RGB value is (17,159,11). Sum of RGB (Red+Green+Blue) = 17+159+11=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 159 (62.5% from 255 or 85.03% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 159 - color contains mainly: green. Hex color #119F0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F0B is #EE60F4. Grayscale: #646464. Windows color (decimal): -15622389 or 761617. OLE color: 761617.
HSL color Cylindrical-coordinate representation of color #119F0B: hue angle of 117.57º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #119F0B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 11 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.38 |
| HSL | 117.57º | 0.87% | 0.33% | - |
| HSV(B) | 117.57º | 0.93% | 0.62% | - |
| XYZ | 12.69 | 24.94 | 4.46 | - |
| YUV | 99.67 | 77.96 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 11 | 0.89 | 0 | 0.93 | 0.38 | 117.57 | 0.87 | 0.33 |
| Hex | 11 | 9F | B | 59 | 0 | 5D | 26 | 76 | 57 | 21 |
| Octal | 21 | 237 | 13 | 131 | 0 | 135 | 46 | 166 | 127 | 41 |
| Binary | 10001 | 10011111 | 1011 | 1011001 | 0 | 1011101 | 100110 | 1110110 | 1010111 | 100001 |
Color Harmonies of #119F0B
Complementary color
Monochromatic Colors of #119F0B
Black with #119F0B
Text Example
Text Example
White with #119F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F0B; }
p { color: rgb(17,159,11); }
H1.HeaderClassName
{
color: #119F0B;
}
.AnyTagClassName
{
color: #119F0B;
}
</style>
background-color css
<style>
a { background-color: #119F0B; }
a { background-color: rgb(17,159,11); }
div.DivClassName
{
background-color: #119F0B;
}
.BgClassName
{
background-color: #119F0B;
}
</style>
border-color css
<style>
span { border-color: #119F0B; }
span { border-color: rgb(17,159,11); }
td.TdClassName
{
border-color: #119F0B;
}
.TagClassName
{
border-color: #119F0B;
}
</style>