Shades of Mountain Meadow #14D27A
Tints of Mountain Meadow #14D27A
RGB
CMYK
RGB Variations
Color information
#14D27A (or 0x14D27A) is known color: Mountain Meadow. HEX triplet: 14, D2 and 7A. RGB value is (20,210,122). Sum of RGB (Red+Green+Blue) = 20+210+122=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #14D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D27A is #EB2D85. Grayscale: #8F8F8F. Windows color (decimal): -15412614 or 8049172. OLE color: 8049172.
HSL color Cylindrical-coordinate representation of color #14D27A: hue angle of 152.21º 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 #14D27A is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 210 | 122 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.18 |
| HSL | 152.21º | 0.83% | 0.45% | - |
| HSV(B) | 152.21º | 0.9% | 0.82% | - |
| XYZ | 26.85 | 47.65 | 26.19 | - |
| YUV | 143.16 | 116.05 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 210 | 122 | 0.90 | 0 | 0.42 | 0.18 | 152.21 | 0.83 | 0.45 |
| Hex | 14 | D2 | 7A | 5A | 0 | 2A | 12 | 98 | 53 | 2D |
| Octal | 24 | 322 | 172 | 132 | 0 | 52 | 22 | 230 | 123 | 55 |
| Binary | 10100 | 11010010 | 1111010 | 1011010 | 0 | 101010 | 10010 | 10011000 | 1010011 | 101101 |
Color Harmonies of #14D27A
Complementary color
Monochromatic Colors of #14D27A
Black with #14D27A
Text Example
Text Example
White with #14D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D27A; }
p { color: rgb(20,210,122); }
H1.HeaderClassName
{
color: #14D27A;
}
.AnyTagClassName
{
color: #14D27A;
}
</style>
background-color css
<style>
a { background-color: #14D27A; }
a { background-color: rgb(20,210,122); }
div.DivClassName
{
background-color: #14D27A;
}
.BgClassName
{
background-color: #14D27A;
}
</style>
border-color css
<style>
span { border-color: #14D27A; }
span { border-color: rgb(20,210,122); }
td.TdClassName
{
border-color: #14D27A;
}
.TagClassName
{
border-color: #14D27A;
}
</style>