Shades of Islamic Green #119B13
Tints of Islamic Green #119B13
RGB
CMYK
RGB Variations
Color information
#119B13 (or 0x119B13) is known color: Islamic Green. HEX triplet: 11, 9B and 13. RGB value is (17,155,19). Sum of RGB (Red+Green+Blue) = 17+155+19=191 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.90% from 191); Green value is 155 (60.94% from 255 or 81.15% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 155 - color contains mainly: green. Hex color #119B13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119B13 is #EE64EC. Grayscale: #626262. Windows color (decimal): -15623405 or 1284881. OLE color: 1284881.
HSL color Cylindrical-coordinate representation of color #119B13: hue angle of 120.87º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119B13 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 19 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.39 |
| HSL | 120.87º | 0.8% | 0.34% | - |
| HSV(B) | 120.87º | 0.89% | 0.61% | - |
| XYZ | 12.07 | 23.61 | 4.54 | - |
| YUV | 98.23 | 83.28 | 70.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 19 | 0.89 | 0 | 0.88 | 0.39 | 120.87 | 0.8 | 0.34 |
| Hex | 11 | 9B | 13 | 59 | 0 | 58 | 27 | 79 | 50 | 22 |
| Octal | 21 | 233 | 23 | 131 | 0 | 130 | 47 | 171 | 120 | 42 |
| Binary | 10001 | 10011011 | 10011 | 1011001 | 0 | 1011000 | 100111 | 1111001 | 1010000 | 100010 |
Color Harmonies of #119B13
Complementary color
Monochromatic Colors of #119B13
Black with #119B13
Text Example
Text Example
White with #119B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B13; }
p { color: rgb(17,155,19); }
H1.HeaderClassName
{
color: #119B13;
}
.AnyTagClassName
{
color: #119B13;
}
</style>
background-color css
<style>
a { background-color: #119B13; }
a { background-color: rgb(17,155,19); }
div.DivClassName
{
background-color: #119B13;
}
.BgClassName
{
background-color: #119B13;
}
</style>
border-color css
<style>
span { border-color: #119B13; }
span { border-color: rgb(17,155,19); }
td.TdClassName
{
border-color: #119B13;
}
.TagClassName
{
border-color: #119B13;
}
</style>