Shades of Islamic Green #119A08
Tints of Islamic Green #119A08
RGB
CMYK
RGB Variations
Color information
#119A08 (or 0x119A08) is known color: Islamic Green. HEX triplet: 11, 9A and 08. RGB value is (17,154,8). Sum of RGB (Red+Green+Blue) = 17+154+8=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 154 (60.55% from 255 or 86.03% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 154 - color contains mainly: green. Hex color #119A08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119A08 is #EE65F7. Grayscale: #606060. Windows color (decimal): -15623672 or 563729. OLE color: 563729.
HSL color Cylindrical-coordinate representation of color #119A08: hue angle of 116.3º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #119A08 is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 8 | - |
| CMYK | 0.89 | 0 | 0.95 | 0.40 |
| HSL | 116.3º | 0.9% | 0.32% | - |
| HSV(B) | 116.3º | 0.95% | 0.6% | - |
| XYZ | 11.83 | 23.25 | 4.09 | - |
| YUV | 96.39 | 78.11 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 8 | 0.89 | 0 | 0.95 | 0.40 | 116.3 | 0.9 | 0.32 |
| Hex | 11 | 9A | 8 | 59 | 0 | 5F | 28 | 74 | 5A | 20 |
| Octal | 21 | 232 | 10 | 131 | 0 | 137 | 50 | 164 | 132 | 40 |
| Binary | 10001 | 10011010 | 1000 | 1011001 | 0 | 1011111 | 101000 | 1110100 | 1011010 | 100000 |
Color Harmonies of #119A08
Complementary color
Monochromatic Colors of #119A08
Black with #119A08
Text Example
Text Example
White with #119A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A08; }
p { color: rgb(17,154,8); }
H1.HeaderClassName
{
color: #119A08;
}
.AnyTagClassName
{
color: #119A08;
}
</style>
background-color css
<style>
a { background-color: #119A08; }
a { background-color: rgb(17,154,8); }
div.DivClassName
{
background-color: #119A08;
}
.BgClassName
{
background-color: #119A08;
}
</style>
border-color css
<style>
span { border-color: #119A08; }
span { border-color: rgb(17,154,8); }
td.TdClassName
{
border-color: #119A08;
}
.TagClassName
{
border-color: #119A08;
}
</style>