Shades of Mountain Meadow #14BB7F
Tints of Mountain Meadow #14BB7F
RGB
CMYK
RGB Variations
Color information
#14BB7F (or 0x14BB7F) is known color: Mountain Meadow. HEX triplet: 14, BB and 7F. RGB value is (20,187,127). Sum of RGB (Red+Green+Blue) = 20+187+127=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 187 (73.44% from 255 or 55.99% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB7F is #EB4480. Grayscale: #828282. Windows color (decimal): -15418497 or 8370964. OLE color: 8370964.
HSL color Cylindrical-coordinate representation of color #14BB7F: hue angle of 158.44º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB7F is Cyan = 0.89, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 127 | - |
| CMYK | 0.89 | 0 | 0.32 | 0.27 |
| HSL | 158.44º | 0.81% | 0.41% | - |
| HSV(B) | 158.44º | 0.89% | 0.73% | - |
| XYZ | 21.89 | 37.22 | 26.11 | - |
| YUV | 130.23 | 126.17 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 127 | 0.89 | 0 | 0.32 | 0.27 | 158.44 | 0.81 | 0.41 |
| Hex | 14 | BB | 7F | 59 | 0 | 20 | 1B | 9E | 51 | 29 |
| Octal | 24 | 273 | 177 | 131 | 0 | 40 | 33 | 236 | 121 | 51 |
| Binary | 10100 | 10111011 | 1111111 | 1011001 | 0 | 100000 | 11011 | 10011110 | 1010001 | 101001 |
Color Harmonies of #14BB7F
Complementary color
Monochromatic Colors of #14BB7F
Black with #14BB7F
Text Example
Text Example
White with #14BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB7F; }
p { color: rgb(20,187,127); }
H1.HeaderClassName
{
color: #14BB7F;
}
.AnyTagClassName
{
color: #14BB7F;
}
</style>
background-color css
<style>
a { background-color: #14BB7F; }
a { background-color: rgb(20,187,127); }
div.DivClassName
{
background-color: #14BB7F;
}
.BgClassName
{
background-color: #14BB7F;
}
</style>
border-color css
<style>
span { border-color: #14BB7F; }
span { border-color: rgb(20,187,127); }
td.TdClassName
{
border-color: #14BB7F;
}
.TagClassName
{
border-color: #14BB7F;
}
</style>