Shades of Mountain Meadow #14CC76
Tints of Mountain Meadow #14CC76
RGB
CMYK
RGB Variations
Color information
#14CC76 (or 0x14CC76) is known color: Mountain Meadow. HEX triplet: 14, CC and 76. RGB value is (20,204,118). Sum of RGB (Red+Green+Blue) = 20+204+118=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #14CC76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14CC76 is #EB3389. Grayscale: #8B8B8B. Windows color (decimal): -15414154 or 7785492. OLE color: 7785492.
HSL color Cylindrical-coordinate representation of color #14CC76: hue angle of 151.96º 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 #14CC76 is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 20 | 204 | 118 | - |
| CMYK | 0.90 | 0 | 0.42 | 0.2 |
| HSL | 151.96º | 0.82% | 0.44% | - |
| HSV(B) | 151.96º | 0.9% | 0.8% | - |
| XYZ | 25.15 | 44.64 | 24.43 | - |
| YUV | 139.18 | 116.04 | 42.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 204 | 118 | 0.90 | 0 | 0.42 | 0.2 | 151.96 | 0.82 | 0.44 |
| Hex | 14 | CC | 76 | 5A | 0 | 2A | 14 | 98 | 52 | 2C |
| Octal | 24 | 314 | 166 | 132 | 0 | 52 | 24 | 230 | 122 | 54 |
| Binary | 10100 | 11001100 | 1110110 | 1011010 | 0 | 101010 | 10100 | 10011000 | 1010010 | 101100 |
Color Harmonies of #14CC76
Complementary color
Monochromatic Colors of #14CC76
Black with #14CC76
Text Example
Text Example
White with #14CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CC76; }
p { color: rgb(20,204,118); }
H1.HeaderClassName
{
color: #14CC76;
}
.AnyTagClassName
{
color: #14CC76;
}
</style>
background-color css
<style>
a { background-color: #14CC76; }
a { background-color: rgb(20,204,118); }
div.DivClassName
{
background-color: #14CC76;
}
.BgClassName
{
background-color: #14CC76;
}
</style>
border-color css
<style>
span { border-color: #14CC76; }
span { border-color: rgb(20,204,118); }
td.TdClassName
{
border-color: #14CC76;
}
.TagClassName
{
border-color: #14CC76;
}
</style>