Shades of Mountain Meadow #19A37A
Tints of Mountain Meadow #19A37A
RGB
CMYK
RGB Variations
Color information
#19A37A (or 0x19A37A) is known color: Mountain Meadow. HEX triplet: 19, A3 and 7A. RGB value is (25,163,122). Sum of RGB (Red+Green+Blue) = 25+163+122=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #19A37A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19A37A is #E65C85. Grayscale: #757575. Windows color (decimal): -15096966 or 8037145. OLE color: 8037145.
HSL color Cylindrical-coordinate representation of color #19A37A: hue angle of 162.17º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A37A is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 25 | 163 | 122 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.36 |
| HSL | 162.17º | 0.73% | 0.37% | - |
| HSV(B) | 162.17º | 0.85% | 0.64% | - |
| XYZ | 17.01 | 27.81 | 22.88 | - |
| YUV | 117.06 | 130.78 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 163 | 122 | 0.85 | 0 | 0.25 | 0.36 | 162.17 | 0.73 | 0.37 |
| Hex | 19 | A3 | 7A | 55 | 0 | 19 | 24 | A2 | 49 | 25 |
| Octal | 31 | 243 | 172 | 125 | 0 | 31 | 44 | 242 | 111 | 45 |
| Binary | 11001 | 10100011 | 1111010 | 1010101 | 0 | 11001 | 100100 | 10100010 | 1001001 | 100101 |
Color Harmonies of #19A37A
Complementary color
Monochromatic Colors of #19A37A
Black with #19A37A
Text Example
Text Example
White with #19A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A37A; }
p { color: rgb(25,163,122); }
H1.HeaderClassName
{
color: #19A37A;
}
.AnyTagClassName
{
color: #19A37A;
}
</style>
background-color css
<style>
a { background-color: #19A37A; }
a { background-color: rgb(25,163,122); }
div.DivClassName
{
background-color: #19A37A;
}
.BgClassName
{
background-color: #19A37A;
}
</style>
border-color css
<style>
span { border-color: #19A37A; }
span { border-color: rgb(25,163,122); }
td.TdClassName
{
border-color: #19A37A;
}
.TagClassName
{
border-color: #19A37A;
}
</style>