Shades of Islamic Green #11BD16
Tints of Islamic Green #11BD16
RGB
CMYK
RGB Variations
Color information
#11BD16 (or 0x11BD16) is known color: Islamic Green. HEX triplet: 11, BD and 16. RGB value is (17,189,22). Sum of RGB (Red+Green+Blue) = 17+189+22=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 189 (74.22% from 255 or 82.89% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BD16 is #EE42E9. Grayscale: #777777. Windows color (decimal): -15614698 or 1490193. OLE color: 1490193.
HSL color Cylindrical-coordinate representation of color #11BD16: hue angle of 121.74º 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 #11BD16 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 22 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.26 |
| HSL | 121.74º | 0.83% | 0.4% | - |
| HSV(B) | 121.74º | 0.91% | 0.74% | - |
| XYZ | 18.57 | 36.57 | 6.84 | - |
| YUV | 118.53 | 73.52 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 22 | 0.91 | 0 | 0.88 | 0.26 | 121.74 | 0.83 | 0.4 |
| Hex | 11 | BD | 16 | 5B | 0 | 58 | 1A | 7A | 53 | 28 |
| Octal | 21 | 275 | 26 | 133 | 0 | 130 | 32 | 172 | 123 | 50 |
| Binary | 10001 | 10111101 | 10110 | 1011011 | 0 | 1011000 | 11010 | 1111010 | 1010011 | 101000 |
Color Harmonies of #11BD16
Complementary color
Monochromatic Colors of #11BD16
Black with #11BD16
Text Example
Text Example
White with #11BD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD16; }
p { color: rgb(17,189,22); }
H1.HeaderClassName
{
color: #11BD16;
}
.AnyTagClassName
{
color: #11BD16;
}
</style>
background-color css
<style>
a { background-color: #11BD16; }
a { background-color: rgb(17,189,22); }
div.DivClassName
{
background-color: #11BD16;
}
.BgClassName
{
background-color: #11BD16;
}
</style>
border-color css
<style>
span { border-color: #11BD16; }
span { border-color: rgb(17,189,22); }
td.TdClassName
{
border-color: #11BD16;
}
.TagClassName
{
border-color: #11BD16;
}
</style>