Shades of Mountain Meadow #16A982
Tints of Mountain Meadow #16A982
RGB
CMYK
RGB Variations
Color information
#16A982 (or 0x16A982) is known color: Mountain Meadow. HEX triplet: 16, A9 and 82. RGB value is (22,169,130). Sum of RGB (Red+Green+Blue) = 22+169+130=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #16A982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A982 is #E9567D. Grayscale: #787878. Windows color (decimal): -15292030 or 8562966. OLE color: 8562966.
HSL color Cylindrical-coordinate representation of color #16A982: hue angle of 164.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A982 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 169 | 130 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.34 |
| HSL | 164.08º | 0.77% | 0.37% | - |
| HSV(B) | 164.08º | 0.87% | 0.66% | - |
| XYZ | 18.55 | 30.16 | 25.96 | - |
| YUV | 120.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 130 | 0.87 | 0 | 0.23 | 0.34 | 164.08 | 0.77 | 0.37 |
| Hex | 16 | A9 | 82 | 57 | 0 | 17 | 22 | A4 | 4D | 25 |
| Octal | 26 | 251 | 202 | 127 | 0 | 27 | 42 | 244 | 115 | 45 |
| Binary | 10110 | 10101001 | 10000010 | 1010111 | 0 | 10111 | 100010 | 10100100 | 1001101 | 100101 |
Color Harmonies of #16A982
Complementary color
Monochromatic Colors of #16A982
Black with #16A982
Text Example
Text Example
White with #16A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A982; }
p { color: rgb(22,169,130); }
H1.HeaderClassName
{
color: #16A982;
}
.AnyTagClassName
{
color: #16A982;
}
</style>
background-color css
<style>
a { background-color: #16A982; }
a { background-color: rgb(22,169,130); }
div.DivClassName
{
background-color: #16A982;
}
.BgClassName
{
background-color: #16A982;
}
</style>
border-color css
<style>
span { border-color: #16A982; }
span { border-color: rgb(22,169,130); }
td.TdClassName
{
border-color: #16A982;
}
.TagClassName
{
border-color: #16A982;
}
</style>