Shades of Mountain Meadow #19A873
Tints of Mountain Meadow #19A873
RGB
CMYK
RGB Variations
Color information
#19A873 (or 0x19A873) is known color: Mountain Meadow. HEX triplet: 19, A8 and 73. RGB value is (25,168,115). Sum of RGB (Red+Green+Blue) = 25+168+115=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #19A873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A873 is #E6578C. Grayscale: #777777. Windows color (decimal): -15095693 or 7579673. OLE color: 7579673.
HSL color Cylindrical-coordinate representation of color #19A873: hue angle of 157.76º 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 #19A873 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 168 | 115 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.34 |
| HSL | 157.76º | 0.74% | 0.38% | - |
| HSV(B) | 157.76º | 0.85% | 0.66% | - |
| XYZ | 17.5 | 29.45 | 20.98 | - |
| YUV | 119.2 | 125.62 | 60.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 168 | 115 | 0.85 | 0 | 0.32 | 0.34 | 157.76 | 0.74 | 0.38 |
| Hex | 19 | A8 | 73 | 55 | 0 | 20 | 22 | 9E | 4A | 26 |
| Octal | 31 | 250 | 163 | 125 | 0 | 40 | 42 | 236 | 112 | 46 |
| Binary | 11001 | 10101000 | 1110011 | 1010101 | 0 | 100000 | 100010 | 10011110 | 1001010 | 100110 |
Color Harmonies of #19A873
Complementary color
Monochromatic Colors of #19A873
Black with #19A873
Text Example
Text Example
White with #19A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A873; }
p { color: rgb(25,168,115); }
H1.HeaderClassName
{
color: #19A873;
}
.AnyTagClassName
{
color: #19A873;
}
</style>
background-color css
<style>
a { background-color: #19A873; }
a { background-color: rgb(25,168,115); }
div.DivClassName
{
background-color: #19A873;
}
.BgClassName
{
background-color: #19A873;
}
</style>
border-color css
<style>
span { border-color: #19A873; }
span { border-color: rgb(25,168,115); }
td.TdClassName
{
border-color: #19A873;
}
.TagClassName
{
border-color: #19A873;
}
</style>