Shades of Mountain Meadow #16A378
Tints of Mountain Meadow #16A378
RGB
CMYK
RGB Variations
Color information
#16A378 (or 0x16A378) is known color: Mountain Meadow. HEX triplet: 16, A3 and 78. RGB value is (22,163,120). Sum of RGB (Red+Green+Blue) = 22+163+120=305 (40% of max value = 765). Red value is 22 (8.98% from 255 or 7.21% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #16A378 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16A378 is #E95C87. Grayscale: #737373. Windows color (decimal): -15293576 or 7906070. OLE color: 7906070.
HSL color Cylindrical-coordinate representation of color #16A378: hue angle of 161.7º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A378 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 22 | 163 | 120 | - |
| CMYK | 0.87 | 0 | 0.26 | 0.36 |
| HSL | 161.7º | 0.76% | 0.36% | - |
| HSV(B) | 161.7º | 0.87% | 0.64% | - |
| XYZ | 16.82 | 27.72 | 22.23 | - |
| YUV | 115.94 | 130.29 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 163 | 120 | 0.87 | 0 | 0.26 | 0.36 | 161.7 | 0.76 | 0.36 |
| Hex | 16 | A3 | 78 | 57 | 0 | 1A | 24 | A2 | 4C | 24 |
| Octal | 26 | 243 | 170 | 127 | 0 | 32 | 44 | 242 | 114 | 44 |
| Binary | 10110 | 10100011 | 1111000 | 1010111 | 0 | 11010 | 100100 | 10100010 | 1001100 | 100100 |
Color Harmonies of #16A378
Complementary color
Monochromatic Colors of #16A378
Black with #16A378
Text Example
Text Example
White with #16A378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A378; }
p { color: rgb(22,163,120); }
H1.HeaderClassName
{
color: #16A378;
}
.AnyTagClassName
{
color: #16A378;
}
</style>
background-color css
<style>
a { background-color: #16A378; }
a { background-color: rgb(22,163,120); }
div.DivClassName
{
background-color: #16A378;
}
.BgClassName
{
background-color: #16A378;
}
</style>
border-color css
<style>
span { border-color: #16A378; }
span { border-color: rgb(22,163,120); }
td.TdClassName
{
border-color: #16A378;
}
.TagClassName
{
border-color: #16A378;
}
</style>