Shades of Mountain Meadow #16AC7E
Tints of Mountain Meadow #16AC7E
RGB
CMYK
RGB Variations
Color information
#16AC7E (or 0x16AC7E) is known color: Mountain Meadow. HEX triplet: 16, AC and 7E. RGB value is (22,172,126). Sum of RGB (Red+Green+Blue) = 22+172+126=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AC7E is #E95381. Grayscale: #797979. Windows color (decimal): -15291266 or 8301590. OLE color: 8301590.
HSL color Cylindrical-coordinate representation of color #16AC7E: hue angle of 161.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AC7E is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 172 | 126 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.33 |
| HSL | 161.6º | 0.77% | 0.38% | - |
| HSV(B) | 161.6º | 0.87% | 0.67% | - |
| XYZ | 18.85 | 31.18 | 24.76 | - |
| YUV | 121.91 | 130.31 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 126 | 0.87 | 0 | 0.27 | 0.33 | 161.6 | 0.77 | 0.38 |
| Hex | 16 | AC | 7E | 57 | 0 | 1B | 21 | A2 | 4D | 26 |
| Octal | 26 | 254 | 176 | 127 | 0 | 33 | 41 | 242 | 115 | 46 |
| Binary | 10110 | 10101100 | 1111110 | 1010111 | 0 | 11011 | 100001 | 10100010 | 1001101 | 100110 |
Color Harmonies of #16AC7E
Complementary color
Monochromatic Colors of #16AC7E
Black with #16AC7E
Text Example
Text Example
White with #16AC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AC7E; }
p { color: rgb(22,172,126); }
H1.HeaderClassName
{
color: #16AC7E;
}
.AnyTagClassName
{
color: #16AC7E;
}
</style>
background-color css
<style>
a { background-color: #16AC7E; }
a { background-color: rgb(22,172,126); }
div.DivClassName
{
background-color: #16AC7E;
}
.BgClassName
{
background-color: #16AC7E;
}
</style>
border-color css
<style>
span { border-color: #16AC7E; }
span { border-color: rgb(22,172,126); }
td.TdClassName
{
border-color: #16AC7E;
}
.TagClassName
{
border-color: #16AC7E;
}
</style>