Shades of Mountain Meadow #14CC89
Tints of Mountain Meadow #14CC89
RGB
CMYK
RGB Variations
Color information
#14CC89 (or 0x14CC89) is known color: Mountain Meadow. HEX triplet: 14, CC and 89. RGB value is (20,204,137). Sum of RGB (Red+Green+Blue) = 20+204+137=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CC89 is #EB3376. Grayscale: #8D8D8D. Windows color (decimal): -15414135 or 9030676. OLE color: 9030676.
HSL color Cylindrical-coordinate representation of color #14CC89: hue angle of 158.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CC89 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 137 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.2 |
| HSL | 158.15º | 0.82% | 0.44% | - |
| HSV(B) | 158.15º | 0.9% | 0.8% | - |
| XYZ | 26.4 | 45.14 | 30.99 | - |
| YUV | 141.35 | 125.54 | 41.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 137 | 0.90 | 0 | 0.33 | 0.2 | 158.15 | 0.82 | 0.44 |
| Hex | 14 | CC | 89 | 5A | 0 | 21 | 14 | 9E | 52 | 2C |
| Octal | 24 | 314 | 211 | 132 | 0 | 41 | 24 | 236 | 122 | 54 |
| Binary | 10100 | 11001100 | 10001001 | 1011010 | 0 | 100001 | 10100 | 10011110 | 1010010 | 101100 |
Color Harmonies of #14CC89
Complementary color
Monochromatic Colors of #14CC89
Black with #14CC89
Text Example
Text Example
White with #14CC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC89; }
p { color: rgb(20,204,137); }
H1.HeaderClassName
{
color: #14CC89;
}
.AnyTagClassName
{
color: #14CC89;
}
</style>
background-color css
<style>
a { background-color: #14CC89; }
a { background-color: rgb(20,204,137); }
div.DivClassName
{
background-color: #14CC89;
}
.BgClassName
{
background-color: #14CC89;
}
</style>
border-color css
<style>
span { border-color: #14CC89; }
span { border-color: rgb(20,204,137); }
td.TdClassName
{
border-color: #14CC89;
}
.TagClassName
{
border-color: #14CC89;
}
</style>