Shades of Islamic Green #119D0D
Tints of Islamic Green #119D0D
RGB
CMYK
RGB Variations
Color information
#119D0D (or 0x119D0D) is known color: Islamic Green. HEX triplet: 11, 9D and 0D. RGB value is (17,157,13). Sum of RGB (Red+Green+Blue) = 17+157+13=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 157 (61.72% from 255 or 83.96% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 157 - color contains mainly: green. Hex color #119D0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119D0D is #EE62F2. Grayscale: #636363. Windows color (decimal): -15622899 or 892177. OLE color: 892177.
HSL color Cylindrical-coordinate representation of color #119D0D: hue angle of 118.33º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119D0D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 157 | 13 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.38 |
| HSL | 118.33º | 0.85% | 0.33% | - |
| HSV(B) | 118.33º | 0.92% | 0.62% | - |
| XYZ | 12.36 | 24.26 | 4.41 | - |
| YUV | 98.72 | 79.62 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 13 | 0.89 | 0 | 0.92 | 0.38 | 118.33 | 0.85 | 0.33 |
| Hex | 11 | 9D | D | 59 | 0 | 5C | 26 | 76 | 55 | 21 |
| Octal | 21 | 235 | 15 | 131 | 0 | 134 | 46 | 166 | 125 | 41 |
| Binary | 10001 | 10011101 | 1101 | 1011001 | 0 | 1011100 | 100110 | 1110110 | 1010101 | 100001 |
Color Harmonies of #119D0D
Complementary color
Monochromatic Colors of #119D0D
Black with #119D0D
Text Example
Text Example
White with #119D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119D0D; }
p { color: rgb(17,157,13); }
H1.HeaderClassName
{
color: #119D0D;
}
.AnyTagClassName
{
color: #119D0D;
}
</style>
background-color css
<style>
a { background-color: #119D0D; }
a { background-color: rgb(17,157,13); }
div.DivClassName
{
background-color: #119D0D;
}
.BgClassName
{
background-color: #119D0D;
}
</style>
border-color css
<style>
span { border-color: #119D0D; }
span { border-color: rgb(17,157,13); }
td.TdClassName
{
border-color: #119D0D;
}
.TagClassName
{
border-color: #119D0D;
}
</style>