Shades of Mountain Meadow #16D376
Tints of Mountain Meadow #16D376
RGB
CMYK
RGB Variations
Color information
#16D376 (or 0x16D376) is known color: Mountain Meadow. HEX triplet: 16, D3 and 76. RGB value is (22,211,118). Sum of RGB (Red+Green+Blue) = 22+211+118=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 211 (82.81% from 255 or 60.11% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 211 - color contains mainly: green. Hex color #16D376 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16D376 is #E92C89. Grayscale: #909090. Windows color (decimal): -15281290 or 7787286. OLE color: 7787286.
HSL color Cylindrical-coordinate representation of color #16D376: hue angle of 150.48º 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 #16D376 is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 211 | 118 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.17 |
| HSL | 150.48º | 0.81% | 0.46% | - |
| HSV(B) | 150.48º | 0.9% | 0.83% | - |
| XYZ | 26.9 | 48.07 | 25 | - |
| YUV | 143.89 | 113.38 | 41.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 211 | 118 | 0.90 | 0 | 0.44 | 0.17 | 150.48 | 0.81 | 0.46 |
| Hex | 16 | D3 | 76 | 5A | 0 | 2C | 11 | 96 | 51 | 2E |
| Octal | 26 | 323 | 166 | 132 | 0 | 54 | 21 | 226 | 121 | 56 |
| Binary | 10110 | 11010011 | 1110110 | 1011010 | 0 | 101100 | 10001 | 10010110 | 1010001 | 101110 |
Color Harmonies of #16D376
Complementary color
Monochromatic Colors of #16D376
Black with #16D376
Text Example
Text Example
White with #16D376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D376; }
p { color: rgb(22,211,118); }
H1.HeaderClassName
{
color: #16D376;
}
.AnyTagClassName
{
color: #16D376;
}
</style>
background-color css
<style>
a { background-color: #16D376; }
a { background-color: rgb(22,211,118); }
div.DivClassName
{
background-color: #16D376;
}
.BgClassName
{
background-color: #16D376;
}
</style>
border-color css
<style>
span { border-color: #16D376; }
span { border-color: rgb(22,211,118); }
td.TdClassName
{
border-color: #16D376;
}
.TagClassName
{
border-color: #16D376;
}
</style>