Shades of Islamic Green #11B412
Tints of Islamic Green #11B412
RGB
CMYK
RGB Variations
Color information
#11B412 (or 0x11B412) is known color: Islamic Green. HEX triplet: 11, B4 and 12. RGB value is (17,180,18). Sum of RGB (Red+Green+Blue) = 17+180+18=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 180 (70.70% from 255 or 83.72% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 180 - color contains mainly: green. Hex color #11B412 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11B412 is #EE4BED. Grayscale: #717171. Windows color (decimal): -15617006 or 1225745. OLE color: 1225745.
HSL color Cylindrical-coordinate representation of color #11B412: hue angle of 120.37º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B412 is Cyan = 0.91, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 180 | 18 | - |
| CMYK | 0.91 | 0 | 0.9 | 0.29 |
| HSL | 120.37º | 0.83% | 0.39% | - |
| HSV(B) | 120.37º | 0.91% | 0.71% | - |
| XYZ | 16.66 | 32.81 | 6.03 | - |
| YUV | 112.8 | 74.5 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 180 | 18 | 0.91 | 0 | 0.9 | 0.29 | 120.37 | 0.83 | 0.39 |
| Hex | 11 | B4 | 12 | 5B | 0 | 5A | 1D | 78 | 53 | 27 |
| Octal | 21 | 264 | 22 | 133 | 0 | 132 | 35 | 170 | 123 | 47 |
| Binary | 10001 | 10110100 | 10010 | 1011011 | 0 | 1011010 | 11101 | 1111000 | 1010011 | 100111 |
Color Harmonies of #11B412
Complementary color
Monochromatic Colors of #11B412
Black with #11B412
Text Example
Text Example
White with #11B412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11B412; }
p { color: rgb(17,180,18); }
H1.HeaderClassName
{
color: #11B412;
}
.AnyTagClassName
{
color: #11B412;
}
</style>
background-color css
<style>
a { background-color: #11B412; }
a { background-color: rgb(17,180,18); }
div.DivClassName
{
background-color: #11B412;
}
.BgClassName
{
background-color: #11B412;
}
</style>
border-color css
<style>
span { border-color: #11B412; }
span { border-color: rgb(17,180,18); }
td.TdClassName
{
border-color: #11B412;
}
.TagClassName
{
border-color: #11B412;
}
</style>