Shades of Mountain Meadow #16C86E
Tints of Mountain Meadow #16C86E
RGB
CMYK
RGB Variations
Color information
#16C86E (or 0x16C86E) is known color: Mountain Meadow. HEX triplet: 16, C8 and 6E. RGB value is (22,200,110). Sum of RGB (Red+Green+Blue) = 22+200+110=332 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.63% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #16C86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C86E is #E93791. Grayscale: #888888. Windows color (decimal): -15284114 or 7260182. OLE color: 7260182.
HSL color Cylindrical-coordinate representation of color #16C86E: hue angle of 149.66º 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 #16C86E is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 200 | 110 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.22 |
| HSL | 149.66º | 0.8% | 0.44% | - |
| HSV(B) | 149.66º | 0.89% | 0.78% | - |
| XYZ | 23.8 | 42.6 | 21.72 | - |
| YUV | 136.52 | 113.03 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 200 | 110 | 0.89 | 0 | 0.45 | 0.22 | 149.66 | 0.8 | 0.44 |
| Hex | 16 | C8 | 6E | 59 | 0 | 2D | 16 | 96 | 50 | 2C |
| Octal | 26 | 310 | 156 | 131 | 0 | 55 | 26 | 226 | 120 | 54 |
| Binary | 10110 | 11001000 | 1101110 | 1011001 | 0 | 101101 | 10110 | 10010110 | 1010000 | 101100 |
Color Harmonies of #16C86E
Complementary color
Monochromatic Colors of #16C86E
Black with #16C86E
Text Example
Text Example
White with #16C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C86E; }
p { color: rgb(22,200,110); }
H1.HeaderClassName
{
color: #16C86E;
}
.AnyTagClassName
{
color: #16C86E;
}
</style>
background-color css
<style>
a { background-color: #16C86E; }
a { background-color: rgb(22,200,110); }
div.DivClassName
{
background-color: #16C86E;
}
.BgClassName
{
background-color: #16C86E;
}
</style>
border-color css
<style>
span { border-color: #16C86E; }
span { border-color: rgb(22,200,110); }
td.TdClassName
{
border-color: #16C86E;
}
.TagClassName
{
border-color: #16C86E;
}
</style>