Shades of Islamic Green #11B403
Tints of Islamic Green #11B403
RGB
CMYK
RGB Variations
Color information
#11B403 (or 0x11B403) is known color: Islamic Green. HEX triplet: 11, B4 and 03. RGB value is (17,180,3). Sum of RGB (Red+Green+Blue) = 17+180+3=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 180 (70.70% from 255 or 90% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 180 - color contains mainly: green. Hex color #11B403 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B403 is #EE4BFC. Grayscale: #6F6F6F. Windows color (decimal): -15617021 or 242705. OLE color: 242705.
HSL color Cylindrical-coordinate representation of color #11B403: hue angle of 115.25º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #11B403 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 180 | 3 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.29 |
| HSL | 115.25º | 0.97% | 0.36% | - |
| HSV(B) | 115.25º | 0.98% | 0.71% | - |
| XYZ | 16.57 | 32.77 | 5.54 | - |
| YUV | 111.09 | 67 | 60.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 3 | 0.91 | 0 | 0.98 | 0.29 | 115.25 | 0.97 | 0.36 |
| Hex | 11 | B4 | 3 | 5B | 0 | 62 | 1D | 73 | 61 | 24 |
| Octal | 21 | 264 | 3 | 133 | 0 | 142 | 35 | 163 | 141 | 44 |
| Binary | 10001 | 10110100 | 11 | 1011011 | 0 | 1100010 | 11101 | 1110011 | 1100001 | 100100 |
Color Harmonies of #11B403
Complementary color
Monochromatic Colors of #11B403
Black with #11B403
Text Example
Text Example
White with #11B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B403; }
p { color: rgb(17,180,3); }
H1.HeaderClassName
{
color: #11B403;
}
.AnyTagClassName
{
color: #11B403;
}
</style>
background-color css
<style>
a { background-color: #11B403; }
a { background-color: rgb(17,180,3); }
div.DivClassName
{
background-color: #11B403;
}
.BgClassName
{
background-color: #11B403;
}
</style>
border-color css
<style>
span { border-color: #11B403; }
span { border-color: rgb(17,180,3); }
td.TdClassName
{
border-color: #11B403;
}
.TagClassName
{
border-color: #11B403;
}
</style>