Shades of Islamic Green #11B80B
Tints of Islamic Green #11B80B
RGB
CMYK
RGB Variations
Color information
#11B80B (or 0x11B80B) is known color: Islamic Green. HEX triplet: 11, B8 and 0B. RGB value is (17,184,11). Sum of RGB (Red+Green+Blue) = 17+184+11=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 184 (72.27% from 255 or 86.79% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 184 - color contains mainly: green. Hex color #11B80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B80B is #EE47F4. Grayscale: #727272. Windows color (decimal): -15615989 or 768017. OLE color: 768017.
HSL color Cylindrical-coordinate representation of color #11B80B: hue angle of 117.92º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11B80B is Cyan = 0.91, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 17 | 184 | 11 | - |
| CMYK | 0.91 | 0 | 0.94 | 0.28 |
| HSL | 117.92º | 0.89% | 0.38% | - |
| HSV(B) | 117.92º | 0.94% | 0.72% | - |
| XYZ | 17.43 | 34.42 | 6.04 | - |
| YUV | 114.35 | 69.67 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 184 | 11 | 0.91 | 0 | 0.94 | 0.28 | 117.92 | 0.89 | 0.38 |
| Hex | 11 | B8 | B | 5B | 0 | 5E | 1C | 76 | 59 | 26 |
| Octal | 21 | 270 | 13 | 133 | 0 | 136 | 34 | 166 | 131 | 46 |
| Binary | 10001 | 10111000 | 1011 | 1011011 | 0 | 1011110 | 11100 | 1110110 | 1011001 | 100110 |
Color Harmonies of #11B80B
Complementary color
Monochromatic Colors of #11B80B
Black with #11B80B
Text Example
Text Example
White with #11B80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B80B; }
p { color: rgb(17,184,11); }
H1.HeaderClassName
{
color: #11B80B;
}
.AnyTagClassName
{
color: #11B80B;
}
</style>
background-color css
<style>
a { background-color: #11B80B; }
a { background-color: rgb(17,184,11); }
div.DivClassName
{
background-color: #11B80B;
}
.BgClassName
{
background-color: #11B80B;
}
</style>
border-color css
<style>
span { border-color: #11B80B; }
span { border-color: rgb(17,184,11); }
td.TdClassName
{
border-color: #11B80B;
}
.TagClassName
{
border-color: #11B80B;
}
</style>