Shades of Mountain Meadow #16D582
Tints of Mountain Meadow #16D582
RGB
CMYK
RGB Variations
Color information
#16D582 (or 0x16D582) is known color: Mountain Meadow. HEX triplet: 16, D5 and 82. RGB value is (22,213,130). Sum of RGB (Red+Green+Blue) = 22+213+130=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #16D582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D582 is #E92A7D. Grayscale: #929292. Windows color (decimal): -15280766 or 8574230. OLE color: 8574230.
HSL color Cylindrical-coordinate representation of color #16D582: hue angle of 153.93º 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 #16D582 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 22 | 213 | 130 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.16 |
| HSL | 153.93º | 0.81% | 0.46% | - |
| HSV(B) | 153.93º | 0.9% | 0.84% | - |
| XYZ | 28.15 | 49.37 | 29.16 | - |
| YUV | 146.43 | 118.72 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 213 | 130 | 0.90 | 0 | 0.39 | 0.16 | 153.93 | 0.81 | 0.46 |
| Hex | 16 | D5 | 82 | 5A | 0 | 27 | 10 | 9A | 51 | 2E |
| Octal | 26 | 325 | 202 | 132 | 0 | 47 | 20 | 232 | 121 | 56 |
| Binary | 10110 | 11010101 | 10000010 | 1011010 | 0 | 100111 | 10000 | 10011010 | 1010001 | 101110 |
Color Harmonies of #16D582
Complementary color
Monochromatic Colors of #16D582
Black with #16D582
Text Example
Text Example
White with #16D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D582; }
p { color: rgb(22,213,130); }
H1.HeaderClassName
{
color: #16D582;
}
.AnyTagClassName
{
color: #16D582;
}
</style>
background-color css
<style>
a { background-color: #16D582; }
a { background-color: rgb(22,213,130); }
div.DivClassName
{
background-color: #16D582;
}
.BgClassName
{
background-color: #16D582;
}
</style>
border-color css
<style>
span { border-color: #16D582; }
span { border-color: rgb(22,213,130); }
td.TdClassName
{
border-color: #16D582;
}
.TagClassName
{
border-color: #16D582;
}
</style>