Shades of Mountain Meadow #14C48D
Tints of Mountain Meadow #14C48D
RGB
CMYK
RGB Variations
Color information
#14C48D (or 0x14C48D) is known color: Mountain Meadow. HEX triplet: 14, C4 and 8D. RGB value is (20,196,141). Sum of RGB (Red+Green+Blue) = 20+196+141=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #14C48D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C48D is #EB3B72. Grayscale: #898989. Windows color (decimal): -15416179 or 9290772. OLE color: 9290772.
HSL color Cylindrical-coordinate representation of color #14C48D: hue angle of 161.25º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C48D is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 141 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.23 |
| HSL | 161.25º | 0.81% | 0.42% | - |
| HSV(B) | 161.25º | 0.9% | 0.77% | - |
| XYZ | 24.84 | 41.55 | 31.91 | - |
| YUV | 137.11 | 130.19 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 141 | 0.90 | 0 | 0.28 | 0.23 | 161.25 | 0.81 | 0.42 |
| Hex | 14 | C4 | 8D | 5A | 0 | 1C | 17 | A1 | 51 | 2A |
| Octal | 24 | 304 | 215 | 132 | 0 | 34 | 27 | 241 | 121 | 52 |
| Binary | 10100 | 11000100 | 10001101 | 1011010 | 0 | 11100 | 10111 | 10100001 | 1010001 | 101010 |
Color Harmonies of #14C48D
Complementary color
Monochromatic Colors of #14C48D
Black with #14C48D
Text Example
Text Example
White with #14C48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C48D; }
p { color: rgb(20,196,141); }
H1.HeaderClassName
{
color: #14C48D;
}
.AnyTagClassName
{
color: #14C48D;
}
</style>
background-color css
<style>
a { background-color: #14C48D; }
a { background-color: rgb(20,196,141); }
div.DivClassName
{
background-color: #14C48D;
}
.BgClassName
{
background-color: #14C48D;
}
</style>
border-color css
<style>
span { border-color: #14C48D; }
span { border-color: rgb(20,196,141); }
td.TdClassName
{
border-color: #14C48D;
}
.TagClassName
{
border-color: #14C48D;
}
</style>