Shades of Islamic Green #119A05
Tints of Islamic Green #119A05
RGB
CMYK
RGB Variations
Color information
#119A05 (or 0x119A05) is known color: Islamic Green. HEX triplet: 11, 9A and 05. RGB value is (17,154,5). Sum of RGB (Red+Green+Blue) = 17+154+5=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 154 (60.55% from 255 or 87.5% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 154 - color contains mainly: green. Hex color #119A05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119A05 is #EE65FA. Grayscale: #606060. Windows color (decimal): -15623675 or 367121. OLE color: 367121.
HSL color Cylindrical-coordinate representation of color #119A05: hue angle of 115.17º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #119A05 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 5 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.40 |
| HSL | 115.17º | 0.94% | 0.31% | - |
| HSV(B) | 115.17º | 0.97% | 0.6% | - |
| XYZ | 11.81 | 23.24 | 4.01 | - |
| YUV | 96.05 | 76.61 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 5 | 0.89 | 0 | 0.97 | 0.40 | 115.17 | 0.94 | 0.31 |
| Hex | 11 | 9A | 5 | 59 | 0 | 61 | 28 | 73 | 5E | 1F |
| Octal | 21 | 232 | 5 | 131 | 0 | 141 | 50 | 163 | 136 | 37 |
| Binary | 10001 | 10011010 | 101 | 1011001 | 0 | 1100001 | 101000 | 1110011 | 1011110 | 11111 |
Color Harmonies of #119A05
Complementary color
Monochromatic Colors of #119A05
Black with #119A05
Text Example
Text Example
White with #119A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A05; }
p { color: rgb(17,154,5); }
H1.HeaderClassName
{
color: #119A05;
}
.AnyTagClassName
{
color: #119A05;
}
</style>
background-color css
<style>
a { background-color: #119A05; }
a { background-color: rgb(17,154,5); }
div.DivClassName
{
background-color: #119A05;
}
.BgClassName
{
background-color: #119A05;
}
</style>
border-color css
<style>
span { border-color: #119A05; }
span { border-color: rgb(17,154,5); }
td.TdClassName
{
border-color: #119A05;
}
.TagClassName
{
border-color: #119A05;
}
</style>