Shades of Islamic Green #11A315
Tints of Islamic Green #11A315
RGB
CMYK
RGB Variations
Color information
#11A315 (or 0x11A315) is known color: Islamic Green. HEX triplet: 11, A3 and 15. RGB value is (17,163,21). Sum of RGB (Red+Green+Blue) = 17+163+21=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 163 (64.06% from 255 or 81.09% from 201); Blue value is 21 (8.59% from 255 or 10.45% from 201); Max value from RGB is 163 - color contains mainly: green. Hex color #11A315 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A315 is #EE5CEA. Grayscale: #676767. Windows color (decimal): -15621355 or 1418001. OLE color: 1418001.
HSL color Cylindrical-coordinate representation of color #11A315: hue angle of 121.64º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A315 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 163 | 21 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.36 |
| HSL | 121.64º | 0.81% | 0.35% | - |
| HSV(B) | 121.64º | 0.9% | 0.64% | - |
| XYZ | 13.46 | 26.37 | 5.09 | - |
| YUV | 103.16 | 81.63 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 163 | 21 | 0.90 | 0 | 0.87 | 0.36 | 121.64 | 0.81 | 0.35 |
| Hex | 11 | A3 | 15 | 5A | 0 | 57 | 24 | 7A | 51 | 23 |
| Octal | 21 | 243 | 25 | 132 | 0 | 127 | 44 | 172 | 121 | 43 |
| Binary | 10001 | 10100011 | 10101 | 1011010 | 0 | 1010111 | 100100 | 1111010 | 1010001 | 100011 |
Color Harmonies of #11A315
Complementary color
Monochromatic Colors of #11A315
Black with #11A315
Text Example
Text Example
White with #11A315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A315; }
p { color: rgb(17,163,21); }
H1.HeaderClassName
{
color: #11A315;
}
.AnyTagClassName
{
color: #11A315;
}
</style>
background-color css
<style>
a { background-color: #11A315; }
a { background-color: rgb(17,163,21); }
div.DivClassName
{
background-color: #11A315;
}
.BgClassName
{
background-color: #11A315;
}
</style>
border-color css
<style>
span { border-color: #11A315; }
span { border-color: rgb(17,163,21); }
td.TdClassName
{
border-color: #11A315;
}
.TagClassName
{
border-color: #11A315;
}
</style>