Shades of Mountain Meadow #14C387
Tints of Mountain Meadow #14C387
RGB
CMYK
RGB Variations
Color information
#14C387 (or 0x14C387) is known color: Mountain Meadow. HEX triplet: 14, C3 and 87. RGB value is (20,195,135). Sum of RGB (Red+Green+Blue) = 20+195+135=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 195 (76.56% from 255 or 55.71% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 195 - color contains mainly: green. Hex color #14C387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C387 is #EB3C78. Grayscale: #878787. Windows color (decimal): -15416441 or 8897300. OLE color: 8897300.
HSL color Cylindrical-coordinate representation of color #14C387: hue angle of 159.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C387 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 135 | - |
| CMYK | 0.90 | 0 | 0.31 | 0.24 |
| HSL | 159.43º | 0.81% | 0.42% | - |
| HSV(B) | 159.43º | 0.9% | 0.76% | - |
| XYZ | 24.18 | 40.93 | 29.55 | - |
| YUV | 135.84 | 127.52 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 135 | 0.90 | 0 | 0.31 | 0.24 | 159.43 | 0.81 | 0.42 |
| Hex | 14 | C3 | 87 | 5A | 0 | 1F | 18 | 9F | 51 | 2A |
| Octal | 24 | 303 | 207 | 132 | 0 | 37 | 30 | 237 | 121 | 52 |
| Binary | 10100 | 11000011 | 10000111 | 1011010 | 0 | 11111 | 11000 | 10011111 | 1010001 | 101010 |
Color Harmonies of #14C387
Complementary color
Monochromatic Colors of #14C387
Black with #14C387
Text Example
Text Example
White with #14C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C387; }
p { color: rgb(20,195,135); }
H1.HeaderClassName
{
color: #14C387;
}
.AnyTagClassName
{
color: #14C387;
}
</style>
background-color css
<style>
a { background-color: #14C387; }
a { background-color: rgb(20,195,135); }
div.DivClassName
{
background-color: #14C387;
}
.BgClassName
{
background-color: #14C387;
}
</style>
border-color css
<style>
span { border-color: #14C387; }
span { border-color: rgb(20,195,135); }
td.TdClassName
{
border-color: #14C387;
}
.TagClassName
{
border-color: #14C387;
}
</style>