Shades of Mountain Meadow #19AD70
Tints of Mountain Meadow #19AD70
RGB
CMYK
RGB Variations
Color information
#19AD70 (or 0x19AD70) is known color: Mountain Meadow. HEX triplet: 19, AD and 70. RGB value is (25,173,112). Sum of RGB (Red+Green+Blue) = 25+173+112=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #19AD70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AD70 is #E6528F. Grayscale: #797979. Windows color (decimal): -15094416 or 7384345. OLE color: 7384345.
HSL color Cylindrical-coordinate representation of color #19AD70: hue angle of 155.27º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AD70 is Cyan = 0.86, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 173 | 112 | - |
| CMYK | 0.86 | 0 | 0.35 | 0.32 |
| HSL | 155.27º | 0.75% | 0.39% | - |
| HSV(B) | 155.27º | 0.86% | 0.68% | - |
| XYZ | 18.27 | 31.26 | 20.4 | - |
| YUV | 121.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 173 | 112 | 0.86 | 0 | 0.35 | 0.32 | 155.27 | 0.75 | 0.39 |
| Hex | 19 | AD | 70 | 56 | 0 | 23 | 20 | 9B | 4B | 27 |
| Octal | 31 | 255 | 160 | 126 | 0 | 43 | 40 | 233 | 113 | 47 |
| Binary | 11001 | 10101101 | 1110000 | 1010110 | 0 | 100011 | 100000 | 10011011 | 1001011 | 100111 |
Color Harmonies of #19AD70
Complementary color
Monochromatic Colors of #19AD70
Black with #19AD70
Text Example
Text Example
White with #19AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AD70; }
p { color: rgb(25,173,112); }
H1.HeaderClassName
{
color: #19AD70;
}
.AnyTagClassName
{
color: #19AD70;
}
</style>
background-color css
<style>
a { background-color: #19AD70; }
a { background-color: rgb(25,173,112); }
div.DivClassName
{
background-color: #19AD70;
}
.BgClassName
{
background-color: #19AD70;
}
</style>
border-color css
<style>
span { border-color: #19AD70; }
span { border-color: rgb(25,173,112); }
td.TdClassName
{
border-color: #19AD70;
}
.TagClassName
{
border-color: #19AD70;
}
</style>