Shades of Mountain Meadow #16AE7A
Tints of Mountain Meadow #16AE7A
RGB
CMYK
RGB Variations
Color information
#16AE7A (or 0x16AE7A) is known color: Mountain Meadow. HEX triplet: 16, AE and 7A. RGB value is (22,174,122). Sum of RGB (Red+Green+Blue) = 22+174+122=318 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.92% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 122 (48.05% from 255 or 38.36% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE7A is #E95185. Grayscale: #7A7A7A. Windows color (decimal): -15290758 or 8039958. OLE color: 8039958.
HSL color Cylindrical-coordinate representation of color #16AE7A: hue angle of 159.47º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AE7A is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 174 | 122 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.32 |
| HSL | 159.47º | 0.78% | 0.38% | - |
| HSV(B) | 159.47º | 0.87% | 0.68% | - |
| XYZ | 18.98 | 31.85 | 23.56 | - |
| YUV | 122.62 | 127.64 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 122 | 0.87 | 0 | 0.30 | 0.32 | 159.47 | 0.78 | 0.38 |
| Hex | 16 | AE | 7A | 57 | 0 | 1E | 20 | 9F | 4E | 26 |
| Octal | 26 | 256 | 172 | 127 | 0 | 36 | 40 | 237 | 116 | 46 |
| Binary | 10110 | 10101110 | 1111010 | 1010111 | 0 | 11110 | 100000 | 10011111 | 1001110 | 100110 |
Color Harmonies of #16AE7A
Complementary color
Monochromatic Colors of #16AE7A
Black with #16AE7A
Text Example
Text Example
White with #16AE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AE7A; }
p { color: rgb(22,174,122); }
H1.HeaderClassName
{
color: #16AE7A;
}
.AnyTagClassName
{
color: #16AE7A;
}
</style>
background-color css
<style>
a { background-color: #16AE7A; }
a { background-color: rgb(22,174,122); }
div.DivClassName
{
background-color: #16AE7A;
}
.BgClassName
{
background-color: #16AE7A;
}
</style>
border-color css
<style>
span { border-color: #16AE7A; }
span { border-color: rgb(22,174,122); }
td.TdClassName
{
border-color: #16AE7A;
}
.TagClassName
{
border-color: #16AE7A;
}
</style>