Shades of Mountain Meadow #16B574
Tints of Mountain Meadow #16B574
RGB
CMYK
RGB Variations
Color information
#16B574 (or 0x16B574) is known color: Mountain Meadow. HEX triplet: 16, B5 and 74. RGB value is (22,181,116). Sum of RGB (Red+Green+Blue) = 22+181+116=319 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.90% from 319); Green value is 181 (71.09% from 255 or 56.74% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 181 - color contains mainly: green. Hex color #16B574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B574 is #E94A8B. Grayscale: #7E7E7E. Windows color (decimal): -15288972 or 7648534. OLE color: 7648534.
HSL color Cylindrical-coordinate representation of color #16B574: hue angle of 155.47º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B574 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 22 | 181 | 116 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.29 |
| HSL | 155.47º | 0.78% | 0.4% | - |
| HSV(B) | 155.47º | 0.88% | 0.71% | - |
| XYZ | 20.01 | 34.48 | 22.12 | - |
| YUV | 126.05 | 122.32 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 181 | 116 | 0.88 | 0 | 0.36 | 0.29 | 155.47 | 0.78 | 0.4 |
| Hex | 16 | B5 | 74 | 58 | 0 | 24 | 1D | 9B | 4E | 28 |
| Octal | 26 | 265 | 164 | 130 | 0 | 44 | 35 | 233 | 116 | 50 |
| Binary | 10110 | 10110101 | 1110100 | 1011000 | 0 | 100100 | 11101 | 10011011 | 1001110 | 101000 |
Color Harmonies of #16B574
Complementary color
Monochromatic Colors of #16B574
Black with #16B574
Text Example
Text Example
White with #16B574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B574; }
p { color: rgb(22,181,116); }
H1.HeaderClassName
{
color: #16B574;
}
.AnyTagClassName
{
color: #16B574;
}
</style>
background-color css
<style>
a { background-color: #16B574; }
a { background-color: rgb(22,181,116); }
div.DivClassName
{
background-color: #16B574;
}
.BgClassName
{
background-color: #16B574;
}
</style>
border-color css
<style>
span { border-color: #16B574; }
span { border-color: rgb(22,181,116); }
td.TdClassName
{
border-color: #16B574;
}
.TagClassName
{
border-color: #16B574;
}
</style>