Shades of Mountain Meadow #14CC80
Tints of Mountain Meadow #14CC80
RGB
CMYK
RGB Variations
Color information
#14CC80 (or 0x14CC80) is known color: Mountain Meadow. HEX triplet: 14, CC and 80. RGB value is (20,204,128). Sum of RGB (Red+Green+Blue) = 20+204+128=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CC80 is #EB337F. Grayscale: #8C8C8C. Windows color (decimal): -15414144 or 8440852. OLE color: 8440852.
HSL color Cylindrical-coordinate representation of color #14CC80: hue angle of 155.22º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC80 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 128 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.2 |
| HSL | 155.22º | 0.82% | 0.44% | - |
| HSV(B) | 155.22º | 0.9% | 0.8% | - |
| XYZ | 25.78 | 44.89 | 27.73 | - |
| YUV | 140.32 | 121.04 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 128 | 0.90 | 0 | 0.37 | 0.2 | 155.22 | 0.82 | 0.44 |
| Hex | 14 | CC | 80 | 5A | 0 | 25 | 14 | 9B | 52 | 2C |
| Octal | 24 | 314 | 200 | 132 | 0 | 45 | 24 | 233 | 122 | 54 |
| Binary | 10100 | 11001100 | 10000000 | 1011010 | 0 | 100101 | 10100 | 10011011 | 1010010 | 101100 |
Color Harmonies of #14CC80
Complementary color
Monochromatic Colors of #14CC80
Black with #14CC80
Text Example
Text Example
White with #14CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC80; }
p { color: rgb(20,204,128); }
H1.HeaderClassName
{
color: #14CC80;
}
.AnyTagClassName
{
color: #14CC80;
}
</style>
background-color css
<style>
a { background-color: #14CC80; }
a { background-color: rgb(20,204,128); }
div.DivClassName
{
background-color: #14CC80;
}
.BgClassName
{
background-color: #14CC80;
}
</style>
border-color css
<style>
span { border-color: #14CC80; }
span { border-color: rgb(20,204,128); }
td.TdClassName
{
border-color: #14CC80;
}
.TagClassName
{
border-color: #14CC80;
}
</style>