Shades of Mountain Meadow #14C47F
Tints of Mountain Meadow #14C47F
RGB
CMYK
RGB Variations
Color information
#14C47F (or 0x14C47F) is known color: Mountain Meadow. HEX triplet: 14, C4 and 7F. RGB value is (20,196,127). Sum of RGB (Red+Green+Blue) = 20+196+127=343 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.83% from 343); Green value is 196 (76.95% from 255 or 57.14% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 196 - color contains mainly: green. Hex color #14C47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C47F is #EB3B80. Grayscale: #878787. Windows color (decimal): -15416193 or 8373268. OLE color: 8373268.
HSL color Cylindrical-coordinate representation of color #14C47F: hue angle of 156.48º 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 #14C47F is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 127 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.23 |
| HSL | 156.48º | 0.81% | 0.42% | - |
| HSV(B) | 156.48º | 0.9% | 0.77% | - |
| XYZ | 23.86 | 41.16 | 26.77 | - |
| YUV | 135.51 | 123.19 | 45.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 127 | 0.90 | 0 | 0.35 | 0.23 | 156.48 | 0.81 | 0.42 |
| Hex | 14 | C4 | 7F | 5A | 0 | 23 | 17 | 9C | 51 | 2A |
| Octal | 24 | 304 | 177 | 132 | 0 | 43 | 27 | 234 | 121 | 52 |
| Binary | 10100 | 11000100 | 1111111 | 1011010 | 0 | 100011 | 10111 | 10011100 | 1010001 | 101010 |
Color Harmonies of #14C47F
Complementary color
Monochromatic Colors of #14C47F
Black with #14C47F
Text Example
Text Example
White with #14C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C47F; }
p { color: rgb(20,196,127); }
H1.HeaderClassName
{
color: #14C47F;
}
.AnyTagClassName
{
color: #14C47F;
}
</style>
background-color css
<style>
a { background-color: #14C47F; }
a { background-color: rgb(20,196,127); }
div.DivClassName
{
background-color: #14C47F;
}
.BgClassName
{
background-color: #14C47F;
}
</style>
border-color css
<style>
span { border-color: #14C47F; }
span { border-color: rgb(20,196,127); }
td.TdClassName
{
border-color: #14C47F;
}
.TagClassName
{
border-color: #14C47F;
}
</style>