Shades of Islamic Green #119C05
Tints of Islamic Green #119C05
RGB
CMYK
RGB Variations
Color information
#119C05 (or 0x119C05) is known color: Islamic Green. HEX triplet: 11, 9C and 05. RGB value is (17,156,5). Sum of RGB (Red+Green+Blue) = 17+156+5=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 156 (61.33% from 255 or 87.64% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 156 - color contains mainly: green. Hex color #119C05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #119C05 is #EE63FA. Grayscale: #616161. Windows color (decimal): -15623163 or 367633. OLE color: 367633.
HSL color Cylindrical-coordinate representation of color #119C05: hue angle of 115.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #119C05 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 17 | 156 | 5 | - |
| CMYK | 0.89 | 0 | 0.97 | 0.39 |
| HSL | 115.23º | 0.94% | 0.32% | - |
| HSV(B) | 115.23º | 0.97% | 0.61% | - |
| XYZ | 12.15 | 23.91 | 4.12 | - |
| YUV | 97.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 5 | 0.89 | 0 | 0.97 | 0.39 | 115.23 | 0.94 | 0.32 |
| Hex | 11 | 9C | 5 | 59 | 0 | 61 | 27 | 73 | 5E | 20 |
| Octal | 21 | 234 | 5 | 131 | 0 | 141 | 47 | 163 | 136 | 40 |
| Binary | 10001 | 10011100 | 101 | 1011001 | 0 | 1100001 | 100111 | 1110011 | 1011110 | 100000 |
Color Harmonies of #119C05
Complementary color
Monochromatic Colors of #119C05
Black with #119C05
Text Example
Text Example
White with #119C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119C05; }
p { color: rgb(17,156,5); }
H1.HeaderClassName
{
color: #119C05;
}
.AnyTagClassName
{
color: #119C05;
}
</style>
background-color css
<style>
a { background-color: #119C05; }
a { background-color: rgb(17,156,5); }
div.DivClassName
{
background-color: #119C05;
}
.BgClassName
{
background-color: #119C05;
}
</style>
border-color css
<style>
span { border-color: #119C05; }
span { border-color: rgb(17,156,5); }
td.TdClassName
{
border-color: #119C05;
}
.TagClassName
{
border-color: #119C05;
}
</style>