Shades of Mountain Meadow #14AF7B
Tints of Mountain Meadow #14AF7B
RGB
CMYK
RGB Variations
Color information
#14AF7B (or 0x14AF7B) is known color: Mountain Meadow. HEX triplet: 14, AF and 7B. RGB value is (20,175,123). Sum of RGB (Red+Green+Blue) = 20+175+123=318 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.29% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AF7B is #EB5084. Grayscale: #7A7A7A. Windows color (decimal): -15421573 or 8105748. OLE color: 8105748.
HSL color Cylindrical-coordinate representation of color #14AF7B: hue angle of 159.87º 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 #14AF7B is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 20 | 175 | 123 | - |
| CMYK | 0.89 | 0 | 0.30 | 0.31 |
| HSL | 159.87º | 0.79% | 0.38% | - |
| HSV(B) | 159.87º | 0.89% | 0.69% | - |
| XYZ | 19.19 | 32.24 | 23.95 | - |
| YUV | 122.73 | 128.15 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 175 | 123 | 0.89 | 0 | 0.30 | 0.31 | 159.87 | 0.79 | 0.38 |
| Hex | 14 | AF | 7B | 59 | 0 | 1E | 1F | A0 | 4F | 26 |
| Octal | 24 | 257 | 173 | 131 | 0 | 36 | 37 | 240 | 117 | 46 |
| Binary | 10100 | 10101111 | 1111011 | 1011001 | 0 | 11110 | 11111 | 10100000 | 1001111 | 100110 |
Color Harmonies of #14AF7B
Complementary color
Monochromatic Colors of #14AF7B
Black with #14AF7B
Text Example
Text Example
White with #14AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14AF7B; }
p { color: rgb(20,175,123); }
H1.HeaderClassName
{
color: #14AF7B;
}
.AnyTagClassName
{
color: #14AF7B;
}
</style>
background-color css
<style>
a { background-color: #14AF7B; }
a { background-color: rgb(20,175,123); }
div.DivClassName
{
background-color: #14AF7B;
}
.BgClassName
{
background-color: #14AF7B;
}
</style>
border-color css
<style>
span { border-color: #14AF7B; }
span { border-color: rgb(20,175,123); }
td.TdClassName
{
border-color: #14AF7B;
}
.TagClassName
{
border-color: #14AF7B;
}
</style>