Shades of Mountain Meadow #19A976
Tints of Mountain Meadow #19A976
RGB
CMYK
RGB Variations
Color information
#19A976 (or 0x19A976) is known color: Mountain Meadow. HEX triplet: 19, A9 and 76. RGB value is (25,169,118). Sum of RGB (Red+Green+Blue) = 25+169+118=312 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.01% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #19A976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A976 is #E65689. Grayscale: #787878. Windows color (decimal): -15095434 or 7776537. OLE color: 7776537.
HSL color Cylindrical-coordinate representation of color #19A976: hue angle of 158.75º 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 #19A976 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 25 | 169 | 118 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.34 |
| HSL | 158.75º | 0.74% | 0.38% | - |
| HSV(B) | 158.75º | 0.85% | 0.66% | - |
| XYZ | 17.86 | 29.89 | 21.97 | - |
| YUV | 120.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 169 | 118 | 0.85 | 0 | 0.30 | 0.34 | 158.75 | 0.74 | 0.38 |
| Hex | 19 | A9 | 76 | 55 | 0 | 1E | 22 | 9F | 4A | 26 |
| Octal | 31 | 251 | 166 | 125 | 0 | 36 | 42 | 237 | 112 | 46 |
| Binary | 11001 | 10101001 | 1110110 | 1010101 | 0 | 11110 | 100010 | 10011111 | 1001010 | 100110 |
Color Harmonies of #19A976
Complementary color
Monochromatic Colors of #19A976
Black with #19A976
Text Example
Text Example
White with #19A976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A976; }
p { color: rgb(25,169,118); }
H1.HeaderClassName
{
color: #19A976;
}
.AnyTagClassName
{
color: #19A976;
}
</style>
background-color css
<style>
a { background-color: #19A976; }
a { background-color: rgb(25,169,118); }
div.DivClassName
{
background-color: #19A976;
}
.BgClassName
{
background-color: #19A976;
}
</style>
border-color css
<style>
span { border-color: #19A976; }
span { border-color: rgb(25,169,118); }
td.TdClassName
{
border-color: #19A976;
}
.TagClassName
{
border-color: #19A976;
}
</style>