Shades of Mountain Meadow #16D47C
Tints of Mountain Meadow #16D47C
RGB
CMYK
RGB Variations
Color information
#16D47C (or 0x16D47C) is known color: Mountain Meadow. HEX triplet: 16, D4 and 7C. RGB value is (22,212,124). Sum of RGB (Red+Green+Blue) = 22+212+124=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 212 (83.20% from 255 or 59.22% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 212 - color contains mainly: green. Hex color #16D47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D47C is #E92B83. Grayscale: #919191. Windows color (decimal): -15281028 or 8180758. OLE color: 8180758.
HSL color Cylindrical-coordinate representation of color #16D47C: hue angle of 152.21º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D47C is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 212 | 124 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.17 |
| HSL | 152.21º | 0.81% | 0.46% | - |
| HSV(B) | 152.21º | 0.9% | 0.83% | - |
| XYZ | 27.51 | 48.71 | 27.02 | - |
| YUV | 145.16 | 116.05 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 212 | 124 | 0.90 | 0 | 0.42 | 0.17 | 152.21 | 0.81 | 0.46 |
| Hex | 16 | D4 | 7C | 5A | 0 | 2A | 11 | 98 | 51 | 2E |
| Octal | 26 | 324 | 174 | 132 | 0 | 52 | 21 | 230 | 121 | 56 |
| Binary | 10110 | 11010100 | 1111100 | 1011010 | 0 | 101010 | 10001 | 10011000 | 1010001 | 101110 |
Color Harmonies of #16D47C
Complementary color
Monochromatic Colors of #16D47C
Black with #16D47C
Text Example
Text Example
White with #16D47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D47C; }
p { color: rgb(22,212,124); }
H1.HeaderClassName
{
color: #16D47C;
}
.AnyTagClassName
{
color: #16D47C;
}
</style>
background-color css
<style>
a { background-color: #16D47C; }
a { background-color: rgb(22,212,124); }
div.DivClassName
{
background-color: #16D47C;
}
.BgClassName
{
background-color: #16D47C;
}
</style>
border-color css
<style>
span { border-color: #16D47C; }
span { border-color: rgb(22,212,124); }
td.TdClassName
{
border-color: #16D47C;
}
.TagClassName
{
border-color: #16D47C;
}
</style>