Shades of Mountain Meadow #14BD87
Tints of Mountain Meadow #14BD87
RGB
CMYK
RGB Variations
Color information
#14BD87 (or 0x14BD87) is known color: Mountain Meadow. HEX triplet: 14, BD and 87. RGB value is (20,189,135). Sum of RGB (Red+Green+Blue) = 20+189+135=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BD87 is #EB4278. Grayscale: #848484. Windows color (decimal): -15417977 or 8895764. OLE color: 8895764.
HSL color Cylindrical-coordinate representation of color #14BD87: hue angle of 160.83º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD87 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 135 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.26 |
| HSL | 160.83º | 0.81% | 0.41% | - |
| HSV(B) | 160.83º | 0.89% | 0.74% | - |
| XYZ | 22.86 | 38.29 | 29.11 | - |
| YUV | 132.31 | 129.51 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 135 | 0.89 | 0 | 0.29 | 0.26 | 160.83 | 0.81 | 0.41 |
| Hex | 14 | BD | 87 | 59 | 0 | 1D | 1A | A1 | 51 | 29 |
| Octal | 24 | 275 | 207 | 131 | 0 | 35 | 32 | 241 | 121 | 51 |
| Binary | 10100 | 10111101 | 10000111 | 1011001 | 0 | 11101 | 11010 | 10100001 | 1010001 | 101001 |
Color Harmonies of #14BD87
Complementary color
Monochromatic Colors of #14BD87
Black with #14BD87
Text Example
Text Example
White with #14BD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD87; }
p { color: rgb(20,189,135); }
H1.HeaderClassName
{
color: #14BD87;
}
.AnyTagClassName
{
color: #14BD87;
}
</style>
background-color css
<style>
a { background-color: #14BD87; }
a { background-color: rgb(20,189,135); }
div.DivClassName
{
background-color: #14BD87;
}
.BgClassName
{
background-color: #14BD87;
}
</style>
border-color css
<style>
span { border-color: #14BD87; }
span { border-color: rgb(20,189,135); }
td.TdClassName
{
border-color: #14BD87;
}
.TagClassName
{
border-color: #14BD87;
}
</style>