Shades of Mountain Meadow #16C890
Tints of Mountain Meadow #16C890
RGB
CMYK
RGB Variations
Color information
#16C890 (or 0x16C890) is known color: Mountain Meadow. HEX triplet: 16, C8 and 90. RGB value is (22,200,144). Sum of RGB (Red+Green+Blue) = 22+200+144=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 200 (78.52% from 255 or 54.64% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 200 - color contains mainly: green. Hex color #16C890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C890 is #E9376F. Grayscale: #8C8C8C. Windows color (decimal): -15284080 or 9488406. OLE color: 9488406.
HSL color Cylindrical-coordinate representation of color #16C890: hue angle of 161.12º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C890 is Cyan = 0.89, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 144 | - |
| CMYK | 0.89 | 0 | 0.28 | 0.22 |
| HSL | 161.12º | 0.8% | 0.44% | - |
| HSV(B) | 161.12º | 0.89% | 0.78% | - |
| XYZ | 26.02 | 43.49 | 33.41 | - |
| YUV | 140.39 | 130.03 | 43.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 144 | 0.89 | 0 | 0.28 | 0.22 | 161.12 | 0.8 | 0.44 |
| Hex | 16 | C8 | 90 | 59 | 0 | 1C | 16 | A1 | 50 | 2C |
| Octal | 26 | 310 | 220 | 131 | 0 | 34 | 26 | 241 | 120 | 54 |
| Binary | 10110 | 11001000 | 10010000 | 1011001 | 0 | 11100 | 10110 | 10100001 | 1010000 | 101100 |
Color Harmonies of #16C890
Complementary color
Monochromatic Colors of #16C890
Black with #16C890
Text Example
Text Example
White with #16C890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C890; }
p { color: rgb(22,200,144); }
H1.HeaderClassName
{
color: #16C890;
}
.AnyTagClassName
{
color: #16C890;
}
</style>
background-color css
<style>
a { background-color: #16C890; }
a { background-color: rgb(22,200,144); }
div.DivClassName
{
background-color: #16C890;
}
.BgClassName
{
background-color: #16C890;
}
</style>
border-color css
<style>
span { border-color: #16C890; }
span { border-color: rgb(22,200,144); }
td.TdClassName
{
border-color: #16C890;
}
.TagClassName
{
border-color: #16C890;
}
</style>