Shades of Mountain Meadow #16C07E
Tints of Mountain Meadow #16C07E
RGB
CMYK
RGB Variations
Color information
#16C07E (or 0x16C07E) is known color: Mountain Meadow. HEX triplet: 16, C0 and 7E. RGB value is (22,192,126). Sum of RGB (Red+Green+Blue) = 22+192+126=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 192 (75.39% from 255 or 56.47% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 192 - color contains mainly: green. Hex color #16C07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #16C07E is #E93F81. Grayscale: #858585. Windows color (decimal): -15286146 or 8306710. OLE color: 8306710.
HSL color Cylindrical-coordinate representation of color #16C07E: hue angle of 156.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C07E is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 192 | 126 | - |
| CMYK | 0.89 | 0 | 0.34 | 0.25 |
| HSL | 156.71º | 0.79% | 0.42% | - |
| HSV(B) | 156.71º | 0.89% | 0.75% | - |
| XYZ | 22.95 | 39.38 | 26.13 | - |
| YUV | 133.65 | 123.68 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 192 | 126 | 0.89 | 0 | 0.34 | 0.25 | 156.71 | 0.79 | 0.42 |
| Hex | 16 | C0 | 7E | 59 | 0 | 22 | 19 | 9D | 4F | 2A |
| Octal | 26 | 300 | 176 | 131 | 0 | 42 | 31 | 235 | 117 | 52 |
| Binary | 10110 | 11000000 | 1111110 | 1011001 | 0 | 100010 | 11001 | 10011101 | 1001111 | 101010 |
Color Harmonies of #16C07E
Complementary color
Monochromatic Colors of #16C07E
Black with #16C07E
Text Example
Text Example
White with #16C07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16C07E; }
p { color: rgb(22,192,126); }
H1.HeaderClassName
{
color: #16C07E;
}
.AnyTagClassName
{
color: #16C07E;
}
</style>
background-color css
<style>
a { background-color: #16C07E; }
a { background-color: rgb(22,192,126); }
div.DivClassName
{
background-color: #16C07E;
}
.BgClassName
{
background-color: #16C07E;
}
</style>
border-color css
<style>
span { border-color: #16C07E; }
span { border-color: rgb(22,192,126); }
td.TdClassName
{
border-color: #16C07E;
}
.TagClassName
{
border-color: #16C07E;
}
</style>