Shades of Mountain Meadow #16C071
Tints of Mountain Meadow #16C071
RGB
CMYK
RGB Variations
Color information
#16C071 (or 0x16C071) is known color: Mountain Meadow. HEX triplet: 16, C0 and 71. RGB value is (22,192,113). Sum of RGB (Red+Green+Blue) = 22+192+113=327 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.73% from 327); Green value is 192 (75.39% from 255 or 58.72% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 192 - color contains mainly: green. Hex color #16C071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C071 is #E93F8E. Grayscale: #848484. Windows color (decimal): -15286159 or 7454742. OLE color: 7454742.
HSL color Cylindrical-coordinate representation of color #16C071: hue angle of 152.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C071 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 113 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.25 |
| HSL | 152.12º | 0.79% | 0.42% | - |
| HSV(B) | 152.12º | 0.89% | 0.75% | - |
| XYZ | 22.16 | 39.06 | 21.99 | - |
| YUV | 132.16 | 117.18 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 113 | 0.89 | 0 | 0.41 | 0.25 | 152.12 | 0.79 | 0.42 |
| Hex | 16 | C0 | 71 | 59 | 0 | 29 | 19 | 98 | 4F | 2A |
| Octal | 26 | 300 | 161 | 131 | 0 | 51 | 31 | 230 | 117 | 52 |
| Binary | 10110 | 11000000 | 1110001 | 1011001 | 0 | 101001 | 11001 | 10011000 | 1001111 | 101010 |
Color Harmonies of #16C071
Complementary color
Monochromatic Colors of #16C071
Black with #16C071
Text Example
Text Example
White with #16C071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C071; }
p { color: rgb(22,192,113); }
H1.HeaderClassName
{
color: #16C071;
}
.AnyTagClassName
{
color: #16C071;
}
</style>
background-color css
<style>
a { background-color: #16C071; }
a { background-color: rgb(22,192,113); }
div.DivClassName
{
background-color: #16C071;
}
.BgClassName
{
background-color: #16C071;
}
</style>
border-color css
<style>
span { border-color: #16C071; }
span { border-color: rgb(22,192,113); }
td.TdClassName
{
border-color: #16C071;
}
.TagClassName
{
border-color: #16C071;
}
</style>