Shades of Mountain Meadow #14A678
Tints of Mountain Meadow #14A678
RGB
CMYK
RGB Variations
Color information
#14A678 (or 0x14A678) is known color: Mountain Meadow. HEX triplet: 14, A6 and 78. RGB value is (20,166,120). Sum of RGB (Red+Green+Blue) = 20+166+120=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #14A678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A678 is #EB5987. Grayscale: #757575. Windows color (decimal): -15423880 or 7906836. OLE color: 7906836.
HSL color Cylindrical-coordinate representation of color #14A678: hue angle of 161.1º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A678 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 166 | 120 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.35 |
| HSL | 161.1º | 0.78% | 0.36% | - |
| HSV(B) | 161.1º | 0.88% | 0.65% | - |
| XYZ | 17.31 | 28.78 | 22.41 | - |
| YUV | 117.1 | 129.63 | 58.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 166 | 120 | 0.88 | 0 | 0.28 | 0.35 | 161.1 | 0.78 | 0.36 |
| Hex | 14 | A6 | 78 | 58 | 0 | 1C | 23 | A1 | 4E | 24 |
| Octal | 24 | 246 | 170 | 130 | 0 | 34 | 43 | 241 | 116 | 44 |
| Binary | 10100 | 10100110 | 1111000 | 1011000 | 0 | 11100 | 100011 | 10100001 | 1001110 | 100100 |
Color Harmonies of #14A678
Complementary color
Monochromatic Colors of #14A678
Black with #14A678
Text Example
Text Example
White with #14A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A678; }
p { color: rgb(20,166,120); }
H1.HeaderClassName
{
color: #14A678;
}
.AnyTagClassName
{
color: #14A678;
}
</style>
background-color css
<style>
a { background-color: #14A678; }
a { background-color: rgb(20,166,120); }
div.DivClassName
{
background-color: #14A678;
}
.BgClassName
{
background-color: #14A678;
}
</style>
border-color css
<style>
span { border-color: #14A678; }
span { border-color: rgb(20,166,120); }
td.TdClassName
{
border-color: #14A678;
}
.TagClassName
{
border-color: #14A678;
}
</style>