Shades of Mountain Meadow #14D181
Tints of Mountain Meadow #14D181
RGB
CMYK
RGB Variations
Color information
#14D181 (or 0x14D181) is known color: Mountain Meadow. HEX triplet: 14, D1 and 81. RGB value is (20,209,129). Sum of RGB (Red+Green+Blue) = 20+209+129=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 209 (82.03% from 255 or 58.38% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 209 - color contains mainly: green. Hex color #14D181 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D181 is #EB2E7E. Grayscale: #8F8F8F. Windows color (decimal): -15412863 or 8507668. OLE color: 8507668.
HSL color Cylindrical-coordinate representation of color #14D181: hue angle of 154.6º degrees, saturation: 0.83, 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 #14D181 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 129 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.18 |
| HSL | 154.6º | 0.83% | 0.45% | - |
| HSV(B) | 154.6º | 0.9% | 0.82% | - |
| XYZ | 27.05 | 47.33 | 28.48 | - |
| YUV | 143.37 | 119.88 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 129 | 0.90 | 0 | 0.38 | 0.18 | 154.6 | 0.83 | 0.45 |
| Hex | 14 | D1 | 81 | 5A | 0 | 26 | 12 | 9B | 53 | 2D |
| Octal | 24 | 321 | 201 | 132 | 0 | 46 | 22 | 233 | 123 | 55 |
| Binary | 10100 | 11010001 | 10000001 | 1011010 | 0 | 100110 | 10010 | 10011011 | 1010011 | 101101 |
Color Harmonies of #14D181
Complementary color
Monochromatic Colors of #14D181
Black with #14D181
Text Example
Text Example
White with #14D181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D181; }
p { color: rgb(20,209,129); }
H1.HeaderClassName
{
color: #14D181;
}
.AnyTagClassName
{
color: #14D181;
}
</style>
background-color css
<style>
a { background-color: #14D181; }
a { background-color: rgb(20,209,129); }
div.DivClassName
{
background-color: #14D181;
}
.BgClassName
{
background-color: #14D181;
}
</style>
border-color css
<style>
span { border-color: #14D181; }
span { border-color: rgb(20,209,129); }
td.TdClassName
{
border-color: #14D181;
}
.TagClassName
{
border-color: #14D181;
}
</style>