Shades of Mountain Meadow #19A885
Tints of Mountain Meadow #19A885
RGB
CMYK
RGB Variations
Color information
#19A885 (or 0x19A885) is known color: Mountain Meadow. HEX triplet: 19, A8 and 85. RGB value is (25,168,133). Sum of RGB (Red+Green+Blue) = 25+168+133=326 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.67% from 326); Green value is 168 (66.02% from 255 or 51.53% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 168 - color contains mainly: green. Hex color #19A885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A885 is #E6577A. Grayscale: #797979. Windows color (decimal): -15095675 or 8759321. OLE color: 8759321.
HSL color Cylindrical-coordinate representation of color #19A885: hue angle of 165.31º 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 #19A885 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 133 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.34 |
| HSL | 165.31º | 0.74% | 0.38% | - |
| HSV(B) | 165.31º | 0.85% | 0.66% | - |
| XYZ | 18.64 | 29.91 | 26.98 | - |
| YUV | 121.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 133 | 0.85 | 0 | 0.21 | 0.34 | 165.31 | 0.74 | 0.38 |
| Hex | 19 | A8 | 85 | 55 | 0 | 15 | 22 | A5 | 4A | 26 |
| Octal | 31 | 250 | 205 | 125 | 0 | 25 | 42 | 245 | 112 | 46 |
| Binary | 11001 | 10101000 | 10000101 | 1010101 | 0 | 10101 | 100010 | 10100101 | 1001010 | 100110 |
Color Harmonies of #19A885
Complementary color
Monochromatic Colors of #19A885
Black with #19A885
Text Example
Text Example
White with #19A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A885; }
p { color: rgb(25,168,133); }
H1.HeaderClassName
{
color: #19A885;
}
.AnyTagClassName
{
color: #19A885;
}
</style>
background-color css
<style>
a { background-color: #19A885; }
a { background-color: rgb(25,168,133); }
div.DivClassName
{
background-color: #19A885;
}
.BgClassName
{
background-color: #19A885;
}
</style>
border-color css
<style>
span { border-color: #19A885; }
span { border-color: rgb(25,168,133); }
td.TdClassName
{
border-color: #19A885;
}
.TagClassName
{
border-color: #19A885;
}
</style>