Shades of Mountain Meadow #16D57C
Tints of Mountain Meadow #16D57C
RGB
CMYK
RGB Variations
Color information
#16D57C (or 0x16D57C) is known color: Mountain Meadow. HEX triplet: 16, D5 and 7C. RGB value is (22,213,124). Sum of RGB (Red+Green+Blue) = 22+213+124=359 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.13% from 359); Green value is 213 (83.59% from 255 or 59.33% from 359); Blue value is 124 (48.83% from 255 or 34.54% from 359); Max value from RGB is 213 - color contains mainly: green. Hex color #16D57C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D57C is #E92A83. Grayscale: #919191. Windows color (decimal): -15280772 or 8181014. OLE color: 8181014.
HSL color Cylindrical-coordinate representation of color #16D57C: hue angle of 152.04º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D57C is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 124 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.16 |
| HSL | 152.04º | 0.81% | 0.46% | - |
| HSV(B) | 152.04º | 0.9% | 0.84% | - |
| XYZ | 27.76 | 49.21 | 27.1 | - |
| YUV | 145.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 124 | 0.90 | 0 | 0.42 | 0.16 | 152.04 | 0.81 | 0.46 |
| Hex | 16 | D5 | 7C | 5A | 0 | 2A | 10 | 98 | 51 | 2E |
| Octal | 26 | 325 | 174 | 132 | 0 | 52 | 20 | 230 | 121 | 56 |
| Binary | 10110 | 11010101 | 1111100 | 1011010 | 0 | 101010 | 10000 | 10011000 | 1010001 | 101110 |
Color Harmonies of #16D57C
Complementary color
Monochromatic Colors of #16D57C
Black with #16D57C
Text Example
Text Example
White with #16D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D57C; }
p { color: rgb(22,213,124); }
H1.HeaderClassName
{
color: #16D57C;
}
.AnyTagClassName
{
color: #16D57C;
}
</style>
background-color css
<style>
a { background-color: #16D57C; }
a { background-color: rgb(22,213,124); }
div.DivClassName
{
background-color: #16D57C;
}
.BgClassName
{
background-color: #16D57C;
}
</style>
border-color css
<style>
span { border-color: #16D57C; }
span { border-color: rgb(22,213,124); }
td.TdClassName
{
border-color: #16D57C;
}
.TagClassName
{
border-color: #16D57C;
}
</style>