Shades of Mountain Meadow #14B379
Tints of Mountain Meadow #14B379
RGB
CMYK
RGB Variations
Color information
#14B379 (or 0x14B379) is known color: Mountain Meadow. HEX triplet: 14, B3 and 79. RGB value is (20,179,121). Sum of RGB (Red+Green+Blue) = 20+179+121=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 179 (70.31% from 255 or 55.94% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 179 - color contains mainly: green. Hex color #14B379 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B379 is #EB4C86. Grayscale: #7C7C7C. Windows color (decimal): -15420551 or 7975700. OLE color: 7975700.
HSL color Cylindrical-coordinate representation of color #14B379: hue angle of 158.11º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B379 is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 179 | 121 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.30 |
| HSL | 158.11º | 0.8% | 0.39% | - |
| HSV(B) | 158.11º | 0.89% | 0.7% | - |
| XYZ | 19.86 | 33.77 | 23.56 | - |
| YUV | 124.85 | 125.82 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 121 | 0.89 | 0 | 0.32 | 0.30 | 158.11 | 0.8 | 0.39 |
| Hex | 14 | B3 | 79 | 59 | 0 | 20 | 1E | 9E | 50 | 27 |
| Octal | 24 | 263 | 171 | 131 | 0 | 40 | 36 | 236 | 120 | 47 |
| Binary | 10100 | 10110011 | 1111001 | 1011001 | 0 | 100000 | 11110 | 10011110 | 1010000 | 100111 |
Color Harmonies of #14B379
Complementary color
Monochromatic Colors of #14B379
Black with #14B379
Text Example
Text Example
White with #14B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B379; }
p { color: rgb(20,179,121); }
H1.HeaderClassName
{
color: #14B379;
}
.AnyTagClassName
{
color: #14B379;
}
</style>
background-color css
<style>
a { background-color: #14B379; }
a { background-color: rgb(20,179,121); }
div.DivClassName
{
background-color: #14B379;
}
.BgClassName
{
background-color: #14B379;
}
</style>
border-color css
<style>
span { border-color: #14B379; }
span { border-color: rgb(20,179,121); }
td.TdClassName
{
border-color: #14B379;
}
.TagClassName
{
border-color: #14B379;
}
</style>