Shades of Mountain Meadow #16A279
Tints of Mountain Meadow #16A279
RGB
CMYK
RGB Variations
Color information
#16A279 (or 0x16A279) is known color: Mountain Meadow. HEX triplet: 16, A2 and 79. RGB value is (22,162,121). Sum of RGB (Red+Green+Blue) = 22+162+121=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #16A279 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A279 is #E95D86. Grayscale: #737373. Windows color (decimal): -15293831 or 7971350. OLE color: 7971350.
HSL color Cylindrical-coordinate representation of color #16A279: hue angle of 162.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #16A279 is Cyan = 0.86, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 121 | - |
| CMYK | 0.86 | 0 | 0.25 | 0.36 |
| HSL | 162.43º | 0.76% | 0.36% | - |
| HSV(B) | 162.43º | 0.86% | 0.64% | - |
| XYZ | 16.7 | 27.39 | 22.5 | - |
| YUV | 115.47 | 131.12 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 121 | 0.86 | 0 | 0.25 | 0.36 | 162.43 | 0.76 | 0.36 |
| Hex | 16 | A2 | 79 | 56 | 0 | 19 | 24 | A2 | 4C | 24 |
| Octal | 26 | 242 | 171 | 126 | 0 | 31 | 44 | 242 | 114 | 44 |
| Binary | 10110 | 10100010 | 1111001 | 1010110 | 0 | 11001 | 100100 | 10100010 | 1001100 | 100100 |
Color Harmonies of #16A279
Complementary color
Monochromatic Colors of #16A279
Black with #16A279
Text Example
Text Example
White with #16A279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A279; }
p { color: rgb(22,162,121); }
H1.HeaderClassName
{
color: #16A279;
}
.AnyTagClassName
{
color: #16A279;
}
</style>
background-color css
<style>
a { background-color: #16A279; }
a { background-color: rgb(22,162,121); }
div.DivClassName
{
background-color: #16A279;
}
.BgClassName
{
background-color: #16A279;
}
</style>
border-color css
<style>
span { border-color: #16A279; }
span { border-color: rgb(22,162,121); }
td.TdClassName
{
border-color: #16A279;
}
.TagClassName
{
border-color: #16A279;
}
</style>