Shades of Mountain Meadow #16B774
Tints of Mountain Meadow #16B774
RGB
CMYK
RGB Variations
Color information
#16B774 (or 0x16B774) is known color: Mountain Meadow. HEX triplet: 16, B7 and 74. RGB value is (22,183,116). Sum of RGB (Red+Green+Blue) = 22+183+116=321 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.85% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #16B774 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16B774 is #E9488B. Grayscale: #7F7F7F. Windows color (decimal): -15288460 or 7649046. OLE color: 7649046.
HSL color Cylindrical-coordinate representation of color #16B774: hue angle of 155.03º 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 #16B774 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 183 | 116 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.28 |
| HSL | 155.03º | 0.79% | 0.4% | - |
| HSV(B) | 155.03º | 0.88% | 0.72% | - |
| XYZ | 20.42 | 35.3 | 22.26 | - |
| YUV | 127.22 | 121.66 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 183 | 116 | 0.88 | 0 | 0.37 | 0.28 | 155.03 | 0.79 | 0.4 |
| Hex | 16 | B7 | 74 | 58 | 0 | 25 | 1C | 9B | 4F | 28 |
| Octal | 26 | 267 | 164 | 130 | 0 | 45 | 34 | 233 | 117 | 50 |
| Binary | 10110 | 10110111 | 1110100 | 1011000 | 0 | 100101 | 11100 | 10011011 | 1001111 | 101000 |
Color Harmonies of #16B774
Complementary color
Monochromatic Colors of #16B774
Black with #16B774
Text Example
Text Example
White with #16B774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B774; }
p { color: rgb(22,183,116); }
H1.HeaderClassName
{
color: #16B774;
}
.AnyTagClassName
{
color: #16B774;
}
</style>
background-color css
<style>
a { background-color: #16B774; }
a { background-color: rgb(22,183,116); }
div.DivClassName
{
background-color: #16B774;
}
.BgClassName
{
background-color: #16B774;
}
</style>
border-color css
<style>
span { border-color: #16B774; }
span { border-color: rgb(22,183,116); }
td.TdClassName
{
border-color: #16B774;
}
.TagClassName
{
border-color: #16B774;
}
</style>