Shades of Mountain Meadow #14A58B
Tints of Mountain Meadow #14A58B
RGB
CMYK
RGB Variations
Color information
#14A58B (or 0x14A58B) is known color: Mountain Meadow. HEX triplet: 14, A5 and 8B. RGB value is (20,165,139). Sum of RGB (Red+Green+Blue) = 20+165+139=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #14A58B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A58B is #EB5A74. Grayscale: #767676. Windows color (decimal): -15424117 or 9151764. OLE color: 9151764.
HSL color Cylindrical-coordinate representation of color #14A58B: hue angle of 169.24º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A58B is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 20 | 165 | 139 | - |
| CMYK | 0.88 | 0 | 0.16 | 0.35 |
| HSL | 169.24º | 0.78% | 0.36% | - |
| HSV(B) | 169.24º | 0.88% | 0.65% | - |
| XYZ | 18.4 | 28.92 | 29.04 | - |
| YUV | 118.68 | 139.46 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 165 | 139 | 0.88 | 0 | 0.16 | 0.35 | 169.24 | 0.78 | 0.36 |
| Hex | 14 | A5 | 8B | 58 | 0 | 10 | 23 | A9 | 4E | 24 |
| Octal | 24 | 245 | 213 | 130 | 0 | 20 | 43 | 251 | 116 | 44 |
| Binary | 10100 | 10100101 | 10001011 | 1011000 | 0 | 10000 | 100011 | 10101001 | 1001110 | 100100 |
Color Harmonies of #14A58B
Complementary color
Monochromatic Colors of #14A58B
Black with #14A58B
Text Example
Text Example
White with #14A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A58B; }
p { color: rgb(20,165,139); }
H1.HeaderClassName
{
color: #14A58B;
}
.AnyTagClassName
{
color: #14A58B;
}
</style>
background-color css
<style>
a { background-color: #14A58B; }
a { background-color: rgb(20,165,139); }
div.DivClassName
{
background-color: #14A58B;
}
.BgClassName
{
background-color: #14A58B;
}
</style>
border-color css
<style>
span { border-color: #14A58B; }
span { border-color: rgb(20,165,139); }
td.TdClassName
{
border-color: #14A58B;
}
.TagClassName
{
border-color: #14A58B;
}
</style>