Shades of Islamic Green #11BC15
Tints of Islamic Green #11BC15
RGB
CMYK
RGB Variations
Color information
#11BC15 (or 0x11BC15) is known color: Islamic Green. HEX triplet: 11, BC and 15. RGB value is (17,188,21). Sum of RGB (Red+Green+Blue) = 17+188+21=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BC15 is #EE43EA. Grayscale: #767676. Windows color (decimal): -15614955 or 1424401. OLE color: 1424401.
HSL color Cylindrical-coordinate representation of color #11BC15: hue angle of 121.4º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC15 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 21 | - |
| CMYK | 0.91 | 0 | 0.89 | 0.26 |
| HSL | 121.4º | 0.83% | 0.4% | - |
| HSV(B) | 121.4º | 0.91% | 0.74% | - |
| XYZ | 18.35 | 36.14 | 6.72 | - |
| YUV | 117.83 | 73.35 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 21 | 0.91 | 0 | 0.89 | 0.26 | 121.4 | 0.83 | 0.4 |
| Hex | 11 | BC | 15 | 5B | 0 | 59 | 1A | 79 | 53 | 28 |
| Octal | 21 | 274 | 25 | 133 | 0 | 131 | 32 | 171 | 123 | 50 |
| Binary | 10001 | 10111100 | 10101 | 1011011 | 0 | 1011001 | 11010 | 1111001 | 1010011 | 101000 |
Color Harmonies of #11BC15
Complementary color
Monochromatic Colors of #11BC15
Black with #11BC15
Text Example
Text Example
White with #11BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC15; }
p { color: rgb(17,188,21); }
H1.HeaderClassName
{
color: #11BC15;
}
.AnyTagClassName
{
color: #11BC15;
}
</style>
background-color css
<style>
a { background-color: #11BC15; }
a { background-color: rgb(17,188,21); }
div.DivClassName
{
background-color: #11BC15;
}
.BgClassName
{
background-color: #11BC15;
}
</style>
border-color css
<style>
span { border-color: #11BC15; }
span { border-color: rgb(17,188,21); }
td.TdClassName
{
border-color: #11BC15;
}
.TagClassName
{
border-color: #11BC15;
}
</style>