Shades of Mountain Meadow #16C880
Tints of Mountain Meadow #16C880
RGB
CMYK
RGB Variations
Color information
#16C880 (or 0x16C880) is known color: Mountain Meadow. HEX triplet: 16, C8 and 80. RGB value is (22,200,128). Sum of RGB (Red+Green+Blue) = 22+200+128=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #16C880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C880 is #E9377F. Grayscale: #8A8A8A. Windows color (decimal): -15284096 or 8439830. OLE color: 8439830.
HSL color Cylindrical-coordinate representation of color #16C880: hue angle of 155.73º 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 #16C880 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 128 | - |
| CMYK | 0.89 | 0 | 0.36 | 0.22 |
| HSL | 155.73º | 0.8% | 0.44% | - |
| HSV(B) | 155.73º | 0.89% | 0.78% | - |
| XYZ | 24.88 | 43.04 | 27.42 | - |
| YUV | 138.57 | 122.03 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 128 | 0.89 | 0 | 0.36 | 0.22 | 155.73 | 0.8 | 0.44 |
| Hex | 16 | C8 | 80 | 59 | 0 | 24 | 16 | 9C | 50 | 2C |
| Octal | 26 | 310 | 200 | 131 | 0 | 44 | 26 | 234 | 120 | 54 |
| Binary | 10110 | 11001000 | 10000000 | 1011001 | 0 | 100100 | 10110 | 10011100 | 1010000 | 101100 |
Color Harmonies of #16C880
Complementary color
Monochromatic Colors of #16C880
Black with #16C880
Text Example
Text Example
White with #16C880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C880; }
p { color: rgb(22,200,128); }
H1.HeaderClassName
{
color: #16C880;
}
.AnyTagClassName
{
color: #16C880;
}
</style>
background-color css
<style>
a { background-color: #16C880; }
a { background-color: rgb(22,200,128); }
div.DivClassName
{
background-color: #16C880;
}
.BgClassName
{
background-color: #16C880;
}
</style>
border-color css
<style>
span { border-color: #16C880; }
span { border-color: rgb(22,200,128); }
td.TdClassName
{
border-color: #16C880;
}
.TagClassName
{
border-color: #16C880;
}
</style>