Shades of Mountain Meadow #14C378
Tints of Mountain Meadow #14C378
RGB
CMYK
RGB Variations
Color information
#14C378 (or 0x14C378) is known color: Mountain Meadow. HEX triplet: 14, C3 and 78. RGB value is (20,195,120). Sum of RGB (Red+Green+Blue) = 20+195+120=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #14C378 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C378 is #EB3C87. Grayscale: #868686. Windows color (decimal): -15416456 or 7914260. OLE color: 7914260.
HSL color Cylindrical-coordinate representation of color #14C378: hue angle of 154.29º 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 #14C378 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 120 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.24 |
| HSL | 154.29º | 0.81% | 0.42% | - |
| HSV(B) | 154.29º | 0.9% | 0.76% | - |
| XYZ | 23.19 | 40.54 | 24.37 | - |
| YUV | 134.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 120 | 0.90 | 0 | 0.38 | 0.24 | 154.29 | 0.81 | 0.42 |
| Hex | 14 | C3 | 78 | 5A | 0 | 26 | 18 | 9A | 51 | 2A |
| Octal | 24 | 303 | 170 | 132 | 0 | 46 | 30 | 232 | 121 | 52 |
| Binary | 10100 | 11000011 | 1111000 | 1011010 | 0 | 100110 | 11000 | 10011010 | 1010001 | 101010 |
Color Harmonies of #14C378
Complementary color
Monochromatic Colors of #14C378
Black with #14C378
Text Example
Text Example
White with #14C378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C378; }
p { color: rgb(20,195,120); }
H1.HeaderClassName
{
color: #14C378;
}
.AnyTagClassName
{
color: #14C378;
}
</style>
background-color css
<style>
a { background-color: #14C378; }
a { background-color: rgb(20,195,120); }
div.DivClassName
{
background-color: #14C378;
}
.BgClassName
{
background-color: #14C378;
}
</style>
border-color css
<style>
span { border-color: #14C378; }
span { border-color: rgb(20,195,120); }
td.TdClassName
{
border-color: #14C378;
}
.TagClassName
{
border-color: #14C378;
}
</style>