Shades of Islamic Green #119D15
Tints of Islamic Green #119D15
RGB
CMYK
RGB Variations
Color information
#119D15 (or 0x119D15) is known color: Islamic Green. HEX triplet: 11, 9D and 15. RGB value is (17,157,21). Sum of RGB (Red+Green+Blue) = 17+157+21=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 157 (61.72% from 255 or 80.51% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 157 - color contains mainly: green. Hex color #119D15 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119D15 is #EE62EA. Grayscale: #646464. Windows color (decimal): -15622891 or 1416465. OLE color: 1416465.
HSL color Cylindrical-coordinate representation of color #119D15: hue angle of 121.71º 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 #119D15 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 21 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.38 |
| HSL | 121.71º | 0.8% | 0.34% | - |
| HSV(B) | 121.71º | 0.89% | 0.62% | - |
| XYZ | 12.42 | 24.29 | 4.74 | - |
| YUV | 99.64 | 83.62 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 21 | 0.89 | 0 | 0.87 | 0.38 | 121.71 | 0.8 | 0.34 |
| Hex | 11 | 9D | 15 | 59 | 0 | 57 | 26 | 7A | 50 | 22 |
| Octal | 21 | 235 | 25 | 131 | 0 | 127 | 46 | 172 | 120 | 42 |
| Binary | 10001 | 10011101 | 10101 | 1011001 | 0 | 1010111 | 100110 | 1111010 | 1010000 | 100010 |
Color Harmonies of #119D15
Complementary color
Monochromatic Colors of #119D15
Black with #119D15
Text Example
Text Example
White with #119D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D15; }
p { color: rgb(17,157,21); }
H1.HeaderClassName
{
color: #119D15;
}
.AnyTagClassName
{
color: #119D15;
}
</style>
background-color css
<style>
a { background-color: #119D15; }
a { background-color: rgb(17,157,21); }
div.DivClassName
{
background-color: #119D15;
}
.BgClassName
{
background-color: #119D15;
}
</style>
border-color css
<style>
span { border-color: #119D15; }
span { border-color: rgb(17,157,21); }
td.TdClassName
{
border-color: #119D15;
}
.TagClassName
{
border-color: #119D15;
}
</style>