Shades of Mountain Meadow #14D576
Tints of Mountain Meadow #14D576
RGB
CMYK
RGB Variations
Color information
#14D576 (or 0x14D576) is known color: Mountain Meadow. HEX triplet: 14, D5 and 76. RGB value is (20,213,118). Sum of RGB (Red+Green+Blue) = 20+213+118=351 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.70% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #14D576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D576 is #EB2A89. Grayscale: #909090. Windows color (decimal): -15411850 or 7787796. OLE color: 7787796.
HSL color Cylindrical-coordinate representation of color #14D576: hue angle of 150.47º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D576 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 20 | 213 | 118 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.16 |
| HSL | 150.47º | 0.83% | 0.46% | - |
| HSV(B) | 150.47º | 0.91% | 0.84% | - |
| XYZ | 27.35 | 49.05 | 25.16 | - |
| YUV | 144.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 213 | 118 | 0.91 | 0 | 0.45 | 0.16 | 150.47 | 0.83 | 0.46 |
| Hex | 14 | D5 | 76 | 5B | 0 | 2D | 10 | 96 | 53 | 2E |
| Octal | 24 | 325 | 166 | 133 | 0 | 55 | 20 | 226 | 123 | 56 |
| Binary | 10100 | 11010101 | 1110110 | 1011011 | 0 | 101101 | 10000 | 10010110 | 1010011 | 101110 |
Color Harmonies of #14D576
Complementary color
Monochromatic Colors of #14D576
Black with #14D576
Text Example
Text Example
White with #14D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D576; }
p { color: rgb(20,213,118); }
H1.HeaderClassName
{
color: #14D576;
}
.AnyTagClassName
{
color: #14D576;
}
</style>
background-color css
<style>
a { background-color: #14D576; }
a { background-color: rgb(20,213,118); }
div.DivClassName
{
background-color: #14D576;
}
.BgClassName
{
background-color: #14D576;
}
</style>
border-color css
<style>
span { border-color: #14D576; }
span { border-color: rgb(20,213,118); }
td.TdClassName
{
border-color: #14D576;
}
.TagClassName
{
border-color: #14D576;
}
</style>