Shades of Mountain Meadow #14AF7C
Tints of Mountain Meadow #14AF7C
RGB
CMYK
RGB Variations
Color information
#14AF7C (or 0x14AF7C) is known color: Mountain Meadow. HEX triplet: 14, AF and 7C. RGB value is (20,175,124). Sum of RGB (Red+Green+Blue) = 20+175+124=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 175 (68.75% from 255 or 54.86% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF7C is #EB5083. Grayscale: #7A7A7A. Windows color (decimal): -15421572 or 8171284. OLE color: 8171284.
HSL color Cylindrical-coordinate representation of color #14AF7C: hue angle of 160.26º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14AF7C is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 175 | 124 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.31 |
| HSL | 160.26º | 0.79% | 0.38% | - |
| HSV(B) | 160.26º | 0.89% | 0.69% | - |
| XYZ | 19.26 | 32.26 | 24.28 | - |
| YUV | 122.84 | 128.65 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 124 | 0.89 | 0 | 0.29 | 0.31 | 160.26 | 0.79 | 0.38 |
| Hex | 14 | AF | 7C | 59 | 0 | 1D | 1F | A0 | 4F | 26 |
| Octal | 24 | 257 | 174 | 131 | 0 | 35 | 37 | 240 | 117 | 46 |
| Binary | 10100 | 10101111 | 1111100 | 1011001 | 0 | 11101 | 11111 | 10100000 | 1001111 | 100110 |
Color Harmonies of #14AF7C
Complementary color
Monochromatic Colors of #14AF7C
Black with #14AF7C
Text Example
Text Example
White with #14AF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AF7C; }
p { color: rgb(20,175,124); }
H1.HeaderClassName
{
color: #14AF7C;
}
.AnyTagClassName
{
color: #14AF7C;
}
</style>
background-color css
<style>
a { background-color: #14AF7C; }
a { background-color: rgb(20,175,124); }
div.DivClassName
{
background-color: #14AF7C;
}
.BgClassName
{
background-color: #14AF7C;
}
</style>
border-color css
<style>
span { border-color: #14AF7C; }
span { border-color: rgb(20,175,124); }
td.TdClassName
{
border-color: #14AF7C;
}
.TagClassName
{
border-color: #14AF7C;
}
</style>