Shades of Mountain Meadow #16BE7D
Tints of Mountain Meadow #16BE7D
RGB
CMYK
RGB Variations
Color information
#16BE7D (or 0x16BE7D) is known color: Mountain Meadow. HEX triplet: 16, BE and 7D. RGB value is (22,190,125). Sum of RGB (Red+Green+Blue) = 22+190+125=337 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.53% from 337); Green value is 190 (74.61% from 255 or 56.38% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16BE7D is #E94182. Grayscale: #848484. Windows color (decimal): -15286659 or 8240662. OLE color: 8240662.
HSL color Cylindrical-coordinate representation of color #16BE7D: hue angle of 156.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16BE7D is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 190 | 125 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.25 |
| HSL | 156.79º | 0.79% | 0.42% | - |
| HSV(B) | 156.79º | 0.88% | 0.75% | - |
| XYZ | 22.45 | 38.48 | 25.65 | - |
| YUV | 132.36 | 123.84 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 190 | 125 | 0.88 | 0 | 0.34 | 0.25 | 156.79 | 0.79 | 0.42 |
| Hex | 16 | BE | 7D | 58 | 0 | 22 | 19 | 9D | 4F | 2A |
| Octal | 26 | 276 | 175 | 130 | 0 | 42 | 31 | 235 | 117 | 52 |
| Binary | 10110 | 10111110 | 1111101 | 1011000 | 0 | 100010 | 11001 | 10011101 | 1001111 | 101010 |
Color Harmonies of #16BE7D
Complementary color
Monochromatic Colors of #16BE7D
Black with #16BE7D
Text Example
Text Example
White with #16BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BE7D; }
p { color: rgb(22,190,125); }
H1.HeaderClassName
{
color: #16BE7D;
}
.AnyTagClassName
{
color: #16BE7D;
}
</style>
background-color css
<style>
a { background-color: #16BE7D; }
a { background-color: rgb(22,190,125); }
div.DivClassName
{
background-color: #16BE7D;
}
.BgClassName
{
background-color: #16BE7D;
}
</style>
border-color css
<style>
span { border-color: #16BE7D; }
span { border-color: rgb(22,190,125); }
td.TdClassName
{
border-color: #16BE7D;
}
.TagClassName
{
border-color: #16BE7D;
}
</style>