Shades of Mountain Meadow #16CD7E
Tints of Mountain Meadow #16CD7E
RGB
CMYK
RGB Variations
Color information
#16CD7E (or 0x16CD7E) is known color: Mountain Meadow. HEX triplet: 16, CD and 7E. RGB value is (22,205,126). Sum of RGB (Red+Green+Blue) = 22+205+126=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #16CD7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16CD7E is #E93281. Grayscale: #8D8D8D. Windows color (decimal): -15282818 or 8310038. OLE color: 8310038.
HSL color Cylindrical-coordinate representation of color #16CD7E: hue angle of 154.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CD7E is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 22 | 205 | 126 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.20 |
| HSL | 154.1º | 0.81% | 0.45% | - |
| HSV(B) | 154.1º | 0.89% | 0.8% | - |
| XYZ | 25.93 | 45.34 | 27.12 | - |
| YUV | 141.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 205 | 126 | 0.89 | 0 | 0.39 | 0.20 | 154.1 | 0.81 | 0.45 |
| Hex | 16 | CD | 7E | 59 | 0 | 27 | 14 | 9A | 51 | 2D |
| Octal | 26 | 315 | 176 | 131 | 0 | 47 | 24 | 232 | 121 | 55 |
| Binary | 10110 | 11001101 | 1111110 | 1011001 | 0 | 100111 | 10100 | 10011010 | 1010001 | 101101 |
Color Harmonies of #16CD7E
Complementary color
Monochromatic Colors of #16CD7E
Black with #16CD7E
Text Example
Text Example
White with #16CD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16CD7E; }
p { color: rgb(22,205,126); }
H1.HeaderClassName
{
color: #16CD7E;
}
.AnyTagClassName
{
color: #16CD7E;
}
</style>
background-color css
<style>
a { background-color: #16CD7E; }
a { background-color: rgb(22,205,126); }
div.DivClassName
{
background-color: #16CD7E;
}
.BgClassName
{
background-color: #16CD7E;
}
</style>
border-color css
<style>
span { border-color: #16CD7E; }
span { border-color: rgb(22,205,126); }
td.TdClassName
{
border-color: #16CD7E;
}
.TagClassName
{
border-color: #16CD7E;
}
</style>