Shades of Islamic Green #11A101
Tints of Islamic Green #11A101
RGB
CMYK
RGB Variations
Color information
#11A101 (or 0x11A101) is known color: Islamic Green. HEX triplet: 11, A1 and 01. RGB value is (17,161,1). Sum of RGB (Red+Green+Blue) = 17+161+1=179 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.50% from 179); Green value is 161 (63.28% from 255 or 89.94% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 161 - color contains mainly: green. Hex color #11A101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A101 is #EE5EFE. Grayscale: #646464. Windows color (decimal): -15621887 or 106769. OLE color: 106769.
HSL color Cylindrical-coordinate representation of color #11A101: hue angle of 114º 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 #11A101 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 17 | 161 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.37 |
| HSL | 114º | 0.99% | 0.32% | - |
| HSV(B) | 114º | 0.99% | 0.63% | - |
| XYZ | 12.98 | 25.61 | 4.29 | - |
| YUV | 99.7 | 72.29 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 161 | 1 | 0.89 | 0 | 0.99 | 0.37 | 114 | 0.99 | 0.32 |
| Hex | 11 | A1 | 1 | 59 | 0 | 63 | 25 | 72 | 63 | 20 |
| Octal | 21 | 241 | 1 | 131 | 0 | 143 | 45 | 162 | 143 | 40 |
| Binary | 10001 | 10100001 | 1 | 1011001 | 0 | 1100011 | 100101 | 1110010 | 1100011 | 100000 |
Color Harmonies of #11A101
Complementary color
Monochromatic Colors of #11A101
Black with #11A101
Text Example
Text Example
White with #11A101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A101; }
p { color: rgb(17,161,1); }
H1.HeaderClassName
{
color: #11A101;
}
.AnyTagClassName
{
color: #11A101;
}
</style>
background-color css
<style>
a { background-color: #11A101; }
a { background-color: rgb(17,161,1); }
div.DivClassName
{
background-color: #11A101;
}
.BgClassName
{
background-color: #11A101;
}
</style>
border-color css
<style>
span { border-color: #11A101; }
span { border-color: rgb(17,161,1); }
td.TdClassName
{
border-color: #11A101;
}
.TagClassName
{
border-color: #11A101;
}
</style>