Shades of Islamic Green #119D14
Tints of Islamic Green #119D14
RGB
CMYK
RGB Variations
Color information
#119D14 (or 0x119D14) is known color: Islamic Green. HEX triplet: 11, 9D and 14. RGB value is (17,157,20). Sum of RGB (Red+Green+Blue) = 17+157+20=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 157 (61.72% from 255 or 80.93% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 157 - color contains mainly: green. Hex color #119D14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119D14 is #EE62EB. Grayscale: #636363. Windows color (decimal): -15622892 or 1350929. OLE color: 1350929.
HSL color Cylindrical-coordinate representation of color #119D14: hue angle of 121.29º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119D14 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 20 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.38 |
| HSL | 121.29º | 0.8% | 0.34% | - |
| HSV(B) | 121.29º | 0.89% | 0.62% | - |
| XYZ | 12.41 | 24.28 | 4.69 | - |
| YUV | 99.52 | 83.12 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 20 | 0.89 | 0 | 0.87 | 0.38 | 121.29 | 0.8 | 0.34 |
| Hex | 11 | 9D | 14 | 59 | 0 | 57 | 26 | 79 | 50 | 22 |
| Octal | 21 | 235 | 24 | 131 | 0 | 127 | 46 | 171 | 120 | 42 |
| Binary | 10001 | 10011101 | 10100 | 1011001 | 0 | 1010111 | 100110 | 1111001 | 1010000 | 100010 |
Color Harmonies of #119D14
Complementary color
Monochromatic Colors of #119D14
Black with #119D14
Text Example
Text Example
White with #119D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D14; }
p { color: rgb(17,157,20); }
H1.HeaderClassName
{
color: #119D14;
}
.AnyTagClassName
{
color: #119D14;
}
</style>
background-color css
<style>
a { background-color: #119D14; }
a { background-color: rgb(17,157,20); }
div.DivClassName
{
background-color: #119D14;
}
.BgClassName
{
background-color: #119D14;
}
</style>
border-color css
<style>
span { border-color: #119D14; }
span { border-color: rgb(17,157,20); }
td.TdClassName
{
border-color: #119D14;
}
.TagClassName
{
border-color: #119D14;
}
</style>