Shades of Islamic Green #11BA05
Tints of Islamic Green #11BA05
RGB
CMYK
RGB Variations
Color information
#11BA05 (or 0x11BA05) is known color: Islamic Green. HEX triplet: 11, BA and 05. RGB value is (17,186,5). Sum of RGB (Red+Green+Blue) = 17+186+5=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 186 (73.05% from 255 or 89.42% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11BA05 is #EE45FA. Grayscale: #737373. Windows color (decimal): -15615483 or 375313. OLE color: 375313.
HSL color Cylindrical-coordinate representation of color #11BA05: hue angle of 116.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #11BA05 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 5 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.27 |
| HSL | 116.02º | 0.95% | 0.37% | - |
| HSV(B) | 116.02º | 0.97% | 0.73% | - |
| XYZ | 17.82 | 35.25 | 6.01 | - |
| YUV | 114.84 | 66.01 | 58.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 5 | 0.91 | 0 | 0.97 | 0.27 | 116.02 | 0.95 | 0.37 |
| Hex | 11 | BA | 5 | 5B | 0 | 61 | 1B | 74 | 5F | 25 |
| Octal | 21 | 272 | 5 | 133 | 0 | 141 | 33 | 164 | 137 | 45 |
| Binary | 10001 | 10111010 | 101 | 1011011 | 0 | 1100001 | 11011 | 1110100 | 1011111 | 100101 |
Color Harmonies of #11BA05
Complementary color
Monochromatic Colors of #11BA05
Black with #11BA05
Text Example
Text Example
White with #11BA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA05; }
p { color: rgb(17,186,5); }
H1.HeaderClassName
{
color: #11BA05;
}
.AnyTagClassName
{
color: #11BA05;
}
</style>
background-color css
<style>
a { background-color: #11BA05; }
a { background-color: rgb(17,186,5); }
div.DivClassName
{
background-color: #11BA05;
}
.BgClassName
{
background-color: #11BA05;
}
</style>
border-color css
<style>
span { border-color: #11BA05; }
span { border-color: rgb(17,186,5); }
td.TdClassName
{
border-color: #11BA05;
}
.TagClassName
{
border-color: #11BA05;
}
</style>