Shades of Mountain Meadow #14B384
Tints of Mountain Meadow #14B384
RGB
CMYK
RGB Variations
Color information
#14B384 (or 0x14B384) is known color: Mountain Meadow. HEX triplet: 14, B3 and 84. RGB value is (20,179,132). Sum of RGB (Red+Green+Blue) = 20+179+132=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #14B384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B384 is #EB4C7B. Grayscale: #7E7E7E. Windows color (decimal): -15420540 or 8696596. OLE color: 8696596.
HSL color Cylindrical-coordinate representation of color #14B384: hue angle of 162.26º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B384 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 179 | 132 | - |
| CMYK | 0.89 | 0 | 0.26 | 0.30 |
| HSL | 162.26º | 0.8% | 0.39% | - |
| HSV(B) | 162.26º | 0.89% | 0.7% | - |
| XYZ | 20.57 | 34.05 | 27.32 | - |
| YUV | 126.1 | 131.32 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 132 | 0.89 | 0 | 0.26 | 0.30 | 162.26 | 0.8 | 0.39 |
| Hex | 14 | B3 | 84 | 59 | 0 | 1A | 1E | A2 | 50 | 27 |
| Octal | 24 | 263 | 204 | 131 | 0 | 32 | 36 | 242 | 120 | 47 |
| Binary | 10100 | 10110011 | 10000100 | 1011001 | 0 | 11010 | 11110 | 10100010 | 1010000 | 100111 |
Color Harmonies of #14B384
Complementary color
Monochromatic Colors of #14B384
Black with #14B384
Text Example
Text Example
White with #14B384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B384; }
p { color: rgb(20,179,132); }
H1.HeaderClassName
{
color: #14B384;
}
.AnyTagClassName
{
color: #14B384;
}
</style>
background-color css
<style>
a { background-color: #14B384; }
a { background-color: rgb(20,179,132); }
div.DivClassName
{
background-color: #14B384;
}
.BgClassName
{
background-color: #14B384;
}
</style>
border-color css
<style>
span { border-color: #14B384; }
span { border-color: rgb(20,179,132); }
td.TdClassName
{
border-color: #14B384;
}
.TagClassName
{
border-color: #14B384;
}
</style>