Shades of Islamic Green #119F09
Tints of Islamic Green #119F09
RGB
CMYK
RGB Variations
Color information
#119F09 (or 0x119F09) is known color: Islamic Green. HEX triplet: 11, 9F and 09. RGB value is (17,159,9). Sum of RGB (Red+Green+Blue) = 17+159+9=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 159 (62.5% from 255 or 85.95% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 159 - color contains mainly: green. Hex color #119F09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119F09 is #EE60F6. Grayscale: #636363. Windows color (decimal): -15622391 or 630545. OLE color: 630545.
HSL color Cylindrical-coordinate representation of color #119F09: hue angle of 116.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #119F09 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 17 | 159 | 9 | - |
| CMYK | 0.89 | 0 | 0.94 | 0.38 |
| HSL | 116.8º | 0.89% | 0.33% | - |
| HSV(B) | 116.8º | 0.94% | 0.62% | - |
| XYZ | 12.68 | 24.94 | 4.4 | - |
| YUV | 99.44 | 76.96 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 9 | 0.89 | 0 | 0.94 | 0.38 | 116.8 | 0.89 | 0.33 |
| Hex | 11 | 9F | 9 | 59 | 0 | 5E | 26 | 75 | 59 | 21 |
| Octal | 21 | 237 | 11 | 131 | 0 | 136 | 46 | 165 | 131 | 41 |
| Binary | 10001 | 10011111 | 1001 | 1011001 | 0 | 1011110 | 100110 | 1110101 | 1011001 | 100001 |
Color Harmonies of #119F09
Complementary color
Monochromatic Colors of #119F09
Black with #119F09
Text Example
Text Example
White with #119F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119F09; }
p { color: rgb(17,159,9); }
H1.HeaderClassName
{
color: #119F09;
}
.AnyTagClassName
{
color: #119F09;
}
</style>
background-color css
<style>
a { background-color: #119F09; }
a { background-color: rgb(17,159,9); }
div.DivClassName
{
background-color: #119F09;
}
.BgClassName
{
background-color: #119F09;
}
</style>
border-color css
<style>
span { border-color: #119F09; }
span { border-color: rgb(17,159,9); }
td.TdClassName
{
border-color: #119F09;
}
.TagClassName
{
border-color: #119F09;
}
</style>