Shades of Islamic Green #11A515
Tints of Islamic Green #11A515
RGB
CMYK
RGB Variations
Color information
#11A515 (or 0x11A515) is known color: Islamic Green. HEX triplet: 11, A5 and 15. RGB value is (17,165,21). Sum of RGB (Red+Green+Blue) = 17+165+21=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 165 (64.84% from 255 or 81.28% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 165 - color contains mainly: green. Hex color #11A515 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11A515 is #EE5AEA. Grayscale: #686868. Windows color (decimal): -15620843 or 1418513. OLE color: 1418513.
HSL color Cylindrical-coordinate representation of color #11A515: hue angle of 121.62º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A515 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 17 | 165 | 21 | - |
| CMYK | 0.90 | 0 | 0.87 | 0.35 |
| HSL | 121.62º | 0.81% | 0.36% | - |
| HSV(B) | 121.62º | 0.9% | 0.65% | - |
| XYZ | 13.82 | 27.08 | 5.21 | - |
| YUV | 104.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 165 | 21 | 0.90 | 0 | 0.87 | 0.35 | 121.62 | 0.81 | 0.36 |
| Hex | 11 | A5 | 15 | 5A | 0 | 57 | 23 | 7A | 51 | 24 |
| Octal | 21 | 245 | 25 | 132 | 0 | 127 | 43 | 172 | 121 | 44 |
| Binary | 10001 | 10100101 | 10101 | 1011010 | 0 | 1010111 | 100011 | 1111010 | 1010001 | 100100 |
Color Harmonies of #11A515
Complementary color
Monochromatic Colors of #11A515
Black with #11A515
Text Example
Text Example
White with #11A515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A515; }
p { color: rgb(17,165,21); }
H1.HeaderClassName
{
color: #11A515;
}
.AnyTagClassName
{
color: #11A515;
}
</style>
background-color css
<style>
a { background-color: #11A515; }
a { background-color: rgb(17,165,21); }
div.DivClassName
{
background-color: #11A515;
}
.BgClassName
{
background-color: #11A515;
}
</style>
border-color css
<style>
span { border-color: #11A515; }
span { border-color: rgb(17,165,21); }
td.TdClassName
{
border-color: #11A515;
}
.TagClassName
{
border-color: #11A515;
}
</style>