Shades of Mountain Meadow #14BD73
Tints of Mountain Meadow #14BD73
RGB
CMYK
RGB Variations
Color information
#14BD73 (or 0x14BD73) is known color: Mountain Meadow. HEX triplet: 14, BD and 73. RGB value is (20,189,115). Sum of RGB (Red+Green+Blue) = 20+189+115=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 189 (74.22% from 255 or 58.33% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BD73 is #EB428C. Grayscale: #828282. Windows color (decimal): -15417997 or 7585044. OLE color: 7585044.
HSL color Cylindrical-coordinate representation of color #14BD73: hue angle of 153.73º 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 #14BD73 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 115 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.26 |
| HSL | 153.73º | 0.81% | 0.41% | - |
| HSV(B) | 153.73º | 0.89% | 0.74% | - |
| XYZ | 21.58 | 37.78 | 22.37 | - |
| YUV | 130.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 115 | 0.89 | 0 | 0.39 | 0.26 | 153.73 | 0.81 | 0.41 |
| Hex | 14 | BD | 73 | 59 | 0 | 27 | 1A | 9A | 51 | 29 |
| Octal | 24 | 275 | 163 | 131 | 0 | 47 | 32 | 232 | 121 | 51 |
| Binary | 10100 | 10111101 | 1110011 | 1011001 | 0 | 100111 | 11010 | 10011010 | 1010001 | 101001 |
Color Harmonies of #14BD73
Complementary color
Monochromatic Colors of #14BD73
Black with #14BD73
Text Example
Text Example
White with #14BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD73; }
p { color: rgb(20,189,115); }
H1.HeaderClassName
{
color: #14BD73;
}
.AnyTagClassName
{
color: #14BD73;
}
</style>
background-color css
<style>
a { background-color: #14BD73; }
a { background-color: rgb(20,189,115); }
div.DivClassName
{
background-color: #14BD73;
}
.BgClassName
{
background-color: #14BD73;
}
</style>
border-color css
<style>
span { border-color: #14BD73; }
span { border-color: rgb(20,189,115); }
td.TdClassName
{
border-color: #14BD73;
}
.TagClassName
{
border-color: #14BD73;
}
</style>