Shades of Mountain Meadow #16C68C
Tints of Mountain Meadow #16C68C
RGB
CMYK
RGB Variations
Color information
#16C68C (or 0x16C68C) is known color: Mountain Meadow. HEX triplet: 16, C6 and 8C. RGB value is (22,198,140). Sum of RGB (Red+Green+Blue) = 22+198+140=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 198 (77.73% from 255 or 55% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 198 - color contains mainly: green. Hex color #16C68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C68C is #E93973. Grayscale: #8A8A8A. Windows color (decimal): -15284596 or 9225750. OLE color: 9225750.
HSL color Cylindrical-coordinate representation of color #16C68C: hue angle of 160.23º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C68C is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 22 | 198 | 140 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.22 |
| HSL | 160.23º | 0.8% | 0.43% | - |
| HSV(B) | 160.23º | 0.89% | 0.78% | - |
| XYZ | 25.26 | 42.45 | 31.67 | - |
| YUV | 138.76 | 128.69 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 198 | 140 | 0.89 | 0 | 0.29 | 0.22 | 160.23 | 0.8 | 0.43 |
| Hex | 16 | C6 | 8C | 59 | 0 | 1D | 16 | A0 | 50 | 2B |
| Octal | 26 | 306 | 214 | 131 | 0 | 35 | 26 | 240 | 120 | 53 |
| Binary | 10110 | 11000110 | 10001100 | 1011001 | 0 | 11101 | 10110 | 10100000 | 1010000 | 101011 |
Color Harmonies of #16C68C
Complementary color
Monochromatic Colors of #16C68C
Black with #16C68C
Text Example
Text Example
White with #16C68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C68C; }
p { color: rgb(22,198,140); }
H1.HeaderClassName
{
color: #16C68C;
}
.AnyTagClassName
{
color: #16C68C;
}
</style>
background-color css
<style>
a { background-color: #16C68C; }
a { background-color: rgb(22,198,140); }
div.DivClassName
{
background-color: #16C68C;
}
.BgClassName
{
background-color: #16C68C;
}
</style>
border-color css
<style>
span { border-color: #16C68C; }
span { border-color: rgb(22,198,140); }
td.TdClassName
{
border-color: #16C68C;
}
.TagClassName
{
border-color: #16C68C;
}
</style>