Shades of Mountain Meadow #16AE7D
Tints of Mountain Meadow #16AE7D
RGB
CMYK
RGB Variations
Color information
#16AE7D (or 0x16AE7D) is known color: Mountain Meadow. HEX triplet: 16, AE and 7D. RGB value is (22,174,125). Sum of RGB (Red+Green+Blue) = 22+174+125=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 174 (68.36% from 255 or 54.21% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AE7D is #E95182. Grayscale: #7B7B7B. Windows color (decimal): -15290755 or 8236566. OLE color: 8236566.
HSL color Cylindrical-coordinate representation of color #16AE7D: hue angle of 160.66º 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 #16AE7D is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 174 | 125 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.32 |
| HSL | 160.66º | 0.78% | 0.38% | - |
| HSV(B) | 160.66º | 0.87% | 0.68% | - |
| XYZ | 19.17 | 31.92 | 24.55 | - |
| YUV | 122.97 | 129.14 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 174 | 125 | 0.87 | 0 | 0.28 | 0.32 | 160.66 | 0.78 | 0.38 |
| Hex | 16 | AE | 7D | 57 | 0 | 1C | 20 | A1 | 4E | 26 |
| Octal | 26 | 256 | 175 | 127 | 0 | 34 | 40 | 241 | 116 | 46 |
| Binary | 10110 | 10101110 | 1111101 | 1010111 | 0 | 11100 | 100000 | 10100001 | 1001110 | 100110 |
Color Harmonies of #16AE7D
Complementary color
Monochromatic Colors of #16AE7D
Black with #16AE7D
Text Example
Text Example
White with #16AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AE7D; }
p { color: rgb(22,174,125); }
H1.HeaderClassName
{
color: #16AE7D;
}
.AnyTagClassName
{
color: #16AE7D;
}
</style>
background-color css
<style>
a { background-color: #16AE7D; }
a { background-color: rgb(22,174,125); }
div.DivClassName
{
background-color: #16AE7D;
}
.BgClassName
{
background-color: #16AE7D;
}
</style>
border-color css
<style>
span { border-color: #16AE7D; }
span { border-color: rgb(22,174,125); }
td.TdClassName
{
border-color: #16AE7D;
}
.TagClassName
{
border-color: #16AE7D;
}
</style>