Shades of Islamic Green #119D0B
Tints of Islamic Green #119D0B
RGB
CMYK
RGB Variations
Color information
#119D0B (or 0x119D0B) is known color: Islamic Green. HEX triplet: 11, 9D and 0B. RGB value is (17,157,11). Sum of RGB (Red+Green+Blue) = 17+157+11=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 157 (61.72% from 255 or 84.86% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 157 - color contains mainly: green. Hex color #119D0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119D0B is #EE62F4. Grayscale: #626262. Windows color (decimal): -15622901 or 761105. OLE color: 761105.
HSL color Cylindrical-coordinate representation of color #119D0B: hue angle of 117.53º 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 #119D0B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 11 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.38 |
| HSL | 117.53º | 0.87% | 0.33% | - |
| HSV(B) | 117.53º | 0.93% | 0.62% | - |
| XYZ | 12.35 | 24.26 | 4.35 | - |
| YUV | 98.5 | 78.62 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 11 | 0.89 | 0 | 0.93 | 0.38 | 117.53 | 0.87 | 0.33 |
| Hex | 11 | 9D | B | 59 | 0 | 5D | 26 | 76 | 57 | 21 |
| Octal | 21 | 235 | 13 | 131 | 0 | 135 | 46 | 166 | 127 | 41 |
| Binary | 10001 | 10011101 | 1011 | 1011001 | 0 | 1011101 | 100110 | 1110110 | 1010111 | 100001 |
Color Harmonies of #119D0B
Complementary color
Monochromatic Colors of #119D0B
Black with #119D0B
Text Example
Text Example
White with #119D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D0B; }
p { color: rgb(17,157,11); }
H1.HeaderClassName
{
color: #119D0B;
}
.AnyTagClassName
{
color: #119D0B;
}
</style>
background-color css
<style>
a { background-color: #119D0B; }
a { background-color: rgb(17,157,11); }
div.DivClassName
{
background-color: #119D0B;
}
.BgClassName
{
background-color: #119D0B;
}
</style>
border-color css
<style>
span { border-color: #119D0B; }
span { border-color: rgb(17,157,11); }
td.TdClassName
{
border-color: #119D0B;
}
.TagClassName
{
border-color: #119D0B;
}
</style>