Shades of Mountain Meadow #16CC7D
Tints of Mountain Meadow #16CC7D
RGB
CMYK
RGB Variations
Color information
#16CC7D (or 0x16CC7D) is known color: Mountain Meadow. HEX triplet: 16, CC and 7D. RGB value is (22,204,125). Sum of RGB (Red+Green+Blue) = 22+204+125=351 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.27% from 351); Green value is 204 (80.08% from 255 or 58.12% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CC7D is #E93382. Grayscale: #8C8C8C. Windows color (decimal): -15283075 or 8244246. OLE color: 8244246.
HSL color Cylindrical-coordinate representation of color #16CC7D: hue angle of 153.96º 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 #16CC7D is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 22 | 204 | 125 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.2 |
| HSL | 153.96º | 0.81% | 0.44% | - |
| HSV(B) | 153.96º | 0.89% | 0.8% | - |
| XYZ | 25.63 | 44.84 | 26.71 | - |
| YUV | 140.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 204 | 125 | 0.89 | 0 | 0.39 | 0.2 | 153.96 | 0.81 | 0.44 |
| Hex | 16 | CC | 7D | 59 | 0 | 27 | 14 | 9A | 51 | 2C |
| Octal | 26 | 314 | 175 | 131 | 0 | 47 | 24 | 232 | 121 | 54 |
| Binary | 10110 | 11001100 | 1111101 | 1011001 | 0 | 100111 | 10100 | 10011010 | 1010001 | 101100 |
Color Harmonies of #16CC7D
Complementary color
Monochromatic Colors of #16CC7D
Black with #16CC7D
Text Example
Text Example
White with #16CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CC7D; }
p { color: rgb(22,204,125); }
H1.HeaderClassName
{
color: #16CC7D;
}
.AnyTagClassName
{
color: #16CC7D;
}
</style>
background-color css
<style>
a { background-color: #16CC7D; }
a { background-color: rgb(22,204,125); }
div.DivClassName
{
background-color: #16CC7D;
}
.BgClassName
{
background-color: #16CC7D;
}
</style>
border-color css
<style>
span { border-color: #16CC7D; }
span { border-color: rgb(22,204,125); }
td.TdClassName
{
border-color: #16CC7D;
}
.TagClassName
{
border-color: #16CC7D;
}
</style>