Shades of Mountain Meadow #14C485
Tints of Mountain Meadow #14C485
RGB
CMYK
RGB Variations
Color information
#14C485 (or 0x14C485) is known color: Mountain Meadow. HEX triplet: 14, C4 and 85. RGB value is (20,196,133). Sum of RGB (Red+Green+Blue) = 20+196+133=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #14C485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14C485 is #EB3B7A. Grayscale: #888888. Windows color (decimal): -15416187 or 8766484. OLE color: 8766484.
HSL color Cylindrical-coordinate representation of color #14C485: hue angle of 158.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C485 is Cyan = 0.90, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 133 | - |
| CMYK | 0.90 | 0 | 0.32 | 0.23 |
| HSL | 158.52º | 0.81% | 0.42% | - |
| HSV(B) | 158.52º | 0.9% | 0.77% | - |
| XYZ | 24.26 | 41.32 | 28.89 | - |
| YUV | 136.19 | 126.19 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 133 | 0.90 | 0 | 0.32 | 0.23 | 158.52 | 0.81 | 0.42 |
| Hex | 14 | C4 | 85 | 5A | 0 | 20 | 17 | 9F | 51 | 2A |
| Octal | 24 | 304 | 205 | 132 | 0 | 40 | 27 | 237 | 121 | 52 |
| Binary | 10100 | 11000100 | 10000101 | 1011010 | 0 | 100000 | 10111 | 10011111 | 1010001 | 101010 |
Color Harmonies of #14C485
Complementary color
Monochromatic Colors of #14C485
Black with #14C485
Text Example
Text Example
White with #14C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C485; }
p { color: rgb(20,196,133); }
H1.HeaderClassName
{
color: #14C485;
}
.AnyTagClassName
{
color: #14C485;
}
</style>
background-color css
<style>
a { background-color: #14C485; }
a { background-color: rgb(20,196,133); }
div.DivClassName
{
background-color: #14C485;
}
.BgClassName
{
background-color: #14C485;
}
</style>
border-color css
<style>
span { border-color: #14C485; }
span { border-color: rgb(20,196,133); }
td.TdClassName
{
border-color: #14C485;
}
.TagClassName
{
border-color: #14C485;
}
</style>