Shades of Mountain Meadow #14A77B
Tints of Mountain Meadow #14A77B
RGB
CMYK
RGB Variations
Color information
#14A77B (or 0x14A77B) is known color: Mountain Meadow. HEX triplet: 14, A7 and 7B. RGB value is (20,167,123). Sum of RGB (Red+Green+Blue) = 20+167+123=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #14A77B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A77B is #EB5884. Grayscale: #767676. Windows color (decimal): -15423621 or 8103700. OLE color: 8103700.
HSL color Cylindrical-coordinate representation of color #14A77B: hue angle of 162.04º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A77B is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 167 | 123 | - |
| CMYK | 0.88 | 0 | 0.26 | 0.35 |
| HSL | 162.04º | 0.79% | 0.37% | - |
| HSV(B) | 162.04º | 0.88% | 0.65% | - |
| XYZ | 17.68 | 29.22 | 23.45 | - |
| YUV | 118.03 | 130.8 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 167 | 123 | 0.88 | 0 | 0.26 | 0.35 | 162.04 | 0.79 | 0.37 |
| Hex | 14 | A7 | 7B | 58 | 0 | 1A | 23 | A2 | 4F | 25 |
| Octal | 24 | 247 | 173 | 130 | 0 | 32 | 43 | 242 | 117 | 45 |
| Binary | 10100 | 10100111 | 1111011 | 1011000 | 0 | 11010 | 100011 | 10100010 | 1001111 | 100101 |
Color Harmonies of #14A77B
Complementary color
Monochromatic Colors of #14A77B
Black with #14A77B
Text Example
Text Example
White with #14A77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A77B; }
p { color: rgb(20,167,123); }
H1.HeaderClassName
{
color: #14A77B;
}
.AnyTagClassName
{
color: #14A77B;
}
</style>
background-color css
<style>
a { background-color: #14A77B; }
a { background-color: rgb(20,167,123); }
div.DivClassName
{
background-color: #14A77B;
}
.BgClassName
{
background-color: #14A77B;
}
</style>
border-color css
<style>
span { border-color: #14A77B; }
span { border-color: rgb(20,167,123); }
td.TdClassName
{
border-color: #14A77B;
}
.TagClassName
{
border-color: #14A77B;
}
</style>