Shades of Mountain Meadow #14C375
Tints of Mountain Meadow #14C375
RGB
CMYK
RGB Variations
Color information
#14C375 (or 0x14C375) is known color: Mountain Meadow. HEX triplet: 14, C3 and 75. RGB value is (20,195,117). Sum of RGB (Red+Green+Blue) = 20+195+117=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #14C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C375 is #EB3C8A. Grayscale: #858585. Windows color (decimal): -15416459 or 7717652. OLE color: 7717652.
HSL color Cylindrical-coordinate representation of color #14C375: hue angle of 153.26º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C375 is Cyan = 0.90, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 117 | - |
| CMYK | 0.90 | 0 | 0.4 | 0.24 |
| HSL | 153.26º | 0.81% | 0.42% | - |
| HSV(B) | 153.26º | 0.9% | 0.76% | - |
| XYZ | 23.01 | 40.46 | 23.43 | - |
| YUV | 133.78 | 118.52 | 46.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 117 | 0.90 | 0 | 0.4 | 0.24 | 153.26 | 0.81 | 0.42 |
| Hex | 14 | C3 | 75 | 5A | 0 | 28 | 18 | 99 | 51 | 2A |
| Octal | 24 | 303 | 165 | 132 | 0 | 50 | 30 | 231 | 121 | 52 |
| Binary | 10100 | 11000011 | 1110101 | 1011010 | 0 | 101000 | 11000 | 10011001 | 1010001 | 101010 |
Color Harmonies of #14C375
Complementary color
Monochromatic Colors of #14C375
Black with #14C375
Text Example
Text Example
White with #14C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C375; }
p { color: rgb(20,195,117); }
H1.HeaderClassName
{
color: #14C375;
}
.AnyTagClassName
{
color: #14C375;
}
</style>
background-color css
<style>
a { background-color: #14C375; }
a { background-color: rgb(20,195,117); }
div.DivClassName
{
background-color: #14C375;
}
.BgClassName
{
background-color: #14C375;
}
</style>
border-color css
<style>
span { border-color: #14C375; }
span { border-color: rgb(20,195,117); }
td.TdClassName
{
border-color: #14C375;
}
.TagClassName
{
border-color: #14C375;
}
</style>