Shades of Mountain Meadow #19AA84
Tints of Mountain Meadow #19AA84
RGB
CMYK
RGB Variations
Color information
#19AA84 (or 0x19AA84) is known color: Mountain Meadow. HEX triplet: 19, AA and 84. RGB value is (25,170,132). Sum of RGB (Red+Green+Blue) = 25+170+132=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #19AA84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AA84 is #E6557B. Grayscale: #7A7A7A. Windows color (decimal): -15095164 or 8694297. OLE color: 8694297.
HSL color Cylindrical-coordinate representation of color #19AA84: hue angle of 164.28º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AA84 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 170 | 132 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.33 |
| HSL | 164.28º | 0.74% | 0.38% | - |
| HSV(B) | 164.28º | 0.85% | 0.67% | - |
| XYZ | 18.94 | 30.62 | 26.74 | - |
| YUV | 122.31 | 133.46 | 58.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 170 | 132 | 0.85 | 0 | 0.22 | 0.33 | 164.28 | 0.74 | 0.38 |
| Hex | 19 | AA | 84 | 55 | 0 | 16 | 21 | A4 | 4A | 26 |
| Octal | 31 | 252 | 204 | 125 | 0 | 26 | 41 | 244 | 112 | 46 |
| Binary | 11001 | 10101010 | 10000100 | 1010101 | 0 | 10110 | 100001 | 10100100 | 1001010 | 100110 |
Color Harmonies of #19AA84
Complementary color
Monochromatic Colors of #19AA84
Black with #19AA84
Text Example
Text Example
White with #19AA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AA84; }
p { color: rgb(25,170,132); }
H1.HeaderClassName
{
color: #19AA84;
}
.AnyTagClassName
{
color: #19AA84;
}
</style>
background-color css
<style>
a { background-color: #19AA84; }
a { background-color: rgb(25,170,132); }
div.DivClassName
{
background-color: #19AA84;
}
.BgClassName
{
background-color: #19AA84;
}
</style>
border-color css
<style>
span { border-color: #19AA84; }
span { border-color: rgb(25,170,132); }
td.TdClassName
{
border-color: #19AA84;
}
.TagClassName
{
border-color: #19AA84;
}
</style>