Shades of Mountain Meadow #16AC74
Tints of Mountain Meadow #16AC74
RGB
CMYK
RGB Variations
Color information
#16AC74 (or 0x16AC74) is known color: Mountain Meadow. HEX triplet: 16, AC and 74. RGB value is (22,172,116). Sum of RGB (Red+Green+Blue) = 22+172+116=310 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.10% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #16AC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16AC74 is #E9538B. Grayscale: #787878. Windows color (decimal): -15291276 or 7646230. OLE color: 7646230.
HSL color Cylindrical-coordinate representation of color #16AC74: hue angle of 157.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AC74 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 22 | 172 | 116 | - |
| CMYK | 0.87 | 0 | 0.33 | 0.33 |
| HSL | 157.6º | 0.77% | 0.38% | - |
| HSV(B) | 157.6º | 0.87% | 0.67% | - |
| XYZ | 18.24 | 30.94 | 21.53 | - |
| YUV | 120.77 | 125.31 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 116 | 0.87 | 0 | 0.33 | 0.33 | 157.6 | 0.77 | 0.38 |
| Hex | 16 | AC | 74 | 57 | 0 | 21 | 21 | 9E | 4D | 26 |
| Octal | 26 | 254 | 164 | 127 | 0 | 41 | 41 | 236 | 115 | 46 |
| Binary | 10110 | 10101100 | 1110100 | 1010111 | 0 | 100001 | 100001 | 10011110 | 1001101 | 100110 |
Color Harmonies of #16AC74
Complementary color
Monochromatic Colors of #16AC74
Black with #16AC74
Text Example
Text Example
White with #16AC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AC74; }
p { color: rgb(22,172,116); }
H1.HeaderClassName
{
color: #16AC74;
}
.AnyTagClassName
{
color: #16AC74;
}
</style>
background-color css
<style>
a { background-color: #16AC74; }
a { background-color: rgb(22,172,116); }
div.DivClassName
{
background-color: #16AC74;
}
.BgClassName
{
background-color: #16AC74;
}
</style>
border-color css
<style>
span { border-color: #16AC74; }
span { border-color: rgb(22,172,116); }
td.TdClassName
{
border-color: #16AC74;
}
.TagClassName
{
border-color: #16AC74;
}
</style>