Shades of Mountain Meadow #14CA7B
Tints of Mountain Meadow #14CA7B
RGB
CMYK
RGB Variations
Color information
#14CA7B (or 0x14CA7B) is known color: Mountain Meadow. HEX triplet: 14, CA and 7B. RGB value is (20,202,123). Sum of RGB (Red+Green+Blue) = 20+202+123=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CA7B is #EB3584. Grayscale: #8A8A8A. Windows color (decimal): -15414661 or 8112660. OLE color: 8112660.
HSL color Cylindrical-coordinate representation of color #14CA7B: hue angle of 153.96º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CA7B is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 20 | 202 | 123 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.21 |
| HSL | 153.96º | 0.82% | 0.44% | - |
| HSV(B) | 153.96º | 0.9% | 0.79% | - |
| XYZ | 24.98 | 43.82 | 25.88 | - |
| YUV | 138.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 202 | 123 | 0.90 | 0 | 0.39 | 0.21 | 153.96 | 0.82 | 0.44 |
| Hex | 14 | CA | 7B | 5A | 0 | 27 | 15 | 9A | 52 | 2C |
| Octal | 24 | 312 | 173 | 132 | 0 | 47 | 25 | 232 | 122 | 54 |
| Binary | 10100 | 11001010 | 1111011 | 1011010 | 0 | 100111 | 10101 | 10011010 | 1010010 | 101100 |
Color Harmonies of #14CA7B
Complementary color
Monochromatic Colors of #14CA7B
Black with #14CA7B
Text Example
Text Example
White with #14CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CA7B; }
p { color: rgb(20,202,123); }
H1.HeaderClassName
{
color: #14CA7B;
}
.AnyTagClassName
{
color: #14CA7B;
}
</style>
background-color css
<style>
a { background-color: #14CA7B; }
a { background-color: rgb(20,202,123); }
div.DivClassName
{
background-color: #14CA7B;
}
.BgClassName
{
background-color: #14CA7B;
}
</style>
border-color css
<style>
span { border-color: #14CA7B; }
span { border-color: rgb(20,202,123); }
td.TdClassName
{
border-color: #14CA7B;
}
.TagClassName
{
border-color: #14CA7B;
}
</style>