Shades of Islamic Green #119B0D
Tints of Islamic Green #119B0D
RGB
CMYK
RGB Variations
Color information
#119B0D (or 0x119B0D) is known color: Islamic Green. HEX triplet: 11, 9B and 0D. RGB value is (17,155,13). Sum of RGB (Red+Green+Blue) = 17+155+13=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 155 (60.94% from 255 or 83.78% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 155 - color contains mainly: green. Hex color #119B0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119B0D is #EE64F2. Grayscale: #616161. Windows color (decimal): -15623411 or 891665. OLE color: 891665.
HSL color Cylindrical-coordinate representation of color #119B0D: hue angle of 118.31º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119B0D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 13 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.39 |
| HSL | 118.31º | 0.85% | 0.33% | - |
| HSV(B) | 118.31º | 0.92% | 0.61% | - |
| XYZ | 12.03 | 23.59 | 4.3 | - |
| YUV | 97.55 | 80.28 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 13 | 0.89 | 0 | 0.92 | 0.39 | 118.31 | 0.85 | 0.33 |
| Hex | 11 | 9B | D | 59 | 0 | 5C | 27 | 76 | 55 | 21 |
| Octal | 21 | 233 | 15 | 131 | 0 | 134 | 47 | 166 | 125 | 41 |
| Binary | 10001 | 10011011 | 1101 | 1011001 | 0 | 1011100 | 100111 | 1110110 | 1010101 | 100001 |
Color Harmonies of #119B0D
Complementary color
Monochromatic Colors of #119B0D
Black with #119B0D
Text Example
Text Example
White with #119B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B0D; }
p { color: rgb(17,155,13); }
H1.HeaderClassName
{
color: #119B0D;
}
.AnyTagClassName
{
color: #119B0D;
}
</style>
background-color css
<style>
a { background-color: #119B0D; }
a { background-color: rgb(17,155,13); }
div.DivClassName
{
background-color: #119B0D;
}
.BgClassName
{
background-color: #119B0D;
}
</style>
border-color css
<style>
span { border-color: #119B0D; }
span { border-color: rgb(17,155,13); }
td.TdClassName
{
border-color: #119B0D;
}
.TagClassName
{
border-color: #119B0D;
}
</style>