Shades of Islamic Green #16A005
Tints of Islamic Green #16A005
RGB
CMYK
RGB Variations
Color information
#16A005 (or 0x16A005) is known color: Islamic Green. HEX triplet: 16, A0 and 05. RGB value is (22,160,5). Sum of RGB (Red+Green+Blue) = 22+160+5=187 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.76% from 187); Green value is 160 (62.89% from 255 or 85.56% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 160 - color contains mainly: green. Hex color #16A005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16A005 is #E95FFA. Grayscale: #656565. Windows color (decimal): -15294459 or 368662. OLE color: 368662.
HSL color Cylindrical-coordinate representation of color #16A005: hue angle of 113.42º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #16A005 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 22 | 160 | 5 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.37 |
| HSL | 113.42º | 0.94% | 0.32% | - |
| HSV(B) | 113.42º | 0.97% | 0.63% | - |
| XYZ | 12.93 | 25.32 | 4.35 | - |
| YUV | 101.07 | 73.78 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 160 | 5 | 0.86 | 0 | 0.97 | 0.37 | 113.42 | 0.94 | 0.32 |
| Hex | 16 | A0 | 5 | 56 | 0 | 61 | 25 | 71 | 5E | 20 |
| Octal | 26 | 240 | 5 | 126 | 0 | 141 | 45 | 161 | 136 | 40 |
| Binary | 10110 | 10100000 | 101 | 1010110 | 0 | 1100001 | 100101 | 1110001 | 1011110 | 100000 |
Color Harmonies of #16A005
Complementary color
Monochromatic Colors of #16A005
Black with #16A005
Text Example
Text Example
White with #16A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A005; }
p { color: rgb(22,160,5); }
H1.HeaderClassName
{
color: #16A005;
}
.AnyTagClassName
{
color: #16A005;
}
</style>
background-color css
<style>
a { background-color: #16A005; }
a { background-color: rgb(22,160,5); }
div.DivClassName
{
background-color: #16A005;
}
.BgClassName
{
background-color: #16A005;
}
</style>
border-color css
<style>
span { border-color: #16A005; }
span { border-color: rgb(22,160,5); }
td.TdClassName
{
border-color: #16A005;
}
.TagClassName
{
border-color: #16A005;
}
</style>