Shades of Mountain Meadow #16BA7C
Tints of Mountain Meadow #16BA7C
RGB
CMYK
RGB Variations
Color information
#16BA7C (or 0x16BA7C) is known color: Mountain Meadow. HEX triplet: 16, BA and 7C. RGB value is (22,186,124). Sum of RGB (Red+Green+Blue) = 22+186+124=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BA7C is #E94583. Grayscale: #818181. Windows color (decimal): -15287684 or 8174102. OLE color: 8174102.
HSL color Cylindrical-coordinate representation of color #16BA7C: hue angle of 157.32º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BA7C is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 186 | 124 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.27 |
| HSL | 157.32º | 0.79% | 0.41% | - |
| HSV(B) | 157.32º | 0.88% | 0.73% | - |
| XYZ | 21.53 | 36.74 | 25.03 | - |
| YUV | 129.9 | 124.67 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 186 | 124 | 0.88 | 0 | 0.33 | 0.27 | 157.32 | 0.79 | 0.41 |
| Hex | 16 | BA | 7C | 58 | 0 | 21 | 1B | 9D | 4F | 29 |
| Octal | 26 | 272 | 174 | 130 | 0 | 41 | 33 | 235 | 117 | 51 |
| Binary | 10110 | 10111010 | 1111100 | 1011000 | 0 | 100001 | 11011 | 10011101 | 1001111 | 101001 |
Color Harmonies of #16BA7C
Complementary color
Monochromatic Colors of #16BA7C
Black with #16BA7C
Text Example
Text Example
White with #16BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BA7C; }
p { color: rgb(22,186,124); }
H1.HeaderClassName
{
color: #16BA7C;
}
.AnyTagClassName
{
color: #16BA7C;
}
</style>
background-color css
<style>
a { background-color: #16BA7C; }
a { background-color: rgb(22,186,124); }
div.DivClassName
{
background-color: #16BA7C;
}
.BgClassName
{
background-color: #16BA7C;
}
</style>
border-color css
<style>
span { border-color: #16BA7C; }
span { border-color: rgb(22,186,124); }
td.TdClassName
{
border-color: #16BA7C;
}
.TagClassName
{
border-color: #16BA7C;
}
</style>