Shades of Mountain Meadow #14AD7E
Tints of Mountain Meadow #14AD7E
RGB
CMYK
RGB Variations
Color information
#14AD7E (or 0x14AD7E) is known color: Mountain Meadow. HEX triplet: 14, AD and 7E. RGB value is (20,173,126). Sum of RGB (Red+Green+Blue) = 20+173+126=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AD7E is #EB5281. Grayscale: #797979. Windows color (decimal): -15422082 or 8301844. OLE color: 8301844.
HSL color Cylindrical-coordinate representation of color #14AD7E: hue angle of 161.57º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD7E is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 20 | 173 | 126 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.32 |
| HSL | 161.57º | 0.79% | 0.38% | - |
| HSV(B) | 161.57º | 0.88% | 0.68% | - |
| XYZ | 19 | 31.54 | 24.83 | - |
| YUV | 121.9 | 130.31 | 55.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 173 | 126 | 0.88 | 0 | 0.27 | 0.32 | 161.57 | 0.79 | 0.38 |
| Hex | 14 | AD | 7E | 58 | 0 | 1B | 20 | A2 | 4F | 26 |
| Octal | 24 | 255 | 176 | 130 | 0 | 33 | 40 | 242 | 117 | 46 |
| Binary | 10100 | 10101101 | 1111110 | 1011000 | 0 | 11011 | 100000 | 10100010 | 1001111 | 100110 |
Color Harmonies of #14AD7E
Complementary color
Monochromatic Colors of #14AD7E
Black with #14AD7E
Text Example
Text Example
White with #14AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AD7E; }
p { color: rgb(20,173,126); }
H1.HeaderClassName
{
color: #14AD7E;
}
.AnyTagClassName
{
color: #14AD7E;
}
</style>
background-color css
<style>
a { background-color: #14AD7E; }
a { background-color: rgb(20,173,126); }
div.DivClassName
{
background-color: #14AD7E;
}
.BgClassName
{
background-color: #14AD7E;
}
</style>
border-color css
<style>
span { border-color: #14AD7E; }
span { border-color: rgb(20,173,126); }
td.TdClassName
{
border-color: #14AD7E;
}
.TagClassName
{
border-color: #14AD7E;
}
</style>