Shades of Mountain Meadow #19A575
Tints of Mountain Meadow #19A575
RGB
CMYK
RGB Variations
Color information
#19A575 (or 0x19A575) is known color: Mountain Meadow. HEX triplet: 19, A5 and 75. RGB value is (25,165,117). Sum of RGB (Red+Green+Blue) = 25+165+117=307 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.14% from 307); Green value is 165 (64.84% from 255 or 53.75% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 165 - color contains mainly: green. Hex color #19A575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A575 is #E65A8A. Grayscale: #757575. Windows color (decimal): -15096459 or 7709977. OLE color: 7709977.
HSL color Cylindrical-coordinate representation of color #19A575: hue angle of 159.43º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A575 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 165 | 117 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.35 |
| HSL | 159.43º | 0.74% | 0.37% | - |
| HSV(B) | 159.43º | 0.85% | 0.65% | - |
| XYZ | 17.07 | 28.4 | 21.41 | - |
| YUV | 117.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 165 | 117 | 0.85 | 0 | 0.29 | 0.35 | 159.43 | 0.74 | 0.37 |
| Hex | 19 | A5 | 75 | 55 | 0 | 1D | 23 | 9F | 4A | 25 |
| Octal | 31 | 245 | 165 | 125 | 0 | 35 | 43 | 237 | 112 | 45 |
| Binary | 11001 | 10100101 | 1110101 | 1010101 | 0 | 11101 | 100011 | 10011111 | 1001010 | 100101 |
Color Harmonies of #19A575
Complementary color
Monochromatic Colors of #19A575
Black with #19A575
Text Example
Text Example
White with #19A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A575; }
p { color: rgb(25,165,117); }
H1.HeaderClassName
{
color: #19A575;
}
.AnyTagClassName
{
color: #19A575;
}
</style>
background-color css
<style>
a { background-color: #19A575; }
a { background-color: rgb(25,165,117); }
div.DivClassName
{
background-color: #19A575;
}
.BgClassName
{
background-color: #19A575;
}
</style>
border-color css
<style>
span { border-color: #19A575; }
span { border-color: rgb(25,165,117); }
td.TdClassName
{
border-color: #19A575;
}
.TagClassName
{
border-color: #19A575;
}
</style>