Shades of Islamic Green #11AC05
Tints of Islamic Green #11AC05
RGB
CMYK
RGB Variations
Color information
#11AC05 (or 0x11AC05) is known color: Islamic Green. HEX triplet: 11, AC and 05. RGB value is (17,172,5). Sum of RGB (Red+Green+Blue) = 17+172+5=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 172 (67.58% from 255 or 88.66% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AC05 is #EE53FA. Grayscale: #6B6B6B. Windows color (decimal): -15619067 or 371729. OLE color: 371729.
HSL color Cylindrical-coordinate representation of color #11AC05: hue angle of 115.69º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11AC05 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 172 | 5 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.33 |
| HSL | 115.69º | 0.94% | 0.35% | - |
| HSV(B) | 115.69º | 0.97% | 0.67% | - |
| XYZ | 15.01 | 29.64 | 5.07 | - |
| YUV | 106.62 | 70.65 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 172 | 5 | 0.90 | 0 | 0.97 | 0.33 | 115.69 | 0.94 | 0.35 |
| Hex | 11 | AC | 5 | 5A | 0 | 61 | 21 | 74 | 5E | 23 |
| Octal | 21 | 254 | 5 | 132 | 0 | 141 | 41 | 164 | 136 | 43 |
| Binary | 10001 | 10101100 | 101 | 1011010 | 0 | 1100001 | 100001 | 1110100 | 1011110 | 100011 |
Color Harmonies of #11AC05
Complementary color
Monochromatic Colors of #11AC05
Black with #11AC05
Text Example
Text Example
White with #11AC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AC05; }
p { color: rgb(17,172,5); }
H1.HeaderClassName
{
color: #11AC05;
}
.AnyTagClassName
{
color: #11AC05;
}
</style>
background-color css
<style>
a { background-color: #11AC05; }
a { background-color: rgb(17,172,5); }
div.DivClassName
{
background-color: #11AC05;
}
.BgClassName
{
background-color: #11AC05;
}
</style>
border-color css
<style>
span { border-color: #11AC05; }
span { border-color: rgb(17,172,5); }
td.TdClassName
{
border-color: #11AC05;
}
.TagClassName
{
border-color: #11AC05;
}
</style>