Shades of Mountain Meadow #16CC71
Tints of Mountain Meadow #16CC71
RGB
CMYK
RGB Variations
Color information
#16CC71 (or 0x16CC71) is known color: Mountain Meadow. HEX triplet: 16, CC and 71. RGB value is (22,204,113). Sum of RGB (Red+Green+Blue) = 22+204+113=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CC71 is #E9338E. Grayscale: #8B8B8B. Windows color (decimal): -15283087 or 7457814. OLE color: 7457814.
HSL color Cylindrical-coordinate representation of color #16CC71: hue angle of 150º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CC71 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 113 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.2 |
| HSL | 150º | 0.81% | 0.44% | - |
| HSV(B) | 150º | 0.89% | 0.8% | - |
| XYZ | 24.9 | 44.55 | 22.91 | - |
| YUV | 139.21 | 113.2 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 113 | 0.89 | 0 | 0.45 | 0.2 | 150 | 0.81 | 0.44 |
| Hex | 16 | CC | 71 | 59 | 0 | 2D | 14 | 96 | 51 | 2C |
| Octal | 26 | 314 | 161 | 131 | 0 | 55 | 24 | 226 | 121 | 54 |
| Binary | 10110 | 11001100 | 1110001 | 1011001 | 0 | 101101 | 10100 | 10010110 | 1010001 | 101100 |
Color Harmonies of #16CC71
Complementary color
Monochromatic Colors of #16CC71
Black with #16CC71
Text Example
Text Example
White with #16CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC71; }
p { color: rgb(22,204,113); }
H1.HeaderClassName
{
color: #16CC71;
}
.AnyTagClassName
{
color: #16CC71;
}
</style>
background-color css
<style>
a { background-color: #16CC71; }
a { background-color: rgb(22,204,113); }
div.DivClassName
{
background-color: #16CC71;
}
.BgClassName
{
background-color: #16CC71;
}
</style>
border-color css
<style>
span { border-color: #16CC71; }
span { border-color: rgb(22,204,113); }
td.TdClassName
{
border-color: #16CC71;
}
.TagClassName
{
border-color: #16CC71;
}
</style>