Shades of Islamic Green #119B0C
Tints of Islamic Green #119B0C
RGB
CMYK
RGB Variations
Color information
#119B0C (or 0x119B0C) is known color: Islamic Green. HEX triplet: 11, 9B and 0C. RGB value is (17,155,12). Sum of RGB (Red+Green+Blue) = 17+155+12=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 155 (60.94% from 255 or 84.24% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 155 - color contains mainly: green. Hex color #119B0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119B0C is #EE64F3. Grayscale: #616161. Windows color (decimal): -15623412 or 826129. OLE color: 826129.
HSL color Cylindrical-coordinate representation of color #119B0C: hue angle of 117.9º degrees, saturation: 0.86, 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 #119B0C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 155 | 12 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.39 |
| HSL | 117.9º | 0.86% | 0.33% | - |
| HSV(B) | 117.9º | 0.92% | 0.61% | - |
| XYZ | 12.02 | 23.59 | 4.27 | - |
| YUV | 97.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 12 | 0.89 | 0 | 0.92 | 0.39 | 117.9 | 0.86 | 0.33 |
| Hex | 11 | 9B | C | 59 | 0 | 5C | 27 | 76 | 56 | 21 |
| Octal | 21 | 233 | 14 | 131 | 0 | 134 | 47 | 166 | 126 | 41 |
| Binary | 10001 | 10011011 | 1100 | 1011001 | 0 | 1011100 | 100111 | 1110110 | 1010110 | 100001 |
Color Harmonies of #119B0C
Complementary color
Monochromatic Colors of #119B0C
Black with #119B0C
Text Example
Text Example
White with #119B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119B0C; }
p { color: rgb(17,155,12); }
H1.HeaderClassName
{
color: #119B0C;
}
.AnyTagClassName
{
color: #119B0C;
}
</style>
background-color css
<style>
a { background-color: #119B0C; }
a { background-color: rgb(17,155,12); }
div.DivClassName
{
background-color: #119B0C;
}
.BgClassName
{
background-color: #119B0C;
}
</style>
border-color css
<style>
span { border-color: #119B0C; }
span { border-color: rgb(17,155,12); }
td.TdClassName
{
border-color: #119B0C;
}
.TagClassName
{
border-color: #119B0C;
}
</style>