Shades of Mountain Meadow #16B471
Tints of Mountain Meadow #16B471
RGB
CMYK
RGB Variations
Color information
#16B471 (or 0x16B471) is known color: Mountain Meadow. HEX triplet: 16, B4 and 71. RGB value is (22,180,113). Sum of RGB (Red+Green+Blue) = 22+180+113=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #16B471 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B471 is #E94B8E. Grayscale: #7D7D7D. Windows color (decimal): -15289231 or 7451670. OLE color: 7451670.
HSL color Cylindrical-coordinate representation of color #16B471: hue angle of 154.56º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B471 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 180 | 113 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.29 |
| HSL | 154.56º | 0.78% | 0.4% | - |
| HSV(B) | 154.56º | 0.88% | 0.71% | - |
| XYZ | 19.63 | 34.01 | 21.15 | - |
| YUV | 125.12 | 121.15 | 54.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 180 | 113 | 0.88 | 0 | 0.37 | 0.29 | 154.56 | 0.78 | 0.4 |
| Hex | 16 | B4 | 71 | 58 | 0 | 25 | 1D | 9B | 4E | 28 |
| Octal | 26 | 264 | 161 | 130 | 0 | 45 | 35 | 233 | 116 | 50 |
| Binary | 10110 | 10110100 | 1110001 | 1011000 | 0 | 100101 | 11101 | 10011011 | 1001110 | 101000 |
Color Harmonies of #16B471
Complementary color
Monochromatic Colors of #16B471
Black with #16B471
Text Example
Text Example
White with #16B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B471; }
p { color: rgb(22,180,113); }
H1.HeaderClassName
{
color: #16B471;
}
.AnyTagClassName
{
color: #16B471;
}
</style>
background-color css
<style>
a { background-color: #16B471; }
a { background-color: rgb(22,180,113); }
div.DivClassName
{
background-color: #16B471;
}
.BgClassName
{
background-color: #16B471;
}
</style>
border-color css
<style>
span { border-color: #16B471; }
span { border-color: rgb(22,180,113); }
td.TdClassName
{
border-color: #16B471;
}
.TagClassName
{
border-color: #16B471;
}
</style>