Shades of Mountain Meadow #16AC84
Tints of Mountain Meadow #16AC84
RGB
CMYK
RGB Variations
Color information
#16AC84 (or 0x16AC84) is known color: Mountain Meadow. HEX triplet: 16, AC and 84. RGB value is (22,172,132). Sum of RGB (Red+Green+Blue) = 22+172+132=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AC84 is #E9537B. Grayscale: #7A7A7A. Windows color (decimal): -15291260 or 8694806. OLE color: 8694806.
HSL color Cylindrical-coordinate representation of color #16AC84: hue angle of 164º 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 #16AC84 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 172 | 132 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.33 |
| HSL | 164º | 0.77% | 0.38% | - |
| HSV(B) | 164º | 0.87% | 0.67% | - |
| XYZ | 19.25 | 31.34 | 26.86 | - |
| YUV | 122.59 | 133.31 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 132 | 0.87 | 0 | 0.23 | 0.33 | 164 | 0.77 | 0.38 |
| Hex | 16 | AC | 84 | 57 | 0 | 17 | 21 | A4 | 4D | 26 |
| Octal | 26 | 254 | 204 | 127 | 0 | 27 | 41 | 244 | 115 | 46 |
| Binary | 10110 | 10101100 | 10000100 | 1010111 | 0 | 10111 | 100001 | 10100100 | 1001101 | 100110 |
Color Harmonies of #16AC84
Complementary color
Monochromatic Colors of #16AC84
Black with #16AC84
Text Example
Text Example
White with #16AC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AC84; }
p { color: rgb(22,172,132); }
H1.HeaderClassName
{
color: #16AC84;
}
.AnyTagClassName
{
color: #16AC84;
}
</style>
background-color css
<style>
a { background-color: #16AC84; }
a { background-color: rgb(22,172,132); }
div.DivClassName
{
background-color: #16AC84;
}
.BgClassName
{
background-color: #16AC84;
}
</style>
border-color css
<style>
span { border-color: #16AC84; }
span { border-color: rgb(22,172,132); }
td.TdClassName
{
border-color: #16AC84;
}
.TagClassName
{
border-color: #16AC84;
}
</style>