Shades of Mountain Meadow #19A077
Tints of Mountain Meadow #19A077
RGB
CMYK
RGB Variations
Color information
#19A077 (or 0x19A077) is known color: Mountain Meadow. HEX triplet: 19, A0 and 77. RGB value is (25,160,119). Sum of RGB (Red+Green+Blue) = 25+160+119=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #19A077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A077 is #E65F88. Grayscale: #727272. Windows color (decimal): -15097737 or 7839769. OLE color: 7839769.
HSL color Cylindrical-coordinate representation of color #19A077: hue angle of 161.78º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A077 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 160 | 119 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.37 |
| HSL | 161.78º | 0.73% | 0.36% | - |
| HSV(B) | 161.78º | 0.84% | 0.63% | - |
| XYZ | 16.3 | 26.68 | 21.74 | - |
| YUV | 114.96 | 130.27 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 160 | 119 | 0.84 | 0 | 0.26 | 0.37 | 161.78 | 0.73 | 0.36 |
| Hex | 19 | A0 | 77 | 54 | 0 | 1A | 25 | A2 | 49 | 24 |
| Octal | 31 | 240 | 167 | 124 | 0 | 32 | 45 | 242 | 111 | 44 |
| Binary | 11001 | 10100000 | 1110111 | 1010100 | 0 | 11010 | 100101 | 10100010 | 1001001 | 100100 |
Color Harmonies of #19A077
Complementary color
Monochromatic Colors of #19A077
Black with #19A077
Text Example
Text Example
White with #19A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A077; }
p { color: rgb(25,160,119); }
H1.HeaderClassName
{
color: #19A077;
}
.AnyTagClassName
{
color: #19A077;
}
</style>
background-color css
<style>
a { background-color: #19A077; }
a { background-color: rgb(25,160,119); }
div.DivClassName
{
background-color: #19A077;
}
.BgClassName
{
background-color: #19A077;
}
</style>
border-color css
<style>
span { border-color: #19A077; }
span { border-color: rgb(25,160,119); }
td.TdClassName
{
border-color: #19A077;
}
.TagClassName
{
border-color: #19A077;
}
</style>