Shades of Mountain Meadow #14C76F
Tints of Mountain Meadow #14C76F
RGB
CMYK
RGB Variations
Color information
#14C76F (or 0x14C76F) is known color: Mountain Meadow. HEX triplet: 14, C7 and 6F. RGB value is (20,199,111). Sum of RGB (Red+Green+Blue) = 20+199+111=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 199 (78.12% from 255 or 60.30% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 199 - color contains mainly: green. Hex color #14C76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14C76F is #EB3890. Grayscale: #878787. Windows color (decimal): -15415441 or 7325460. OLE color: 7325460.
HSL color Cylindrical-coordinate representation of color #14C76F: hue angle of 150.5º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C76F is Cyan = 0.90, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 20 | 199 | 111 | - |
| CMYK | 0.90 | 0 | 0.44 | 0.22 |
| HSL | 150.5º | 0.82% | 0.43% | - |
| HSV(B) | 150.5º | 0.9% | 0.78% | - |
| XYZ | 23.58 | 42.14 | 21.93 | - |
| YUV | 135.45 | 114.2 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 199 | 111 | 0.90 | 0 | 0.44 | 0.22 | 150.5 | 0.82 | 0.43 |
| Hex | 14 | C7 | 6F | 5A | 0 | 2C | 16 | 97 | 52 | 2B |
| Octal | 24 | 307 | 157 | 132 | 0 | 54 | 26 | 227 | 122 | 53 |
| Binary | 10100 | 11000111 | 1101111 | 1011010 | 0 | 101100 | 10110 | 10010111 | 1010010 | 101011 |
Color Harmonies of #14C76F
Complementary color
Monochromatic Colors of #14C76F
Black with #14C76F
Text Example
Text Example
White with #14C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C76F; }
p { color: rgb(20,199,111); }
H1.HeaderClassName
{
color: #14C76F;
}
.AnyTagClassName
{
color: #14C76F;
}
</style>
background-color css
<style>
a { background-color: #14C76F; }
a { background-color: rgb(20,199,111); }
div.DivClassName
{
background-color: #14C76F;
}
.BgClassName
{
background-color: #14C76F;
}
</style>
border-color css
<style>
span { border-color: #14C76F; }
span { border-color: rgb(20,199,111); }
td.TdClassName
{
border-color: #14C76F;
}
.TagClassName
{
border-color: #14C76F;
}
</style>