Shades of Mountain Meadow #16C57A
Tints of Mountain Meadow #16C57A
RGB
CMYK
RGB Variations
Color information
#16C57A (or 0x16C57A) is known color: Mountain Meadow. HEX triplet: 16, C5 and 7A. RGB value is (22,197,122). Sum of RGB (Red+Green+Blue) = 22+197+122=341 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.45% from 341); Green value is 197 (77.34% from 255 or 57.77% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 197 - color contains mainly: green. Hex color #16C57A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C57A is #E93A85. Grayscale: #888888. Windows color (decimal): -15284870 or 8045846. OLE color: 8045846.
HSL color Cylindrical-coordinate representation of color #16C57A: hue angle of 154.29º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C57A is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 197 | 122 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.23 |
| HSL | 154.29º | 0.8% | 0.43% | - |
| HSV(B) | 154.29º | 0.89% | 0.77% | - |
| XYZ | 23.81 | 41.51 | 25.17 | - |
| YUV | 136.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 197 | 122 | 0.89 | 0 | 0.38 | 0.23 | 154.29 | 0.8 | 0.43 |
| Hex | 16 | C5 | 7A | 59 | 0 | 26 | 17 | 9A | 50 | 2B |
| Octal | 26 | 305 | 172 | 131 | 0 | 46 | 27 | 232 | 120 | 53 |
| Binary | 10110 | 11000101 | 1111010 | 1011001 | 0 | 100110 | 10111 | 10011010 | 1010000 | 101011 |
Color Harmonies of #16C57A
Complementary color
Monochromatic Colors of #16C57A
Black with #16C57A
Text Example
Text Example
White with #16C57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C57A; }
p { color: rgb(22,197,122); }
H1.HeaderClassName
{
color: #16C57A;
}
.AnyTagClassName
{
color: #16C57A;
}
</style>
background-color css
<style>
a { background-color: #16C57A; }
a { background-color: rgb(22,197,122); }
div.DivClassName
{
background-color: #16C57A;
}
.BgClassName
{
background-color: #16C57A;
}
</style>
border-color css
<style>
span { border-color: #16C57A; }
span { border-color: rgb(22,197,122); }
td.TdClassName
{
border-color: #16C57A;
}
.TagClassName
{
border-color: #16C57A;
}
</style>