Shades of Mountain Meadow #19D386
Tints of Mountain Meadow #19D386
RGB
CMYK
RGB Variations
Color information
#19D386 (or 0x19D386) is known color: Mountain Meadow. HEX triplet: 19, D3 and 86. RGB value is (25,211,134). Sum of RGB (Red+Green+Blue) = 25+211+134=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 211 (82.81% from 255 or 57.03% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 211 - color contains mainly: green. Hex color #19D386 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #19D386 is #E62C79. Grayscale: #929292. Windows color (decimal): -15084666 or 8835865. OLE color: 8835865.
HSL color Cylindrical-coordinate representation of color #19D386: hue angle of 155.16º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19D386 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 25 | 211 | 134 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.17 |
| HSL | 155.16º | 0.79% | 0.46% | - |
| HSV(B) | 155.16º | 0.88% | 0.83% | - |
| XYZ | 28 | 48.52 | 30.44 | - |
| YUV | 146.61 | 120.88 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 211 | 134 | 0.88 | 0 | 0.36 | 0.17 | 155.16 | 0.79 | 0.46 |
| Hex | 19 | D3 | 86 | 58 | 0 | 24 | 11 | 9B | 4F | 2E |
| Octal | 31 | 323 | 206 | 130 | 0 | 44 | 21 | 233 | 117 | 56 |
| Binary | 11001 | 11010011 | 10000110 | 1011000 | 0 | 100100 | 10001 | 10011011 | 1001111 | 101110 |
Color Harmonies of #19D386
Complementary color
Monochromatic Colors of #19D386
Black with #19D386
Text Example
Text Example
White with #19D386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19D386; }
p { color: rgb(25,211,134); }
H1.HeaderClassName
{
color: #19D386;
}
.AnyTagClassName
{
color: #19D386;
}
</style>
background-color css
<style>
a { background-color: #19D386; }
a { background-color: rgb(25,211,134); }
div.DivClassName
{
background-color: #19D386;
}
.BgClassName
{
background-color: #19D386;
}
</style>
border-color css
<style>
span { border-color: #19D386; }
span { border-color: rgb(25,211,134); }
td.TdClassName
{
border-color: #19D386;
}
.TagClassName
{
border-color: #19D386;
}
</style>