Shades of Mountain Meadow #14C577
Tints of Mountain Meadow #14C577
RGB
CMYK
RGB Variations
Color information
#14C577 (or 0x14C577) is known color: Mountain Meadow. HEX triplet: 14, C5 and 77. RGB value is (20,197,119). Sum of RGB (Red+Green+Blue) = 20+197+119=336 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.95% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #14C577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C577 is #EB3A88. Grayscale: #878787. Windows color (decimal): -15415945 or 7849236. OLE color: 7849236.
HSL color Cylindrical-coordinate representation of color #14C577: hue angle of 153.56º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C577 is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 197 | 119 | - |
| CMYK | 0.90 | 0 | 0.40 | 0.23 |
| HSL | 153.56º | 0.82% | 0.43% | - |
| HSV(B) | 153.56º | 0.9% | 0.77% | - |
| XYZ | 23.58 | 41.41 | 24.2 | - |
| YUV | 135.19 | 118.86 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 197 | 119 | 0.90 | 0 | 0.40 | 0.23 | 153.56 | 0.82 | 0.43 |
| Hex | 14 | C5 | 77 | 5A | 0 | 28 | 17 | 9A | 52 | 2B |
| Octal | 24 | 305 | 167 | 132 | 0 | 50 | 27 | 232 | 122 | 53 |
| Binary | 10100 | 11000101 | 1110111 | 1011010 | 0 | 101000 | 10111 | 10011010 | 1010010 | 101011 |
Color Harmonies of #14C577
Complementary color
Monochromatic Colors of #14C577
Black with #14C577
Text Example
Text Example
White with #14C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C577; }
p { color: rgb(20,197,119); }
H1.HeaderClassName
{
color: #14C577;
}
.AnyTagClassName
{
color: #14C577;
}
</style>
background-color css
<style>
a { background-color: #14C577; }
a { background-color: rgb(20,197,119); }
div.DivClassName
{
background-color: #14C577;
}
.BgClassName
{
background-color: #14C577;
}
</style>
border-color css
<style>
span { border-color: #14C577; }
span { border-color: rgb(20,197,119); }
td.TdClassName
{
border-color: #14C577;
}
.TagClassName
{
border-color: #14C577;
}
</style>