Shades of Islamic Green #16AA10
Tints of Islamic Green #16AA10
RGB
CMYK
RGB Variations
Color information
#16AA10 (or 0x16AA10) is known color: Islamic Green. HEX triplet: 16, AA and 10. RGB value is (22,170,16). Sum of RGB (Red+Green+Blue) = 22+170+16=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 170 (66.80% from 255 or 81.73% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 170 - color contains mainly: green. Hex color #16AA10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16AA10 is #E955EF. Grayscale: #6C6C6C. Windows color (decimal): -15291888 or 1092118. OLE color: 1092118.
HSL color Cylindrical-coordinate representation of color #16AA10: hue angle of 117.66º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AA10 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 170 | 16 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.33 |
| HSL | 117.66º | 0.83% | 0.36% | - |
| HSV(B) | 117.66º | 0.91% | 0.67% | - |
| XYZ | 14.8 | 28.96 | 5.3 | - |
| YUV | 108.19 | 75.97 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 16 | 0.87 | 0 | 0.91 | 0.33 | 117.66 | 0.83 | 0.36 |
| Hex | 16 | AA | 10 | 57 | 0 | 5B | 21 | 76 | 53 | 24 |
| Octal | 26 | 252 | 20 | 127 | 0 | 133 | 41 | 166 | 123 | 44 |
| Binary | 10110 | 10101010 | 10000 | 1010111 | 0 | 1011011 | 100001 | 1110110 | 1010011 | 100100 |
Color Harmonies of #16AA10
Complementary color
Monochromatic Colors of #16AA10
Black with #16AA10
Text Example
Text Example
White with #16AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AA10; }
p { color: rgb(22,170,16); }
H1.HeaderClassName
{
color: #16AA10;
}
.AnyTagClassName
{
color: #16AA10;
}
</style>
background-color css
<style>
a { background-color: #16AA10; }
a { background-color: rgb(22,170,16); }
div.DivClassName
{
background-color: #16AA10;
}
.BgClassName
{
background-color: #16AA10;
}
</style>
border-color css
<style>
span { border-color: #16AA10; }
span { border-color: rgb(22,170,16); }
td.TdClassName
{
border-color: #16AA10;
}
.TagClassName
{
border-color: #16AA10;
}
</style>