Shades of Mountain Meadow #16A975
Tints of Mountain Meadow #16A975
RGB
CMYK
RGB Variations
Color information
#16A975 (or 0x16A975) is known color: Mountain Meadow. HEX triplet: 16, A9 and 75. RGB value is (22,169,117). Sum of RGB (Red+Green+Blue) = 22+169+117=308 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.14% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #16A975 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A975 is #E9568A. Grayscale: #777777. Windows color (decimal): -15292043 or 7710998. OLE color: 7710998.
HSL color Cylindrical-coordinate representation of color #16A975: hue angle of 158.78º 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 #16A975 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 22 | 169 | 117 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.34 |
| HSL | 158.78º | 0.77% | 0.37% | - |
| HSV(B) | 158.78º | 0.87% | 0.66% | - |
| XYZ | 17.73 | 29.83 | 21.65 | - |
| YUV | 119.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 117 | 0.87 | 0 | 0.31 | 0.34 | 158.78 | 0.77 | 0.37 |
| Hex | 16 | A9 | 75 | 57 | 0 | 1F | 22 | 9F | 4D | 25 |
| Octal | 26 | 251 | 165 | 127 | 0 | 37 | 42 | 237 | 115 | 45 |
| Binary | 10110 | 10101001 | 1110101 | 1010111 | 0 | 11111 | 100010 | 10011111 | 1001101 | 100101 |
Color Harmonies of #16A975
Complementary color
Monochromatic Colors of #16A975
Black with #16A975
Text Example
Text Example
White with #16A975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A975; }
p { color: rgb(22,169,117); }
H1.HeaderClassName
{
color: #16A975;
}
.AnyTagClassName
{
color: #16A975;
}
</style>
background-color css
<style>
a { background-color: #16A975; }
a { background-color: rgb(22,169,117); }
div.DivClassName
{
background-color: #16A975;
}
.BgClassName
{
background-color: #16A975;
}
</style>
border-color css
<style>
span { border-color: #16A975; }
span { border-color: rgb(22,169,117); }
td.TdClassName
{
border-color: #16A975;
}
.TagClassName
{
border-color: #16A975;
}
</style>