Shades of Mountain Meadow #19A77D
Tints of Mountain Meadow #19A77D
RGB
CMYK
RGB Variations
Color information
#19A77D (or 0x19A77D) is known color: Mountain Meadow. HEX triplet: 19, A7 and 7D. RGB value is (25,167,125). Sum of RGB (Red+Green+Blue) = 25+167+125=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #19A77D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A77D is #E65882. Grayscale: #777777. Windows color (decimal): -15095939 or 8234777. OLE color: 8234777.
HSL color Cylindrical-coordinate representation of color #19A77D: hue angle of 162.25º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A77D is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 167 | 125 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.35 |
| HSL | 162.25º | 0.74% | 0.38% | - |
| HSV(B) | 162.25º | 0.85% | 0.65% | - |
| XYZ | 17.92 | 29.32 | 24.12 | - |
| YUV | 119.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 125 | 0.85 | 0 | 0.25 | 0.35 | 162.25 | 0.74 | 0.38 |
| Hex | 19 | A7 | 7D | 55 | 0 | 19 | 23 | A2 | 4A | 26 |
| Octal | 31 | 247 | 175 | 125 | 0 | 31 | 43 | 242 | 112 | 46 |
| Binary | 11001 | 10100111 | 1111101 | 1010101 | 0 | 11001 | 100011 | 10100010 | 1001010 | 100110 |
Color Harmonies of #19A77D
Complementary color
Monochromatic Colors of #19A77D
Black with #19A77D
Text Example
Text Example
White with #19A77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A77D; }
p { color: rgb(25,167,125); }
H1.HeaderClassName
{
color: #19A77D;
}
.AnyTagClassName
{
color: #19A77D;
}
</style>
background-color css
<style>
a { background-color: #19A77D; }
a { background-color: rgb(25,167,125); }
div.DivClassName
{
background-color: #19A77D;
}
.BgClassName
{
background-color: #19A77D;
}
</style>
border-color css
<style>
span { border-color: #19A77D; }
span { border-color: rgb(25,167,125); }
td.TdClassName
{
border-color: #19A77D;
}
.TagClassName
{
border-color: #19A77D;
}
</style>