Shades of Mountain Meadow #14C074
Tints of Mountain Meadow #14C074
RGB
CMYK
RGB Variations
Color information
#14C074 (or 0x14C074) is known color: Mountain Meadow. HEX triplet: 14, C0 and 74. RGB value is (20,192,116). Sum of RGB (Red+Green+Blue) = 20+192+116=328 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.10% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #14C074 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C074 is #EB3F8B. Grayscale: #848484. Windows color (decimal): -15417228 or 7651348. OLE color: 7651348.
HSL color Cylindrical-coordinate representation of color #14C074: hue angle of 153.49º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C074 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 192 | 116 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.25 |
| HSL | 153.49º | 0.81% | 0.42% | - |
| HSV(B) | 153.49º | 0.9% | 0.75% | - |
| XYZ | 22.29 | 39.11 | 22.9 | - |
| YUV | 131.91 | 119.02 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 192 | 116 | 0.90 | 0 | 0.40 | 0.25 | 153.49 | 0.81 | 0.42 |
| Hex | 14 | C0 | 74 | 5A | 0 | 28 | 19 | 99 | 51 | 2A |
| Octal | 24 | 300 | 164 | 132 | 0 | 50 | 31 | 231 | 121 | 52 |
| Binary | 10100 | 11000000 | 1110100 | 1011010 | 0 | 101000 | 11001 | 10011001 | 1010001 | 101010 |
Color Harmonies of #14C074
Complementary color
Monochromatic Colors of #14C074
Black with #14C074
Text Example
Text Example
White with #14C074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C074; }
p { color: rgb(20,192,116); }
H1.HeaderClassName
{
color: #14C074;
}
.AnyTagClassName
{
color: #14C074;
}
</style>
background-color css
<style>
a { background-color: #14C074; }
a { background-color: rgb(20,192,116); }
div.DivClassName
{
background-color: #14C074;
}
.BgClassName
{
background-color: #14C074;
}
</style>
border-color css
<style>
span { border-color: #14C074; }
span { border-color: rgb(20,192,116); }
td.TdClassName
{
border-color: #14C074;
}
.TagClassName
{
border-color: #14C074;
}
</style>