Shades of Mountain Meadow #16AF7A
Tints of Mountain Meadow #16AF7A
RGB
CMYK
RGB Variations
Color information
#16AF7A (or 0x16AF7A) is known color: Mountain Meadow. HEX triplet: 16, AF and 7A. RGB value is (22,175,122). Sum of RGB (Red+Green+Blue) = 22+175+122=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 122 (48.05% from 255 or 38.24% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #16AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AF7A is #E95085. Grayscale: #7B7B7B. Windows color (decimal): -15290502 or 8040214. OLE color: 8040214.
HSL color Cylindrical-coordinate representation of color #16AF7A: hue angle of 159.22º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AF7A is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 175 | 122 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.31 |
| HSL | 159.22º | 0.78% | 0.39% | - |
| HSV(B) | 159.22º | 0.87% | 0.69% | - |
| XYZ | 19.17 | 32.24 | 23.62 | - |
| YUV | 123.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 175 | 122 | 0.87 | 0 | 0.30 | 0.31 | 159.22 | 0.78 | 0.39 |
| Hex | 16 | AF | 7A | 57 | 0 | 1E | 1F | 9F | 4E | 27 |
| Octal | 26 | 257 | 172 | 127 | 0 | 36 | 37 | 237 | 116 | 47 |
| Binary | 10110 | 10101111 | 1111010 | 1010111 | 0 | 11110 | 11111 | 10011111 | 1001110 | 100111 |
Color Harmonies of #16AF7A
Complementary color
Monochromatic Colors of #16AF7A
Black with #16AF7A
Text Example
Text Example
White with #16AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AF7A; }
p { color: rgb(22,175,122); }
H1.HeaderClassName
{
color: #16AF7A;
}
.AnyTagClassName
{
color: #16AF7A;
}
</style>
background-color css
<style>
a { background-color: #16AF7A; }
a { background-color: rgb(22,175,122); }
div.DivClassName
{
background-color: #16AF7A;
}
.BgClassName
{
background-color: #16AF7A;
}
</style>
border-color css
<style>
span { border-color: #16AF7A; }
span { border-color: rgb(22,175,122); }
td.TdClassName
{
border-color: #16AF7A;
}
.TagClassName
{
border-color: #16AF7A;
}
</style>