Shades of Mountain Meadow #14BF80
Tints of Mountain Meadow #14BF80
RGB
CMYK
RGB Variations
Color information
#14BF80 (or 0x14BF80) is known color: Mountain Meadow. HEX triplet: 14, BF and 80. RGB value is (20,191,128). Sum of RGB (Red+Green+Blue) = 20+191+128=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BF80 is #EB407F. Grayscale: #848484. Windows color (decimal): -15417472 or 8437524. OLE color: 8437524.
HSL color Cylindrical-coordinate representation of color #14BF80: hue angle of 157.89º 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 #14BF80 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 191 | 128 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.25 |
| HSL | 157.89º | 0.81% | 0.41% | - |
| HSV(B) | 157.89º | 0.9% | 0.75% | - |
| XYZ | 22.82 | 38.97 | 26.74 | - |
| YUV | 132.69 | 125.35 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 191 | 128 | 0.90 | 0 | 0.33 | 0.25 | 157.89 | 0.81 | 0.41 |
| Hex | 14 | BF | 80 | 5A | 0 | 21 | 19 | 9E | 51 | 29 |
| Octal | 24 | 277 | 200 | 132 | 0 | 41 | 31 | 236 | 121 | 51 |
| Binary | 10100 | 10111111 | 10000000 | 1011010 | 0 | 100001 | 11001 | 10011110 | 1010001 | 101001 |
Color Harmonies of #14BF80
Complementary color
Monochromatic Colors of #14BF80
Black with #14BF80
Text Example
Text Example
White with #14BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BF80; }
p { color: rgb(20,191,128); }
H1.HeaderClassName
{
color: #14BF80;
}
.AnyTagClassName
{
color: #14BF80;
}
</style>
background-color css
<style>
a { background-color: #14BF80; }
a { background-color: rgb(20,191,128); }
div.DivClassName
{
background-color: #14BF80;
}
.BgClassName
{
background-color: #14BF80;
}
</style>
border-color css
<style>
span { border-color: #14BF80; }
span { border-color: rgb(20,191,128); }
td.TdClassName
{
border-color: #14BF80;
}
.TagClassName
{
border-color: #14BF80;
}
</style>