Shades of Mountain Meadow #16C486
Tints of Mountain Meadow #16C486
RGB
CMYK
RGB Variations
Color information
#16C486 (or 0x16C486) is known color: Mountain Meadow. HEX triplet: 16, C4 and 86. RGB value is (22,196,134). Sum of RGB (Red+Green+Blue) = 22+196+134=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 196 (76.95% from 255 or 55.68% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 196 - color contains mainly: green. Hex color #16C486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C486 is #E93B79. Grayscale: #888888. Windows color (decimal): -15285114 or 8832022. OLE color: 8832022.
HSL color Cylindrical-coordinate representation of color #16C486: hue angle of 158.62º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C486 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 196 | 134 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.23 |
| HSL | 158.62º | 0.8% | 0.43% | - |
| HSV(B) | 158.62º | 0.89% | 0.77% | - |
| XYZ | 24.37 | 41.37 | 29.26 | - |
| YUV | 136.91 | 126.35 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 196 | 134 | 0.89 | 0 | 0.32 | 0.23 | 158.62 | 0.8 | 0.43 |
| Hex | 16 | C4 | 86 | 59 | 0 | 20 | 17 | 9F | 50 | 2B |
| Octal | 26 | 304 | 206 | 131 | 0 | 40 | 27 | 237 | 120 | 53 |
| Binary | 10110 | 11000100 | 10000110 | 1011001 | 0 | 100000 | 10111 | 10011111 | 1010000 | 101011 |
Color Harmonies of #16C486
Complementary color
Monochromatic Colors of #16C486
Black with #16C486
Text Example
Text Example
White with #16C486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C486; }
p { color: rgb(22,196,134); }
H1.HeaderClassName
{
color: #16C486;
}
.AnyTagClassName
{
color: #16C486;
}
</style>
background-color css
<style>
a { background-color: #16C486; }
a { background-color: rgb(22,196,134); }
div.DivClassName
{
background-color: #16C486;
}
.BgClassName
{
background-color: #16C486;
}
</style>
border-color css
<style>
span { border-color: #16C486; }
span { border-color: rgb(22,196,134); }
td.TdClassName
{
border-color: #16C486;
}
.TagClassName
{
border-color: #16C486;
}
</style>