Shades of Mountain Meadow #16B770
Tints of Mountain Meadow #16B770
RGB
CMYK
RGB Variations
Color information
#16B770 (or 0x16B770) is known color: Mountain Meadow. HEX triplet: 16, B7 and 70. RGB value is (22,183,112). Sum of RGB (Red+Green+Blue) = 22+183+112=317 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.94% from 317); Green value is 183 (71.88% from 255 or 57.73% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 183 - color contains mainly: green. Hex color #16B770 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B770 is #E9488F. Grayscale: #7E7E7E. Windows color (decimal): -15288464 or 7386902. OLE color: 7386902.
HSL color Cylindrical-coordinate representation of color #16B770: hue angle of 153.54º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B770 is Cyan = 0.88, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 112 | - |
| CMYK | 0.88 | 0 | 0.39 | 0.28 |
| HSL | 153.54º | 0.79% | 0.4% | - |
| HSV(B) | 153.54º | 0.88% | 0.72% | - |
| XYZ | 20.19 | 35.21 | 21.06 | - |
| YUV | 126.77 | 119.66 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 112 | 0.88 | 0 | 0.39 | 0.28 | 153.54 | 0.79 | 0.4 |
| Hex | 16 | B7 | 70 | 58 | 0 | 27 | 1C | 9A | 4F | 28 |
| Octal | 26 | 267 | 160 | 130 | 0 | 47 | 34 | 232 | 117 | 50 |
| Binary | 10110 | 10110111 | 1110000 | 1011000 | 0 | 100111 | 11100 | 10011010 | 1001111 | 101000 |
Color Harmonies of #16B770
Complementary color
Monochromatic Colors of #16B770
Black with #16B770
Text Example
Text Example
White with #16B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B770; }
p { color: rgb(22,183,112); }
H1.HeaderClassName
{
color: #16B770;
}
.AnyTagClassName
{
color: #16B770;
}
</style>
background-color css
<style>
a { background-color: #16B770; }
a { background-color: rgb(22,183,112); }
div.DivClassName
{
background-color: #16B770;
}
.BgClassName
{
background-color: #16B770;
}
</style>
border-color css
<style>
span { border-color: #16B770; }
span { border-color: rgb(22,183,112); }
td.TdClassName
{
border-color: #16B770;
}
.TagClassName
{
border-color: #16B770;
}
</style>