Shades of Mountain Meadow #14A27E
Tints of Mountain Meadow #14A27E
RGB
CMYK
RGB Variations
Color information
#14A27E (or 0x14A27E) is known color: Mountain Meadow. HEX triplet: 14, A2 and 7E. RGB value is (20,162,126). Sum of RGB (Red+Green+Blue) = 20+162+126=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #14A27E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A27E is #EB5D81. Grayscale: #737373. Windows color (decimal): -15424898 or 8299028. OLE color: 8299028.
HSL color Cylindrical-coordinate representation of color #14A27E: hue angle of 164.79º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A27E is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 162 | 126 | - |
| CMYK | 0.88 | 0 | 0.22 | 0.36 |
| HSL | 164.79º | 0.78% | 0.36% | - |
| HSV(B) | 164.79º | 0.88% | 0.64% | - |
| XYZ | 16.97 | 27.5 | 24.15 | - |
| YUV | 115.44 | 133.96 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 126 | 0.88 | 0 | 0.22 | 0.36 | 164.79 | 0.78 | 0.36 |
| Hex | 14 | A2 | 7E | 58 | 0 | 16 | 24 | A5 | 4E | 24 |
| Octal | 24 | 242 | 176 | 130 | 0 | 26 | 44 | 245 | 116 | 44 |
| Binary | 10100 | 10100010 | 1111110 | 1011000 | 0 | 10110 | 100100 | 10100101 | 1001110 | 100100 |
Color Harmonies of #14A27E
Complementary color
Monochromatic Colors of #14A27E
Black with #14A27E
Text Example
Text Example
White with #14A27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A27E; }
p { color: rgb(20,162,126); }
H1.HeaderClassName
{
color: #14A27E;
}
.AnyTagClassName
{
color: #14A27E;
}
</style>
background-color css
<style>
a { background-color: #14A27E; }
a { background-color: rgb(20,162,126); }
div.DivClassName
{
background-color: #14A27E;
}
.BgClassName
{
background-color: #14A27E;
}
</style>
border-color css
<style>
span { border-color: #14A27E; }
span { border-color: rgb(20,162,126); }
td.TdClassName
{
border-color: #14A27E;
}
.TagClassName
{
border-color: #14A27E;
}
</style>