Shades of Islamic Green #119E14
Tints of Islamic Green #119E14
RGB
CMYK
RGB Variations
Color information
#119E14 (or 0x119E14) is known color: Islamic Green. HEX triplet: 11, 9E and 14. RGB value is (17,158,20). Sum of RGB (Red+Green+Blue) = 17+158+20=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 158 (62.11% from 255 or 81.03% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 158 - color contains mainly: green. Hex color #119E14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119E14 is #EE61EB. Grayscale: #646464. Windows color (decimal): -15622636 or 1351185. OLE color: 1351185.
HSL color Cylindrical-coordinate representation of color #119E14: hue angle of 121.28º degrees, saturation: 0.81, 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 #119E14 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 158 | 20 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.38 |
| HSL | 121.28º | 0.81% | 0.34% | - |
| HSV(B) | 121.28º | 0.89% | 0.62% | - |
| XYZ | 12.58 | 24.62 | 4.75 | - |
| YUV | 100.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 20 | 0.89 | 0 | 0.87 | 0.38 | 121.28 | 0.81 | 0.34 |
| Hex | 11 | 9E | 14 | 59 | 0 | 57 | 26 | 79 | 51 | 22 |
| Octal | 21 | 236 | 24 | 131 | 0 | 127 | 46 | 171 | 121 | 42 |
| Binary | 10001 | 10011110 | 10100 | 1011001 | 0 | 1010111 | 100110 | 1111001 | 1010001 | 100010 |
Color Harmonies of #119E14
Complementary color
Monochromatic Colors of #119E14
Black with #119E14
Text Example
Text Example
White with #119E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119E14; }
p { color: rgb(17,158,20); }
H1.HeaderClassName
{
color: #119E14;
}
.AnyTagClassName
{
color: #119E14;
}
</style>
background-color css
<style>
a { background-color: #119E14; }
a { background-color: rgb(17,158,20); }
div.DivClassName
{
background-color: #119E14;
}
.BgClassName
{
background-color: #119E14;
}
</style>
border-color css
<style>
span { border-color: #119E14; }
span { border-color: rgb(17,158,20); }
td.TdClassName
{
border-color: #119E14;
}
.TagClassName
{
border-color: #119E14;
}
</style>