Shades of Mountain Meadow #14C370
Tints of Mountain Meadow #14C370
RGB
CMYK
RGB Variations
Color information
#14C370 (or 0x14C370) is known color: Mountain Meadow. HEX triplet: 14, C3 and 70. RGB value is (20,195,112). Sum of RGB (Red+Green+Blue) = 20+195+112=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #14C370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C370 is #EB3C8F. Grayscale: #858585. Windows color (decimal): -15416464 or 7389972. OLE color: 7389972.
HSL color Cylindrical-coordinate representation of color #14C370: hue angle of 151.54º 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 #14C370 is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 112 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.24 |
| HSL | 151.54º | 0.81% | 0.42% | - |
| HSV(B) | 151.54º | 0.9% | 0.76% | - |
| XYZ | 22.73 | 40.35 | 21.92 | - |
| YUV | 133.21 | 116.02 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 112 | 0.90 | 0 | 0.43 | 0.24 | 151.54 | 0.81 | 0.42 |
| Hex | 14 | C3 | 70 | 5A | 0 | 2B | 18 | 98 | 51 | 2A |
| Octal | 24 | 303 | 160 | 132 | 0 | 53 | 30 | 230 | 121 | 52 |
| Binary | 10100 | 11000011 | 1110000 | 1011010 | 0 | 101011 | 11000 | 10011000 | 1010001 | 101010 |
Color Harmonies of #14C370
Complementary color
Monochromatic Colors of #14C370
Black with #14C370
Text Example
Text Example
White with #14C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C370; }
p { color: rgb(20,195,112); }
H1.HeaderClassName
{
color: #14C370;
}
.AnyTagClassName
{
color: #14C370;
}
</style>
background-color css
<style>
a { background-color: #14C370; }
a { background-color: rgb(20,195,112); }
div.DivClassName
{
background-color: #14C370;
}
.BgClassName
{
background-color: #14C370;
}
</style>
border-color css
<style>
span { border-color: #14C370; }
span { border-color: rgb(20,195,112); }
td.TdClassName
{
border-color: #14C370;
}
.TagClassName
{
border-color: #14C370;
}
</style>