Shades of Mountain Meadow #14B975
Tints of Mountain Meadow #14B975
RGB
CMYK
RGB Variations
Color information
#14B975 (or 0x14B975) is known color: Mountain Meadow. HEX triplet: 14, B9 and 75. RGB value is (20,185,117). Sum of RGB (Red+Green+Blue) = 20+185+117=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #14B975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B975 is #EB468A. Grayscale: #808080. Windows color (decimal): -15419019 or 7715092. OLE color: 7715092.
HSL color Cylindrical-coordinate representation of color #14B975: hue angle of 155.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B975 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 185 | 117 | - |
| CMYK | 0.89 | 0 | 0.37 | 0.27 |
| HSL | 155.27º | 0.8% | 0.4% | - |
| HSV(B) | 155.27º | 0.89% | 0.73% | - |
| XYZ | 20.85 | 36.13 | 22.7 | - |
| YUV | 127.91 | 121.84 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 185 | 117 | 0.89 | 0 | 0.37 | 0.27 | 155.27 | 0.8 | 0.4 |
| Hex | 14 | B9 | 75 | 59 | 0 | 25 | 1B | 9B | 50 | 28 |
| Octal | 24 | 271 | 165 | 131 | 0 | 45 | 33 | 233 | 120 | 50 |
| Binary | 10100 | 10111001 | 1110101 | 1011001 | 0 | 100101 | 11011 | 10011011 | 1010000 | 101000 |
Color Harmonies of #14B975
Complementary color
Monochromatic Colors of #14B975
Black with #14B975
Text Example
Text Example
White with #14B975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B975; }
p { color: rgb(20,185,117); }
H1.HeaderClassName
{
color: #14B975;
}
.AnyTagClassName
{
color: #14B975;
}
</style>
background-color css
<style>
a { background-color: #14B975; }
a { background-color: rgb(20,185,117); }
div.DivClassName
{
background-color: #14B975;
}
.BgClassName
{
background-color: #14B975;
}
</style>
border-color css
<style>
span { border-color: #14B975; }
span { border-color: rgb(20,185,117); }
td.TdClassName
{
border-color: #14B975;
}
.TagClassName
{
border-color: #14B975;
}
</style>