Shades of Mountain Meadow #14BF7D
Tints of Mountain Meadow #14BF7D
RGB
CMYK
RGB Variations
Color information
#14BF7D (or 0x14BF7D) is known color: Mountain Meadow. HEX triplet: 14, BF and 7D. RGB value is (20,191,125). Sum of RGB (Red+Green+Blue) = 20+191+125=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BF7D is #EB4082. Grayscale: #848484. Windows color (decimal): -15417475 or 8240916. OLE color: 8240916.
HSL color Cylindrical-coordinate representation of color #14BF7D: hue angle of 156.84º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF7D is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 125 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.25 |
| HSL | 156.84º | 0.81% | 0.41% | - |
| HSV(B) | 156.84º | 0.9% | 0.75% | - |
| XYZ | 22.62 | 38.89 | 25.72 | - |
| YUV | 132.35 | 123.85 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 125 | 0.90 | 0 | 0.35 | 0.25 | 156.84 | 0.81 | 0.41 |
| Hex | 14 | BF | 7D | 5A | 0 | 23 | 19 | 9D | 51 | 29 |
| Octal | 24 | 277 | 175 | 132 | 0 | 43 | 31 | 235 | 121 | 51 |
| Binary | 10100 | 10111111 | 1111101 | 1011010 | 0 | 100011 | 11001 | 10011101 | 1010001 | 101001 |
Color Harmonies of #14BF7D
Complementary color
Monochromatic Colors of #14BF7D
Black with #14BF7D
Text Example
Text Example
White with #14BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BF7D; }
p { color: rgb(20,191,125); }
H1.HeaderClassName
{
color: #14BF7D;
}
.AnyTagClassName
{
color: #14BF7D;
}
</style>
background-color css
<style>
a { background-color: #14BF7D; }
a { background-color: rgb(20,191,125); }
div.DivClassName
{
background-color: #14BF7D;
}
.BgClassName
{
background-color: #14BF7D;
}
</style>
border-color css
<style>
span { border-color: #14BF7D; }
span { border-color: rgb(20,191,125); }
td.TdClassName
{
border-color: #14BF7D;
}
.TagClassName
{
border-color: #14BF7D;
}
</style>