Shades of Mountain Meadow #19A985
Tints of Mountain Meadow #19A985
RGB
CMYK
RGB Variations
Color information
#19A985 (or 0x19A985) is known color: Mountain Meadow. HEX triplet: 19, A9 and 85. RGB value is (25,169,133). Sum of RGB (Red+Green+Blue) = 25+169+133=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #19A985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A985 is #E6567A. Grayscale: #797979. Windows color (decimal): -15095419 or 8759577. OLE color: 8759577.
HSL color Cylindrical-coordinate representation of color #19A985: hue angle of 165º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A985 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 133 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.34 |
| HSL | 165º | 0.74% | 0.38% | - |
| HSV(B) | 165º | 0.85% | 0.66% | - |
| XYZ | 18.82 | 30.28 | 27.04 | - |
| YUV | 121.84 | 134.29 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 133 | 0.85 | 0 | 0.21 | 0.34 | 165 | 0.74 | 0.38 |
| Hex | 19 | A9 | 85 | 55 | 0 | 15 | 22 | A5 | 4A | 26 |
| Octal | 31 | 251 | 205 | 125 | 0 | 25 | 42 | 245 | 112 | 46 |
| Binary | 11001 | 10101001 | 10000101 | 1010101 | 0 | 10101 | 100010 | 10100101 | 1001010 | 100110 |
Color Harmonies of #19A985
Complementary color
Monochromatic Colors of #19A985
Black with #19A985
Text Example
Text Example
White with #19A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A985; }
p { color: rgb(25,169,133); }
H1.HeaderClassName
{
color: #19A985;
}
.AnyTagClassName
{
color: #19A985;
}
</style>
background-color css
<style>
a { background-color: #19A985; }
a { background-color: rgb(25,169,133); }
div.DivClassName
{
background-color: #19A985;
}
.BgClassName
{
background-color: #19A985;
}
</style>
border-color css
<style>
span { border-color: #19A985; }
span { border-color: rgb(25,169,133); }
td.TdClassName
{
border-color: #19A985;
}
.TagClassName
{
border-color: #19A985;
}
</style>