Shades of Mountain Meadow #14D07F
Tints of Mountain Meadow #14D07F
RGB
CMYK
RGB Variations
Color information
#14D07F (or 0x14D07F) is known color: Mountain Meadow. HEX triplet: 14, D0 and 7F. RGB value is (20,208,127). Sum of RGB (Red+Green+Blue) = 20+208+127=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 208 (81.64% from 255 or 58.59% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 208 - color contains mainly: green. Hex color #14D07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D07F is #EB2F80. Grayscale: #8E8E8E. Windows color (decimal): -15413121 or 8376340. OLE color: 8376340.
HSL color Cylindrical-coordinate representation of color #14D07F: hue angle of 154.15º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D07F is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 127 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.18 |
| HSL | 154.15º | 0.82% | 0.45% | - |
| HSV(B) | 154.15º | 0.9% | 0.82% | - |
| XYZ | 26.68 | 46.79 | 27.7 | - |
| YUV | 142.55 | 119.22 | 40.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 127 | 0.90 | 0 | 0.39 | 0.18 | 154.15 | 0.82 | 0.45 |
| Hex | 14 | D0 | 7F | 5A | 0 | 27 | 12 | 9A | 52 | 2D |
| Octal | 24 | 320 | 177 | 132 | 0 | 47 | 22 | 232 | 122 | 55 |
| Binary | 10100 | 11010000 | 1111111 | 1011010 | 0 | 100111 | 10010 | 10011010 | 1010010 | 101101 |
Color Harmonies of #14D07F
Complementary color
Monochromatic Colors of #14D07F
Black with #14D07F
Text Example
Text Example
White with #14D07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D07F; }
p { color: rgb(20,208,127); }
H1.HeaderClassName
{
color: #14D07F;
}
.AnyTagClassName
{
color: #14D07F;
}
</style>
background-color css
<style>
a { background-color: #14D07F; }
a { background-color: rgb(20,208,127); }
div.DivClassName
{
background-color: #14D07F;
}
.BgClassName
{
background-color: #14D07F;
}
</style>
border-color css
<style>
span { border-color: #14D07F; }
span { border-color: rgb(20,208,127); }
td.TdClassName
{
border-color: #14D07F;
}
.TagClassName
{
border-color: #14D07F;
}
</style>