Shades of Mountain Meadow #16CA80
Tints of Mountain Meadow #16CA80
RGB
CMYK
RGB Variations
Color information
#16CA80 (or 0x16CA80) is known color: Mountain Meadow. HEX triplet: 16, CA and 80. RGB value is (22,202,128). Sum of RGB (Red+Green+Blue) = 22+202+128=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CA80 is #E9357F. Grayscale: #8B8B8B. Windows color (decimal): -15283584 or 8440342. OLE color: 8440342.
HSL color Cylindrical-coordinate representation of color #16CA80: hue angle of 155.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA80 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 22 | 202 | 128 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.21 |
| HSL | 155.33º | 0.8% | 0.44% | - |
| HSV(B) | 155.33º | 0.89% | 0.79% | - |
| XYZ | 25.35 | 43.97 | 27.57 | - |
| YUV | 139.74 | 121.37 | 44.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 202 | 128 | 0.89 | 0 | 0.37 | 0.21 | 155.33 | 0.8 | 0.44 |
| Hex | 16 | CA | 80 | 59 | 0 | 25 | 15 | 9B | 50 | 2C |
| Octal | 26 | 312 | 200 | 131 | 0 | 45 | 25 | 233 | 120 | 54 |
| Binary | 10110 | 11001010 | 10000000 | 1011001 | 0 | 100101 | 10101 | 10011011 | 1010000 | 101100 |
Color Harmonies of #16CA80
Complementary color
Monochromatic Colors of #16CA80
Black with #16CA80
Text Example
Text Example
White with #16CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CA80; }
p { color: rgb(22,202,128); }
H1.HeaderClassName
{
color: #16CA80;
}
.AnyTagClassName
{
color: #16CA80;
}
</style>
background-color css
<style>
a { background-color: #16CA80; }
a { background-color: rgb(22,202,128); }
div.DivClassName
{
background-color: #16CA80;
}
.BgClassName
{
background-color: #16CA80;
}
</style>
border-color css
<style>
span { border-color: #16CA80; }
span { border-color: rgb(22,202,128); }
td.TdClassName
{
border-color: #16CA80;
}
.TagClassName
{
border-color: #16CA80;
}
</style>