Shades of Mountain Meadow #14D07E
Tints of Mountain Meadow #14D07E
RGB
CMYK
RGB Variations
Color information
#14D07E (or 0x14D07E) is known color: Mountain Meadow. HEX triplet: 14, D0 and 7E. RGB value is (20,208,126). Sum of RGB (Red+Green+Blue) = 20+208+126=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #14D07E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14D07E is #EB2F81. Grayscale: #8E8E8E. Windows color (decimal): -15413122 or 8310804. OLE color: 8310804.
HSL color Cylindrical-coordinate representation of color #14D07E: hue angle of 153.83º 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 #14D07E is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 208 | 126 | - |
| CMYK | 0.90 | 0 | 0.39 | 0.18 |
| HSL | 153.83º | 0.82% | 0.45% | - |
| HSV(B) | 153.83º | 0.9% | 0.82% | - |
| XYZ | 26.61 | 46.77 | 27.36 | - |
| YUV | 142.44 | 118.72 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 208 | 126 | 0.90 | 0 | 0.39 | 0.18 | 153.83 | 0.82 | 0.45 |
| Hex | 14 | D0 | 7E | 5A | 0 | 27 | 12 | 9A | 52 | 2D |
| Octal | 24 | 320 | 176 | 132 | 0 | 47 | 22 | 232 | 122 | 55 |
| Binary | 10100 | 11010000 | 1111110 | 1011010 | 0 | 100111 | 10010 | 10011010 | 1010010 | 101101 |
Color Harmonies of #14D07E
Complementary color
Monochromatic Colors of #14D07E
Black with #14D07E
Text Example
Text Example
White with #14D07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D07E; }
p { color: rgb(20,208,126); }
H1.HeaderClassName
{
color: #14D07E;
}
.AnyTagClassName
{
color: #14D07E;
}
</style>
background-color css
<style>
a { background-color: #14D07E; }
a { background-color: rgb(20,208,126); }
div.DivClassName
{
background-color: #14D07E;
}
.BgClassName
{
background-color: #14D07E;
}
</style>
border-color css
<style>
span { border-color: #14D07E; }
span { border-color: rgb(20,208,126); }
td.TdClassName
{
border-color: #14D07E;
}
.TagClassName
{
border-color: #14D07E;
}
</style>