Shades of Mountain Meadow #14C78D
Tints of Mountain Meadow #14C78D
RGB
CMYK
RGB Variations
Color information
#14C78D (or 0x14C78D) is known color: Mountain Meadow. HEX triplet: 14, C7 and 8D. RGB value is (20,199,141). Sum of RGB (Red+Green+Blue) = 20+199+141=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 199 (78.12% from 255 or 55.28% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 199 - color contains mainly: green. Hex color #14C78D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C78D is #EB3872. Grayscale: #8A8A8A. Windows color (decimal): -15415411 or 9291540. OLE color: 9291540.
HSL color Cylindrical-coordinate representation of color #14C78D: hue angle of 160.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C78D is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 199 | 141 | - |
| CMYK | 0.90 | 0 | 0.29 | 0.22 |
| HSL | 160.56º | 0.82% | 0.43% | - |
| HSV(B) | 160.56º | 0.9% | 0.78% | - |
| XYZ | 25.52 | 42.92 | 32.14 | - |
| YUV | 138.87 | 129.2 | 43.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 141 | 0.90 | 0 | 0.29 | 0.22 | 160.56 | 0.82 | 0.43 |
| Hex | 14 | C7 | 8D | 5A | 0 | 1D | 16 | A1 | 52 | 2B |
| Octal | 24 | 307 | 215 | 132 | 0 | 35 | 26 | 241 | 122 | 53 |
| Binary | 10100 | 11000111 | 10001101 | 1011010 | 0 | 11101 | 10110 | 10100001 | 1010010 | 101011 |
Color Harmonies of #14C78D
Complementary color
Monochromatic Colors of #14C78D
Black with #14C78D
Text Example
Text Example
White with #14C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C78D; }
p { color: rgb(20,199,141); }
H1.HeaderClassName
{
color: #14C78D;
}
.AnyTagClassName
{
color: #14C78D;
}
</style>
background-color css
<style>
a { background-color: #14C78D; }
a { background-color: rgb(20,199,141); }
div.DivClassName
{
background-color: #14C78D;
}
.BgClassName
{
background-color: #14C78D;
}
</style>
border-color css
<style>
span { border-color: #14C78D; }
span { border-color: rgb(20,199,141); }
td.TdClassName
{
border-color: #14C78D;
}
.TagClassName
{
border-color: #14C78D;
}
</style>