Shades of Islamic Green #11B502
Tints of Islamic Green #11B502
RGB
CMYK
RGB Variations
Color information
#11B502 (or 0x11B502) is known color: Islamic Green. HEX triplet: 11, B5 and 02. RGB value is (17,181,2). Sum of RGB (Red+Green+Blue) = 17+181+2=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 181 (71.09% from 255 or 90.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 181 - color contains mainly: green. Hex color #11B502 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B502 is #EE4AFD. Grayscale: #707070. Windows color (decimal): -15616766 or 177425. OLE color: 177425.
HSL color Cylindrical-coordinate representation of color #11B502: hue angle of 114.97º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #11B502 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 181 | 2 | - |
| CMYK | 0.91 | 0 | 0.99 | 0.29 |
| HSL | 114.97º | 0.98% | 0.36% | - |
| HSV(B) | 114.97º | 0.99% | 0.71% | - |
| XYZ | 16.77 | 33.17 | 5.58 | - |
| YUV | 111.56 | 66.17 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 181 | 2 | 0.91 | 0 | 0.99 | 0.29 | 114.97 | 0.98 | 0.36 |
| Hex | 11 | B5 | 2 | 5B | 0 | 63 | 1D | 73 | 62 | 24 |
| Octal | 21 | 265 | 2 | 133 | 0 | 143 | 35 | 163 | 142 | 44 |
| Binary | 10001 | 10110101 | 10 | 1011011 | 0 | 1100011 | 11101 | 1110011 | 1100010 | 100100 |
Color Harmonies of #11B502
Complementary color
Monochromatic Colors of #11B502
Black with #11B502
Text Example
Text Example
White with #11B502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B502; }
p { color: rgb(17,181,2); }
H1.HeaderClassName
{
color: #11B502;
}
.AnyTagClassName
{
color: #11B502;
}
</style>
background-color css
<style>
a { background-color: #11B502; }
a { background-color: rgb(17,181,2); }
div.DivClassName
{
background-color: #11B502;
}
.BgClassName
{
background-color: #11B502;
}
</style>
border-color css
<style>
span { border-color: #11B502; }
span { border-color: rgb(17,181,2); }
td.TdClassName
{
border-color: #11B502;
}
.TagClassName
{
border-color: #11B502;
}
</style>