Shades of Islamic Green #11B014
Tints of Islamic Green #11B014
RGB
CMYK
RGB Variations
Color information
#11B014 (or 0x11B014) is known color: Islamic Green. HEX triplet: 11, B0 and 14. RGB value is (17,176,20). Sum of RGB (Red+Green+Blue) = 17+176+20=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 176 (69.14% from 255 or 82.63% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 176 - color contains mainly: green. Hex color #11B014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11B014 is #EE4FEB. Grayscale: #6F6F6F. Windows color (decimal): -15618028 or 1355793. OLE color: 1355793.
HSL color Cylindrical-coordinate representation of color #11B014: hue angle of 121.13º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B014 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 176 | 20 | - |
| CMYK | 0.90 | 0 | 0.89 | 0.31 |
| HSL | 121.13º | 0.82% | 0.38% | - |
| HSV(B) | 121.13º | 0.9% | 0.69% | - |
| XYZ | 15.88 | 31.22 | 5.85 | - |
| YUV | 110.68 | 76.82 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 176 | 20 | 0.90 | 0 | 0.89 | 0.31 | 121.13 | 0.82 | 0.38 |
| Hex | 11 | B0 | 14 | 5A | 0 | 59 | 1F | 79 | 52 | 26 |
| Octal | 21 | 260 | 24 | 132 | 0 | 131 | 37 | 171 | 122 | 46 |
| Binary | 10001 | 10110000 | 10100 | 1011010 | 0 | 1011001 | 11111 | 1111001 | 1010010 | 100110 |
Color Harmonies of #11B014
Complementary color
Monochromatic Colors of #11B014
Black with #11B014
Text Example
Text Example
White with #11B014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B014; }
p { color: rgb(17,176,20); }
H1.HeaderClassName
{
color: #11B014;
}
.AnyTagClassName
{
color: #11B014;
}
</style>
background-color css
<style>
a { background-color: #11B014; }
a { background-color: rgb(17,176,20); }
div.DivClassName
{
background-color: #11B014;
}
.BgClassName
{
background-color: #11B014;
}
</style>
border-color css
<style>
span { border-color: #11B014; }
span { border-color: rgb(17,176,20); }
td.TdClassName
{
border-color: #11B014;
}
.TagClassName
{
border-color: #11B014;
}
</style>