Shades of Mountain Meadow #16C487
Tints of Mountain Meadow #16C487
RGB
CMYK
RGB Variations
Color information
#16C487 (or 0x16C487) is known color: Mountain Meadow. HEX triplet: 16, C4 and 87. RGB value is (22,196,135). Sum of RGB (Red+Green+Blue) = 22+196+135=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #16C487 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C487 is #E93B78. Grayscale: #898989. Windows color (decimal): -15285113 or 8897558. OLE color: 8897558.
HSL color Cylindrical-coordinate representation of color #16C487: hue angle of 158.97º 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 #16C487 is Cyan = 0.89, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 196 | 135 | - |
| CMYK | 0.89 | 0 | 0.31 | 0.23 |
| HSL | 158.97º | 0.8% | 0.43% | - |
| HSV(B) | 158.97º | 0.89% | 0.77% | - |
| XYZ | 24.44 | 41.4 | 29.62 | - |
| YUV | 137.02 | 126.85 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 196 | 135 | 0.89 | 0 | 0.31 | 0.23 | 158.97 | 0.8 | 0.43 |
| Hex | 16 | C4 | 87 | 59 | 0 | 1F | 17 | 9F | 50 | 2B |
| Octal | 26 | 304 | 207 | 131 | 0 | 37 | 27 | 237 | 120 | 53 |
| Binary | 10110 | 11000100 | 10000111 | 1011001 | 0 | 11111 | 10111 | 10011111 | 1010000 | 101011 |
Color Harmonies of #16C487
Complementary color
Monochromatic Colors of #16C487
Black with #16C487
Text Example
Text Example
White with #16C487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C487; }
p { color: rgb(22,196,135); }
H1.HeaderClassName
{
color: #16C487;
}
.AnyTagClassName
{
color: #16C487;
}
</style>
background-color css
<style>
a { background-color: #16C487; }
a { background-color: rgb(22,196,135); }
div.DivClassName
{
background-color: #16C487;
}
.BgClassName
{
background-color: #16C487;
}
</style>
border-color css
<style>
span { border-color: #16C487; }
span { border-color: rgb(22,196,135); }
td.TdClassName
{
border-color: #16C487;
}
.TagClassName
{
border-color: #16C487;
}
</style>