Shades of Islamic Green #11BB10
Tints of Islamic Green #11BB10
RGB
CMYK
RGB Variations
Color information
#11BB10 (or 0x11BB10) is known color: Islamic Green. HEX triplet: 11, BB and 10. RGB value is (17,187,16). Sum of RGB (Red+Green+Blue) = 17+187+16=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 187 (73.44% from 255 or 85% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 187 - color contains mainly: green. Hex color #11BB10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BB10 is #EE44EF. Grayscale: #757575. Windows color (decimal): -15615216 or 1096465. OLE color: 1096465.
HSL color Cylindrical-coordinate representation of color #11BB10: hue angle of 119.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BB10 is Cyan = 0.91, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 187 | 16 | - |
| CMYK | 0.91 | 0 | 0.91 | 0.27 |
| HSL | 119.65º | 0.84% | 0.4% | - |
| HSV(B) | 119.65º | 0.91% | 0.73% | - |
| XYZ | 18.1 | 35.7 | 6.43 | - |
| YUV | 116.68 | 71.18 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 187 | 16 | 0.91 | 0 | 0.91 | 0.27 | 119.65 | 0.84 | 0.4 |
| Hex | 11 | BB | 10 | 5B | 0 | 5B | 1B | 78 | 54 | 28 |
| Octal | 21 | 273 | 20 | 133 | 0 | 133 | 33 | 170 | 124 | 50 |
| Binary | 10001 | 10111011 | 10000 | 1011011 | 0 | 1011011 | 11011 | 1111000 | 1010100 | 101000 |
Color Harmonies of #11BB10
Complementary color
Monochromatic Colors of #11BB10
Black with #11BB10
Text Example
Text Example
White with #11BB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BB10; }
p { color: rgb(17,187,16); }
H1.HeaderClassName
{
color: #11BB10;
}
.AnyTagClassName
{
color: #11BB10;
}
</style>
background-color css
<style>
a { background-color: #11BB10; }
a { background-color: rgb(17,187,16); }
div.DivClassName
{
background-color: #11BB10;
}
.BgClassName
{
background-color: #11BB10;
}
</style>
border-color css
<style>
span { border-color: #11BB10; }
span { border-color: rgb(17,187,16); }
td.TdClassName
{
border-color: #11BB10;
}
.TagClassName
{
border-color: #11BB10;
}
</style>