Shades of Mountain Meadow #14D183
Tints of Mountain Meadow #14D183
RGB
CMYK
RGB Variations
Color information
#14D183 (or 0x14D183) is known color: Mountain Meadow. HEX triplet: 14, D1 and 83. RGB value is (20,209,131). Sum of RGB (Red+Green+Blue) = 20+209+131=360 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.56% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #14D183 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D183 is #EB2E7C. Grayscale: #8F8F8F. Windows color (decimal): -15412861 or 8638740. OLE color: 8638740.
HSL color Cylindrical-coordinate representation of color #14D183: hue angle of 155.24º 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 #14D183 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 209 | 131 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.18 |
| HSL | 155.24º | 0.83% | 0.45% | - |
| HSV(B) | 155.24º | 0.9% | 0.82% | - |
| XYZ | 27.19 | 47.39 | 29.19 | - |
| YUV | 143.6 | 120.88 | 39.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 209 | 131 | 0.90 | 0 | 0.37 | 0.18 | 155.24 | 0.83 | 0.45 |
| Hex | 14 | D1 | 83 | 5A | 0 | 25 | 12 | 9B | 53 | 2D |
| Octal | 24 | 321 | 203 | 132 | 0 | 45 | 22 | 233 | 123 | 55 |
| Binary | 10100 | 11010001 | 10000011 | 1011010 | 0 | 100101 | 10010 | 10011011 | 1010011 | 101101 |
Color Harmonies of #14D183
Complementary color
Monochromatic Colors of #14D183
Black with #14D183
Text Example
Text Example
White with #14D183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14D183; }
p { color: rgb(20,209,131); }
H1.HeaderClassName
{
color: #14D183;
}
.AnyTagClassName
{
color: #14D183;
}
</style>
background-color css
<style>
a { background-color: #14D183; }
a { background-color: rgb(20,209,131); }
div.DivClassName
{
background-color: #14D183;
}
.BgClassName
{
background-color: #14D183;
}
</style>
border-color css
<style>
span { border-color: #14D183; }
span { border-color: rgb(20,209,131); }
td.TdClassName
{
border-color: #14D183;
}
.TagClassName
{
border-color: #14D183;
}
</style>