Shades of Mountain Meadow #16D87D
Tints of Mountain Meadow #16D87D
RGB
CMYK
RGB Variations
Color information
#16D87D (or 0x16D87D) is known color: Mountain Meadow. HEX triplet: 16, D8 and 7D. RGB value is (22,216,125). Sum of RGB (Red+Green+Blue) = 22+216+125=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #16D87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D87D is #E92782. Grayscale: #939393. Windows color (decimal): -15280003 or 8247318. OLE color: 8247318.
HSL color Cylindrical-coordinate representation of color #16D87D: hue angle of 151.86º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D87D is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 216 | 125 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.15 |
| HSL | 151.86º | 0.82% | 0.47% | - |
| HSV(B) | 151.86º | 0.9% | 0.85% | - |
| XYZ | 28.59 | 50.76 | 27.69 | - |
| YUV | 147.62 | 115.23 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 216 | 125 | 0.90 | 0 | 0.42 | 0.15 | 151.86 | 0.82 | 0.47 |
| Hex | 16 | D8 | 7D | 5A | 0 | 2A | F | 98 | 52 | 2F |
| Octal | 26 | 330 | 175 | 132 | 0 | 52 | 17 | 230 | 122 | 57 |
| Binary | 10110 | 11011000 | 1111101 | 1011010 | 0 | 101010 | 1111 | 10011000 | 1010010 | 101111 |
Color Harmonies of #16D87D
Complementary color
Monochromatic Colors of #16D87D
Black with #16D87D
Text Example
Text Example
White with #16D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D87D; }
p { color: rgb(22,216,125); }
H1.HeaderClassName
{
color: #16D87D;
}
.AnyTagClassName
{
color: #16D87D;
}
</style>
background-color css
<style>
a { background-color: #16D87D; }
a { background-color: rgb(22,216,125); }
div.DivClassName
{
background-color: #16D87D;
}
.BgClassName
{
background-color: #16D87D;
}
</style>
border-color css
<style>
span { border-color: #16D87D; }
span { border-color: rgb(22,216,125); }
td.TdClassName
{
border-color: #16D87D;
}
.TagClassName
{
border-color: #16D87D;
}
</style>