Shades of Mountain Meadow #16C489
Tints of Mountain Meadow #16C489
RGB
CMYK
RGB Variations
Color information
#16C489 (or 0x16C489) is known color: Mountain Meadow. HEX triplet: 16, C4 and 89. RGB value is (22,196,137). Sum of RGB (Red+Green+Blue) = 22+196+137=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 196 (76.95% from 255 or 55.21% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 196 - color contains mainly: green. Hex color #16C489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C489 is #E93B76. Grayscale: #898989. Windows color (decimal): -15285111 or 9028630. OLE color: 9028630.
HSL color Cylindrical-coordinate representation of color #16C489: hue angle of 159.66º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C489 is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 22 | 196 | 137 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.23 |
| HSL | 159.66º | 0.8% | 0.43% | - |
| HSV(B) | 159.66º | 0.89% | 0.77% | - |
| XYZ | 24.59 | 41.46 | 30.37 | - |
| YUV | 137.25 | 127.85 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 196 | 137 | 0.89 | 0 | 0.30 | 0.23 | 159.66 | 0.8 | 0.43 |
| Hex | 16 | C4 | 89 | 59 | 0 | 1E | 17 | A0 | 50 | 2B |
| Octal | 26 | 304 | 211 | 131 | 0 | 36 | 27 | 240 | 120 | 53 |
| Binary | 10110 | 11000100 | 10001001 | 1011001 | 0 | 11110 | 10111 | 10100000 | 1010000 | 101011 |
Color Harmonies of #16C489
Complementary color
Monochromatic Colors of #16C489
Black with #16C489
Text Example
Text Example
White with #16C489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C489; }
p { color: rgb(22,196,137); }
H1.HeaderClassName
{
color: #16C489;
}
.AnyTagClassName
{
color: #16C489;
}
</style>
background-color css
<style>
a { background-color: #16C489; }
a { background-color: rgb(22,196,137); }
div.DivClassName
{
background-color: #16C489;
}
.BgClassName
{
background-color: #16C489;
}
</style>
border-color css
<style>
span { border-color: #16C489; }
span { border-color: rgb(22,196,137); }
td.TdClassName
{
border-color: #16C489;
}
.TagClassName
{
border-color: #16C489;
}
</style>