Shades of Islamic Green #11A001
Tints of Islamic Green #11A001
RGB
CMYK
RGB Variations
Color information
#11A001 (or 0x11A001) is known color: Islamic Green. HEX triplet: 11, A0 and 01. RGB value is (17,160,1). Sum of RGB (Red+Green+Blue) = 17+160+1=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 160 (62.89% from 255 or 89.89% from 178); Blue value is 1 (0.78% from 255 or 0.56% from 178); Max value from RGB is 160 - color contains mainly: green. Hex color #11A001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A001 is #EE5FFE. Grayscale: #636363. Windows color (decimal): -15622143 or 106513. OLE color: 106513.
HSL color Cylindrical-coordinate representation of color #11A001: hue angle of 113.96º degrees, saturation: 0.99, 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 #11A001 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 160 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.37 |
| HSL | 113.96º | 0.99% | 0.32% | - |
| HSV(B) | 113.96º | 0.99% | 0.63% | - |
| XYZ | 12.81 | 25.26 | 4.23 | - |
| YUV | 99.12 | 72.62 | 69.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 160 | 1 | 0.89 | 0 | 0.99 | 0.37 | 113.96 | 0.99 | 0.32 |
| Hex | 11 | A0 | 1 | 59 | 0 | 63 | 25 | 72 | 63 | 20 |
| Octal | 21 | 240 | 1 | 131 | 0 | 143 | 45 | 162 | 143 | 40 |
| Binary | 10001 | 10100000 | 1 | 1011001 | 0 | 1100011 | 100101 | 1110010 | 1100011 | 100000 |
Color Harmonies of #11A001
Complementary color
Monochromatic Colors of #11A001
Black with #11A001
Text Example
Text Example
White with #11A001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A001; }
p { color: rgb(17,160,1); }
H1.HeaderClassName
{
color: #11A001;
}
.AnyTagClassName
{
color: #11A001;
}
</style>
background-color css
<style>
a { background-color: #11A001; }
a { background-color: rgb(17,160,1); }
div.DivClassName
{
background-color: #11A001;
}
.BgClassName
{
background-color: #11A001;
}
</style>
border-color css
<style>
span { border-color: #11A001; }
span { border-color: rgb(17,160,1); }
td.TdClassName
{
border-color: #11A001;
}
.TagClassName
{
border-color: #11A001;
}
</style>