Shades of Islamic Green #16A807
Tints of Islamic Green #16A807
RGB
CMYK
RGB Variations
Color information
#16A807 (or 0x16A807) is known color: Islamic Green. HEX triplet: 16, A8 and 07. RGB value is (22,168,7). Sum of RGB (Red+Green+Blue) = 22+168+7=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 168 (66.02% from 255 or 85.28% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 168 - color contains mainly: green. Hex color #16A807 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #16A807 is #E957F8. Grayscale: #6A6A6A. Windows color (decimal): -15292409 or 501782. OLE color: 501782.
HSL color Cylindrical-coordinate representation of color #16A807: hue angle of 114.41º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #16A807 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 168 | 7 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.34 |
| HSL | 114.41º | 0.92% | 0.34% | - |
| HSV(B) | 114.41º | 0.96% | 0.66% | - |
| XYZ | 14.37 | 28.19 | 4.88 | - |
| YUV | 105.99 | 72.13 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 7 | 0.87 | 0 | 0.96 | 0.34 | 114.41 | 0.92 | 0.34 |
| Hex | 16 | A8 | 7 | 57 | 0 | 60 | 22 | 72 | 5C | 22 |
| Octal | 26 | 250 | 7 | 127 | 0 | 140 | 42 | 162 | 134 | 42 |
| Binary | 10110 | 10101000 | 111 | 1010111 | 0 | 1100000 | 100010 | 1110010 | 1011100 | 100010 |
Color Harmonies of #16A807
Complementary color
Monochromatic Colors of #16A807
Black with #16A807
Text Example
Text Example
White with #16A807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A807; }
p { color: rgb(22,168,7); }
H1.HeaderClassName
{
color: #16A807;
}
.AnyTagClassName
{
color: #16A807;
}
</style>
background-color css
<style>
a { background-color: #16A807; }
a { background-color: rgb(22,168,7); }
div.DivClassName
{
background-color: #16A807;
}
.BgClassName
{
background-color: #16A807;
}
</style>
border-color css
<style>
span { border-color: #16A807; }
span { border-color: rgb(22,168,7); }
td.TdClassName
{
border-color: #16A807;
}
.TagClassName
{
border-color: #16A807;
}
</style>