Shades of Islamic Green #119E07
Tints of Islamic Green #119E07
RGB
CMYK
RGB Variations
Color information
#119E07 (or 0x119E07) is known color: Islamic Green. HEX triplet: 11, 9E and 07. RGB value is (17,158,7). Sum of RGB (Red+Green+Blue) = 17+158+7=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 158 (62.11% from 255 or 86.81% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 158 - color contains mainly: green. Hex color #119E07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119E07 is #EE61F8. Grayscale: #636363. Windows color (decimal): -15622649 or 499217. OLE color: 499217.
HSL color Cylindrical-coordinate representation of color #119E07: hue angle of 116.03º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #119E07 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 158 | 7 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.38 |
| HSL | 116.03º | 0.92% | 0.32% | - |
| HSV(B) | 116.03º | 0.96% | 0.62% | - |
| XYZ | 12.5 | 24.59 | 4.29 | - |
| YUV | 98.63 | 76.29 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 158 | 7 | 0.89 | 0 | 0.96 | 0.38 | 116.03 | 0.92 | 0.32 |
| Hex | 11 | 9E | 7 | 59 | 0 | 60 | 26 | 74 | 5C | 20 |
| Octal | 21 | 236 | 7 | 131 | 0 | 140 | 46 | 164 | 134 | 40 |
| Binary | 10001 | 10011110 | 111 | 1011001 | 0 | 1100000 | 100110 | 1110100 | 1011100 | 100000 |
Color Harmonies of #119E07
Complementary color
Monochromatic Colors of #119E07
Black with #119E07
Text Example
Text Example
White with #119E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119E07; }
p { color: rgb(17,158,7); }
H1.HeaderClassName
{
color: #119E07;
}
.AnyTagClassName
{
color: #119E07;
}
</style>
background-color css
<style>
a { background-color: #119E07; }
a { background-color: rgb(17,158,7); }
div.DivClassName
{
background-color: #119E07;
}
.BgClassName
{
background-color: #119E07;
}
</style>
border-color css
<style>
span { border-color: #119E07; }
span { border-color: rgb(17,158,7); }
td.TdClassName
{
border-color: #119E07;
}
.TagClassName
{
border-color: #119E07;
}
</style>