Shades of Islamic Green #11AA14
Tints of Islamic Green #11AA14
RGB
CMYK
RGB Variations
Color information
#11AA14 (or 0x11AA14) is known color: Islamic Green. HEX triplet: 11, AA and 14. RGB value is (17,170,20). Sum of RGB (Red+Green+Blue) = 17+170+20=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 170 (66.80% from 255 or 82.13% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #11AA14 is #EE55EB. Grayscale: #6B6B6B. Windows color (decimal): -15619564 or 1354257. OLE color: 1354257.
HSL color Cylindrical-coordinate representation of color #11AA14: hue angle of 121.18º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA14 is Cyan = 0.9, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 170 | 20 | - |
| CMYK | 0.9 | 0 | 0.88 | 0.33 |
| HSL | 121.18º | 0.82% | 0.37% | - |
| HSV(B) | 121.18º | 0.9% | 0.67% | - |
| XYZ | 14.73 | 28.92 | 5.47 | - |
| YUV | 107.15 | 78.81 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 170 | 20 | 0.9 | 0 | 0.88 | 0.33 | 121.18 | 0.82 | 0.37 |
| Hex | 11 | AA | 14 | 5A | 0 | 58 | 21 | 79 | 52 | 25 |
| Octal | 21 | 252 | 24 | 132 | 0 | 130 | 41 | 171 | 122 | 45 |
| Binary | 10001 | 10101010 | 10100 | 1011010 | 0 | 1011000 | 100001 | 1111001 | 1010010 | 100101 |
Color Harmonies of #11AA14
Complementary color
Monochromatic Colors of #11AA14
Black with #11AA14
Text Example
Text Example
White with #11AA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AA14; }
p { color: rgb(17,170,20); }
H1.HeaderClassName
{
color: #11AA14;
}
.AnyTagClassName
{
color: #11AA14;
}
</style>
background-color css
<style>
a { background-color: #11AA14; }
a { background-color: rgb(17,170,20); }
div.DivClassName
{
background-color: #11AA14;
}
.BgClassName
{
background-color: #11AA14;
}
</style>
border-color css
<style>
span { border-color: #11AA14; }
span { border-color: rgb(17,170,20); }
td.TdClassName
{
border-color: #11AA14;
}
.TagClassName
{
border-color: #11AA14;
}
</style>