Shades of Mountain Meadow #16C072
Tints of Mountain Meadow #16C072
RGB
CMYK
RGB Variations
Color information
#16C072 (or 0x16C072) is known color: Mountain Meadow. HEX triplet: 16, C0 and 72. RGB value is (22,192,114). Sum of RGB (Red+Green+Blue) = 22+192+114=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #16C072 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C072 is #E93F8D. Grayscale: #848484. Windows color (decimal): -15286158 or 7520278. OLE color: 7520278.
HSL color Cylindrical-coordinate representation of color #16C072: hue angle of 152.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C072 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 114 | - |
| CMYK | 0.89 | 0 | 0.41 | 0.25 |
| HSL | 152.47º | 0.79% | 0.42% | - |
| HSV(B) | 152.47º | 0.89% | 0.75% | - |
| XYZ | 22.22 | 39.08 | 22.29 | - |
| YUV | 132.28 | 117.68 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 114 | 0.89 | 0 | 0.41 | 0.25 | 152.47 | 0.79 | 0.42 |
| Hex | 16 | C0 | 72 | 59 | 0 | 29 | 19 | 98 | 4F | 2A |
| Octal | 26 | 300 | 162 | 131 | 0 | 51 | 31 | 230 | 117 | 52 |
| Binary | 10110 | 11000000 | 1110010 | 1011001 | 0 | 101001 | 11001 | 10011000 | 1001111 | 101010 |
Color Harmonies of #16C072
Complementary color
Monochromatic Colors of #16C072
Black with #16C072
Text Example
Text Example
White with #16C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C072; }
p { color: rgb(22,192,114); }
H1.HeaderClassName
{
color: #16C072;
}
.AnyTagClassName
{
color: #16C072;
}
</style>
background-color css
<style>
a { background-color: #16C072; }
a { background-color: rgb(22,192,114); }
div.DivClassName
{
background-color: #16C072;
}
.BgClassName
{
background-color: #16C072;
}
</style>
border-color css
<style>
span { border-color: #16C072; }
span { border-color: rgb(22,192,114); }
td.TdClassName
{
border-color: #16C072;
}
.TagClassName
{
border-color: #16C072;
}
</style>