Shades of Mountain Meadow #14AA7D
Tints of Mountain Meadow #14AA7D
RGB
CMYK
RGB Variations
Color information
#14AA7D (or 0x14AA7D) is known color: Mountain Meadow. HEX triplet: 14, AA and 7D. RGB value is (20,170,125). Sum of RGB (Red+Green+Blue) = 20+170+125=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA7D is #EB5582. Grayscale: #787878. Windows color (decimal): -15422851 or 8235540. OLE color: 8235540.
HSL color Cylindrical-coordinate representation of color #14AA7D: hue angle of 162º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AA7D is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 20 | 170 | 125 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.33 |
| HSL | 162º | 0.79% | 0.37% | - |
| HSV(B) | 162º | 0.88% | 0.67% | - |
| XYZ | 18.36 | 30.38 | 24.3 | - |
| YUV | 120.02 | 130.81 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 170 | 125 | 0.88 | 0 | 0.26 | 0.33 | 162 | 0.79 | 0.37 |
| Hex | 14 | AA | 7D | 58 | 0 | 1A | 21 | A2 | 4F | 25 |
| Octal | 24 | 252 | 175 | 130 | 0 | 32 | 41 | 242 | 117 | 45 |
| Binary | 10100 | 10101010 | 1111101 | 1011000 | 0 | 11010 | 100001 | 10100010 | 1001111 | 100101 |
Color Harmonies of #14AA7D
Complementary color
Monochromatic Colors of #14AA7D
Black with #14AA7D
Text Example
Text Example
White with #14AA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AA7D; }
p { color: rgb(20,170,125); }
H1.HeaderClassName
{
color: #14AA7D;
}
.AnyTagClassName
{
color: #14AA7D;
}
</style>
background-color css
<style>
a { background-color: #14AA7D; }
a { background-color: rgb(20,170,125); }
div.DivClassName
{
background-color: #14AA7D;
}
.BgClassName
{
background-color: #14AA7D;
}
</style>
border-color css
<style>
span { border-color: #14AA7D; }
span { border-color: rgb(20,170,125); }
td.TdClassName
{
border-color: #14AA7D;
}
.TagClassName
{
border-color: #14AA7D;
}
</style>