Shades of Mountain Meadow #16C58D
Tints of Mountain Meadow #16C58D
RGB
CMYK
RGB Variations
Color information
#16C58D (or 0x16C58D) is known color: Mountain Meadow. HEX triplet: 16, C5 and 8D. RGB value is (22,197,141). Sum of RGB (Red+Green+Blue) = 22+197+141=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #16C58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C58D is #E93A72. Grayscale: #8A8A8A. Windows color (decimal): -15284851 or 9291030. OLE color: 9291030.
HSL color Cylindrical-coordinate representation of color #16C58D: hue angle of 160.8º 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 #16C58D is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 197 | 141 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.23 |
| HSL | 160.8º | 0.8% | 0.43% | - |
| HSV(B) | 160.8º | 0.89% | 0.77% | - |
| XYZ | 25.1 | 42.03 | 31.99 | - |
| YUV | 138.29 | 129.52 | 45.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 141 | 0.89 | 0 | 0.28 | 0.23 | 160.8 | 0.8 | 0.43 |
| Hex | 16 | C5 | 8D | 59 | 0 | 1C | 17 | A1 | 50 | 2B |
| Octal | 26 | 305 | 215 | 131 | 0 | 34 | 27 | 241 | 120 | 53 |
| Binary | 10110 | 11000101 | 10001101 | 1011001 | 0 | 11100 | 10111 | 10100001 | 1010000 | 101011 |
Color Harmonies of #16C58D
Complementary color
Monochromatic Colors of #16C58D
Black with #16C58D
Text Example
Text Example
White with #16C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C58D; }
p { color: rgb(22,197,141); }
H1.HeaderClassName
{
color: #16C58D;
}
.AnyTagClassName
{
color: #16C58D;
}
</style>
background-color css
<style>
a { background-color: #16C58D; }
a { background-color: rgb(22,197,141); }
div.DivClassName
{
background-color: #16C58D;
}
.BgClassName
{
background-color: #16C58D;
}
</style>
border-color css
<style>
span { border-color: #16C58D; }
span { border-color: rgb(22,197,141); }
td.TdClassName
{
border-color: #16C58D;
}
.TagClassName
{
border-color: #16C58D;
}
</style>