Shades of Mountain Meadow #16C389
Tints of Mountain Meadow #16C389
RGB
CMYK
RGB Variations
Color information
#16C389 (or 0x16C389) is known color: Mountain Meadow. HEX triplet: 16, C3 and 89. RGB value is (22,195,137). Sum of RGB (Red+Green+Blue) = 22+195+137=354 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.21% from 354); Green value is 195 (76.56% from 255 or 55.08% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 195 - color contains mainly: green. Hex color #16C389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C389 is #E93C76. Grayscale: #888888. Windows color (decimal): -15285367 or 9028374. OLE color: 9028374.
HSL color Cylindrical-coordinate representation of color #16C389: hue angle of 159.88º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C389 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 22 | 195 | 137 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.24 |
| HSL | 159.88º | 0.8% | 0.43% | - |
| HSV(B) | 159.88º | 0.89% | 0.76% | - |
| XYZ | 24.36 | 41.01 | 30.3 | - |
| YUV | 136.66 | 128.19 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 195 | 137 | 0.89 | 0 | 0.30 | 0.24 | 159.88 | 0.8 | 0.43 |
| Hex | 16 | C3 | 89 | 59 | 0 | 1E | 18 | A0 | 50 | 2B |
| Octal | 26 | 303 | 211 | 131 | 0 | 36 | 30 | 240 | 120 | 53 |
| Binary | 10110 | 11000011 | 10001001 | 1011001 | 0 | 11110 | 11000 | 10100000 | 1010000 | 101011 |
Color Harmonies of #16C389
Complementary color
Monochromatic Colors of #16C389
Black with #16C389
Text Example
Text Example
White with #16C389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C389; }
p { color: rgb(22,195,137); }
H1.HeaderClassName
{
color: #16C389;
}
.AnyTagClassName
{
color: #16C389;
}
</style>
background-color css
<style>
a { background-color: #16C389; }
a { background-color: rgb(22,195,137); }
div.DivClassName
{
background-color: #16C389;
}
.BgClassName
{
background-color: #16C389;
}
</style>
border-color css
<style>
span { border-color: #16C389; }
span { border-color: rgb(22,195,137); }
td.TdClassName
{
border-color: #16C389;
}
.TagClassName
{
border-color: #16C389;
}
</style>