Shades of Islamic Green #119B14
Tints of Islamic Green #119B14
RGB
CMYK
RGB Variations
Color information
#119B14 (or 0x119B14) is known color: Islamic Green. HEX triplet: 11, 9B and 14. RGB value is (17,155,20). Sum of RGB (Red+Green+Blue) = 17+155+20=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 155 (60.94% from 255 or 80.73% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 155 - color contains mainly: green. Hex color #119B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119B14 is #EE64EB. Grayscale: #626262. Windows color (decimal): -15623404 or 1350417. OLE color: 1350417.
HSL color Cylindrical-coordinate representation of color #119B14: hue angle of 121.3º 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 #119B14 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 20 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.39 |
| HSL | 121.3º | 0.8% | 0.34% | - |
| HSV(B) | 121.3º | 0.89% | 0.61% | - |
| XYZ | 12.08 | 23.61 | 4.58 | - |
| YUV | 98.35 | 83.78 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 20 | 0.89 | 0 | 0.87 | 0.39 | 121.3 | 0.8 | 0.34 |
| Hex | 11 | 9B | 14 | 59 | 0 | 57 | 27 | 79 | 50 | 22 |
| Octal | 21 | 233 | 24 | 131 | 0 | 127 | 47 | 171 | 120 | 42 |
| Binary | 10001 | 10011011 | 10100 | 1011001 | 0 | 1010111 | 100111 | 1111001 | 1010000 | 100010 |
Color Harmonies of #119B14
Complementary color
Monochromatic Colors of #119B14
Black with #119B14
Text Example
Text Example
White with #119B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B14; }
p { color: rgb(17,155,20); }
H1.HeaderClassName
{
color: #119B14;
}
.AnyTagClassName
{
color: #119B14;
}
</style>
background-color css
<style>
a { background-color: #119B14; }
a { background-color: rgb(17,155,20); }
div.DivClassName
{
background-color: #119B14;
}
.BgClassName
{
background-color: #119B14;
}
</style>
border-color css
<style>
span { border-color: #119B14; }
span { border-color: rgb(17,155,20); }
td.TdClassName
{
border-color: #119B14;
}
.TagClassName
{
border-color: #119B14;
}
</style>