Shades of Mountain Meadow #14B490
Tints of Mountain Meadow #14B490
RGB
CMYK
RGB Variations
Color information
#14B490 (or 0x14B490) is known color: Mountain Meadow. HEX triplet: 14, B4 and 90. RGB value is (20,180,144). Sum of RGB (Red+Green+Blue) = 20+180+144=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 180 (70.70% from 255 or 52.33% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 180 - color contains mainly: green. Hex color #14B490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B490 is #EB4B6F. Grayscale: #808080. Windows color (decimal): -15420272 or 9483284. OLE color: 9483284.
HSL color Cylindrical-coordinate representation of color #14B490: hue angle of 166.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B490 is Cyan = 0.89, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 180 | 144 | - |
| CMYK | 0.89 | 0 | 0.2 | 0.29 |
| HSL | 166.5º | 0.8% | 0.39% | - |
| HSV(B) | 166.5º | 0.89% | 0.71% | - |
| XYZ | 21.64 | 34.8 | 31.96 | - |
| YUV | 128.06 | 136.99 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 180 | 144 | 0.89 | 0 | 0.2 | 0.29 | 166.5 | 0.8 | 0.39 |
| Hex | 14 | B4 | 90 | 59 | 0 | 14 | 1D | A6 | 50 | 27 |
| Octal | 24 | 264 | 220 | 131 | 0 | 24 | 35 | 246 | 120 | 47 |
| Binary | 10100 | 10110100 | 10010000 | 1011001 | 0 | 10100 | 11101 | 10100110 | 1010000 | 100111 |
Color Harmonies of #14B490
Complementary color
Monochromatic Colors of #14B490
Black with #14B490
Text Example
Text Example
White with #14B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B490; }
p { color: rgb(20,180,144); }
H1.HeaderClassName
{
color: #14B490;
}
.AnyTagClassName
{
color: #14B490;
}
</style>
background-color css
<style>
a { background-color: #14B490; }
a { background-color: rgb(20,180,144); }
div.DivClassName
{
background-color: #14B490;
}
.BgClassName
{
background-color: #14B490;
}
</style>
border-color css
<style>
span { border-color: #14B490; }
span { border-color: rgb(20,180,144); }
td.TdClassName
{
border-color: #14B490;
}
.TagClassName
{
border-color: #14B490;
}
</style>