Shades of Mountain Meadow #14D280
Tints of Mountain Meadow #14D280
RGB
CMYK
RGB Variations
Color information
#14D280 (or 0x14D280) is known color: Mountain Meadow. HEX triplet: 14, D2 and 80. RGB value is (20,210,128). Sum of RGB (Red+Green+Blue) = 20+210+128=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #14D280 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D280 is #EB2D7F. Grayscale: #8F8F8F. Windows color (decimal): -15412608 or 8442388. OLE color: 8442388.
HSL color Cylindrical-coordinate representation of color #14D280: hue angle of 154.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D280 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 128 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.18 |
| HSL | 154.11º | 0.83% | 0.45% | - |
| HSV(B) | 154.11º | 0.9% | 0.82% | - |
| XYZ | 27.23 | 47.8 | 28.21 | - |
| YUV | 143.84 | 119.05 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 128 | 0.90 | 0 | 0.39 | 0.18 | 154.11 | 0.83 | 0.45 |
| Hex | 14 | D2 | 80 | 5A | 0 | 27 | 12 | 9A | 53 | 2D |
| Octal | 24 | 322 | 200 | 132 | 0 | 47 | 22 | 232 | 123 | 55 |
| Binary | 10100 | 11010010 | 10000000 | 1011010 | 0 | 100111 | 10010 | 10011010 | 1010011 | 101101 |
Color Harmonies of #14D280
Complementary color
Monochromatic Colors of #14D280
Black with #14D280
Text Example
Text Example
White with #14D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D280; }
p { color: rgb(20,210,128); }
H1.HeaderClassName
{
color: #14D280;
}
.AnyTagClassName
{
color: #14D280;
}
</style>
background-color css
<style>
a { background-color: #14D280; }
a { background-color: rgb(20,210,128); }
div.DivClassName
{
background-color: #14D280;
}
.BgClassName
{
background-color: #14D280;
}
</style>
border-color css
<style>
span { border-color: #14D280; }
span { border-color: rgb(20,210,128); }
td.TdClassName
{
border-color: #14D280;
}
.TagClassName
{
border-color: #14D280;
}
</style>