Shades of Islamic Green #11BA18
Tints of Islamic Green #11BA18
RGB
CMYK
RGB Variations
Color information
#11BA18 (or 0x11BA18) is known color: Islamic Green. HEX triplet: 11, BA and 18. RGB value is (17,186,24). Sum of RGB (Red+Green+Blue) = 17+186+24=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 186 (73.05% from 255 or 81.94% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA18 is #EE45E7. Grayscale: #757575. Windows color (decimal): -15615464 or 1620497. OLE color: 1620497.
HSL color Cylindrical-coordinate representation of color #11BA18: hue angle of 122.49º degrees, saturation: 0.83, 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 #11BA18 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 24 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.27 |
| HSL | 122.49º | 0.83% | 0.4% | - |
| HSV(B) | 122.49º | 0.91% | 0.73% | - |
| XYZ | 17.95 | 35.3 | 6.73 | - |
| YUV | 117 | 75.51 | 56.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 24 | 0.91 | 0 | 0.87 | 0.27 | 122.49 | 0.83 | 0.4 |
| Hex | 11 | BA | 18 | 5B | 0 | 57 | 1B | 7A | 53 | 28 |
| Octal | 21 | 272 | 30 | 133 | 0 | 127 | 33 | 172 | 123 | 50 |
| Binary | 10001 | 10111010 | 11000 | 1011011 | 0 | 1010111 | 11011 | 1111010 | 1010011 | 101000 |
Color Harmonies of #11BA18
Complementary color
Monochromatic Colors of #11BA18
Black with #11BA18
Text Example
Text Example
White with #11BA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA18; }
p { color: rgb(17,186,24); }
H1.HeaderClassName
{
color: #11BA18;
}
.AnyTagClassName
{
color: #11BA18;
}
</style>
background-color css
<style>
a { background-color: #11BA18; }
a { background-color: rgb(17,186,24); }
div.DivClassName
{
background-color: #11BA18;
}
.BgClassName
{
background-color: #11BA18;
}
</style>
border-color css
<style>
span { border-color: #11BA18; }
span { border-color: rgb(17,186,24); }
td.TdClassName
{
border-color: #11BA18;
}
.TagClassName
{
border-color: #11BA18;
}
</style>