Shades of Mountain Meadow #19AC70
Tints of Mountain Meadow #19AC70
RGB
CMYK
RGB Variations
Color information
#19AC70 (or 0x19AC70) is known color: Mountain Meadow. HEX triplet: 19, AC and 70. RGB value is (25,172,112). Sum of RGB (Red+Green+Blue) = 25+172+112=309 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.09% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AC70 is #E6538F. Grayscale: #797979. Windows color (decimal): -15094672 or 7384089. OLE color: 7384089.
HSL color Cylindrical-coordinate representation of color #19AC70: hue angle of 155.51º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC70 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 172 | 112 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.33 |
| HSL | 155.51º | 0.75% | 0.39% | - |
| HSV(B) | 155.51º | 0.85% | 0.67% | - |
| XYZ | 18.08 | 30.88 | 20.34 | - |
| YUV | 121.21 | 122.8 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 112 | 0.85 | 0 | 0.35 | 0.33 | 155.51 | 0.75 | 0.39 |
| Hex | 19 | AC | 70 | 55 | 0 | 23 | 21 | 9C | 4B | 27 |
| Octal | 31 | 254 | 160 | 125 | 0 | 43 | 41 | 234 | 113 | 47 |
| Binary | 11001 | 10101100 | 1110000 | 1010101 | 0 | 100011 | 100001 | 10011100 | 1001011 | 100111 |
Color Harmonies of #19AC70
Complementary color
Monochromatic Colors of #19AC70
Black with #19AC70
Text Example
Text Example
White with #19AC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AC70; }
p { color: rgb(25,172,112); }
H1.HeaderClassName
{
color: #19AC70;
}
.AnyTagClassName
{
color: #19AC70;
}
</style>
background-color css
<style>
a { background-color: #19AC70; }
a { background-color: rgb(25,172,112); }
div.DivClassName
{
background-color: #19AC70;
}
.BgClassName
{
background-color: #19AC70;
}
</style>
border-color css
<style>
span { border-color: #19AC70; }
span { border-color: rgb(25,172,112); }
td.TdClassName
{
border-color: #19AC70;
}
.TagClassName
{
border-color: #19AC70;
}
</style>