Shades of Islamic Green #11A002
Tints of Islamic Green #11A002
RGB
CMYK
RGB Variations
Color information
#11A002 (or 0x11A002) is known color: Islamic Green. HEX triplet: 11, A0 and 02. RGB value is (17,160,2). Sum of RGB (Red+Green+Blue) = 17+160+2=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 160 (62.89% from 255 or 89.39% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 160 - color contains mainly: green. Hex color #11A002 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A002 is #EE5FFD. Grayscale: #636363. Windows color (decimal): -15622142 or 172049. OLE color: 172049.
HSL color Cylindrical-coordinate representation of color #11A002: hue angle of 114.3º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11A002 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 160 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.37 |
| HSL | 114.3º | 0.98% | 0.32% | - |
| HSV(B) | 114.3º | 0.99% | 0.63% | - |
| XYZ | 12.81 | 25.27 | 4.26 | - |
| YUV | 99.23 | 73.12 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 2 | 0.89 | 0 | 0.99 | 0.37 | 114.3 | 0.98 | 0.32 |
| Hex | 11 | A0 | 2 | 59 | 0 | 63 | 25 | 72 | 62 | 20 |
| Octal | 21 | 240 | 2 | 131 | 0 | 143 | 45 | 162 | 142 | 40 |
| Binary | 10001 | 10100000 | 10 | 1011001 | 0 | 1100011 | 100101 | 1110010 | 1100010 | 100000 |
Color Harmonies of #11A002
Complementary color
Monochromatic Colors of #11A002
Black with #11A002
Text Example
Text Example
White with #11A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A002; }
p { color: rgb(17,160,2); }
H1.HeaderClassName
{
color: #11A002;
}
.AnyTagClassName
{
color: #11A002;
}
</style>
background-color css
<style>
a { background-color: #11A002; }
a { background-color: rgb(17,160,2); }
div.DivClassName
{
background-color: #11A002;
}
.BgClassName
{
background-color: #11A002;
}
</style>
border-color css
<style>
span { border-color: #11A002; }
span { border-color: rgb(17,160,2); }
td.TdClassName
{
border-color: #11A002;
}
.TagClassName
{
border-color: #11A002;
}
</style>