Shades of Islamic Green #16A10E
Tints of Islamic Green #16A10E
RGB
CMYK
RGB Variations
Color information
#16A10E (or 0x16A10E) is known color: Islamic Green. HEX triplet: 16, A1 and 0E. RGB value is (22,161,14). Sum of RGB (Red+Green+Blue) = 22+161+14=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 161 (63.28% from 255 or 81.73% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 161 - color contains mainly: green. Hex color #16A10E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16A10E is #E95EF1. Grayscale: #676767. Windows color (decimal): -15294194 or 958742. OLE color: 958742.
HSL color Cylindrical-coordinate representation of color #16A10E: hue angle of 116.73º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16A10E is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 161 | 14 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.37 |
| HSL | 116.73º | 0.84% | 0.34% | - |
| HSV(B) | 116.73º | 0.91% | 0.63% | - |
| XYZ | 13.16 | 25.69 | 4.68 | - |
| YUV | 102.68 | 77.95 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 161 | 14 | 0.86 | 0 | 0.91 | 0.37 | 116.73 | 0.84 | 0.34 |
| Hex | 16 | A1 | E | 56 | 0 | 5B | 25 | 75 | 54 | 22 |
| Octal | 26 | 241 | 16 | 126 | 0 | 133 | 45 | 165 | 124 | 42 |
| Binary | 10110 | 10100001 | 1110 | 1010110 | 0 | 1011011 | 100101 | 1110101 | 1010100 | 100010 |
Color Harmonies of #16A10E
Complementary color
Monochromatic Colors of #16A10E
Black with #16A10E
Text Example
Text Example
White with #16A10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A10E; }
p { color: rgb(22,161,14); }
H1.HeaderClassName
{
color: #16A10E;
}
.AnyTagClassName
{
color: #16A10E;
}
</style>
background-color css
<style>
a { background-color: #16A10E; }
a { background-color: rgb(22,161,14); }
div.DivClassName
{
background-color: #16A10E;
}
.BgClassName
{
background-color: #16A10E;
}
</style>
border-color css
<style>
span { border-color: #16A10E; }
span { border-color: rgb(22,161,14); }
td.TdClassName
{
border-color: #16A10E;
}
.TagClassName
{
border-color: #16A10E;
}
</style>