Shades of Islamic Green #119F0C
Tints of Islamic Green #119F0C
RGB
CMYK
RGB Variations
Color information
#119F0C (or 0x119F0C) is known color: Islamic Green. HEX triplet: 11, 9F and 0C. RGB value is (17,159,12). Sum of RGB (Red+Green+Blue) = 17+159+12=188 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.04% from 188); Green value is 159 (62.5% from 255 or 84.57% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 159 - color contains mainly: green. Hex color #119F0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F0C is #EE60F3. Grayscale: #646464. Windows color (decimal): -15622388 or 827153. OLE color: 827153.
HSL color Cylindrical-coordinate representation of color #119F0C: hue angle of 117.96º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #119F0C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 12 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.38 |
| HSL | 117.96º | 0.86% | 0.34% | - |
| HSV(B) | 117.96º | 0.92% | 0.62% | - |
| XYZ | 12.7 | 24.94 | 4.49 | - |
| YUV | 99.78 | 78.46 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 12 | 0.89 | 0 | 0.92 | 0.38 | 117.96 | 0.86 | 0.34 |
| Hex | 11 | 9F | C | 59 | 0 | 5C | 26 | 76 | 56 | 22 |
| Octal | 21 | 237 | 14 | 131 | 0 | 134 | 46 | 166 | 126 | 42 |
| Binary | 10001 | 10011111 | 1100 | 1011001 | 0 | 1011100 | 100110 | 1110110 | 1010110 | 100010 |
Color Harmonies of #119F0C
Complementary color
Monochromatic Colors of #119F0C
Black with #119F0C
Text Example
Text Example
White with #119F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F0C; }
p { color: rgb(17,159,12); }
H1.HeaderClassName
{
color: #119F0C;
}
.AnyTagClassName
{
color: #119F0C;
}
</style>
background-color css
<style>
a { background-color: #119F0C; }
a { background-color: rgb(17,159,12); }
div.DivClassName
{
background-color: #119F0C;
}
.BgClassName
{
background-color: #119F0C;
}
</style>
border-color css
<style>
span { border-color: #119F0C; }
span { border-color: rgb(17,159,12); }
td.TdClassName
{
border-color: #119F0C;
}
.TagClassName
{
border-color: #119F0C;
}
</style>