Shades of Mountain Meadow #16A289
Tints of Mountain Meadow #16A289
RGB
CMYK
RGB Variations
Color information
#16A289 (or 0x16A289) is known color: Mountain Meadow. HEX triplet: 16, A2 and 89. RGB value is (22,162,137). Sum of RGB (Red+Green+Blue) = 22+162+137=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #16A289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A289 is #E95D76. Grayscale: #757575. Windows color (decimal): -15293815 or 9019926. OLE color: 9019926.
HSL color Cylindrical-coordinate representation of color #16A289: hue angle of 169.29º 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 #16A289 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 162 | 137 | - |
| CMYK | 0.86 | 0 | 0.15 | 0.36 |
| HSL | 169.29º | 0.76% | 0.36% | - |
| HSV(B) | 169.29º | 0.86% | 0.64% | - |
| XYZ | 17.77 | 27.82 | 28.1 | - |
| YUV | 117.29 | 139.12 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 162 | 137 | 0.86 | 0 | 0.15 | 0.36 | 169.29 | 0.76 | 0.36 |
| Hex | 16 | A2 | 89 | 56 | 0 | F | 24 | A9 | 4C | 24 |
| Octal | 26 | 242 | 211 | 126 | 0 | 17 | 44 | 251 | 114 | 44 |
| Binary | 10110 | 10100010 | 10001001 | 1010110 | 0 | 1111 | 100100 | 10101001 | 1001100 | 100100 |
Color Harmonies of #16A289
Complementary color
Monochromatic Colors of #16A289
Black with #16A289
Text Example
Text Example
White with #16A289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A289; }
p { color: rgb(22,162,137); }
H1.HeaderClassName
{
color: #16A289;
}
.AnyTagClassName
{
color: #16A289;
}
</style>
background-color css
<style>
a { background-color: #16A289; }
a { background-color: rgb(22,162,137); }
div.DivClassName
{
background-color: #16A289;
}
.BgClassName
{
background-color: #16A289;
}
</style>
border-color css
<style>
span { border-color: #16A289; }
span { border-color: rgb(22,162,137); }
td.TdClassName
{
border-color: #16A289;
}
.TagClassName
{
border-color: #16A289;
}
</style>