Shades of Mountain Meadow #16D483
Tints of Mountain Meadow #16D483
RGB
CMYK
RGB Variations
Color information
#16D483 (or 0x16D483) is known color: Mountain Meadow. HEX triplet: 16, D4 and 83. RGB value is (22,212,131). Sum of RGB (Red+Green+Blue) = 22+212+131=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #16D483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D483 is #E92B7C. Grayscale: #929292. Windows color (decimal): -15281021 or 8639510. OLE color: 8639510.
HSL color Cylindrical-coordinate representation of color #16D483: hue angle of 154.42º 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 #16D483 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 22 | 212 | 131 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.17 |
| HSL | 154.42º | 0.81% | 0.46% | - |
| HSV(B) | 154.42º | 0.9% | 0.83% | - |
| XYZ | 27.97 | 48.9 | 29.44 | - |
| YUV | 145.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 212 | 131 | 0.90 | 0 | 0.38 | 0.17 | 154.42 | 0.81 | 0.46 |
| Hex | 16 | D4 | 83 | 5A | 0 | 26 | 11 | 9A | 51 | 2E |
| Octal | 26 | 324 | 203 | 132 | 0 | 46 | 21 | 232 | 121 | 56 |
| Binary | 10110 | 11010100 | 10000011 | 1011010 | 0 | 100110 | 10001 | 10011010 | 1010001 | 101110 |
Color Harmonies of #16D483
Complementary color
Monochromatic Colors of #16D483
Black with #16D483
Text Example
Text Example
White with #16D483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16D483; }
p { color: rgb(22,212,131); }
H1.HeaderClassName
{
color: #16D483;
}
.AnyTagClassName
{
color: #16D483;
}
</style>
background-color css
<style>
a { background-color: #16D483; }
a { background-color: rgb(22,212,131); }
div.DivClassName
{
background-color: #16D483;
}
.BgClassName
{
background-color: #16D483;
}
</style>
border-color css
<style>
span { border-color: #16D483; }
span { border-color: rgb(22,212,131); }
td.TdClassName
{
border-color: #16D483;
}
.TagClassName
{
border-color: #16D483;
}
</style>