Shades of Mountain Meadow #19AB7C
Tints of Mountain Meadow #19AB7C
RGB
CMYK
RGB Variations
Color information
#19AB7C (or 0x19AB7C) is known color: Mountain Meadow. HEX triplet: 19, AB and 7C. RGB value is (25,171,124). Sum of RGB (Red+Green+Blue) = 25+171+124=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19AB7C is #E65483. Grayscale: #7A7A7A. Windows color (decimal): -15094916 or 8170265. OLE color: 8170265.
HSL color Cylindrical-coordinate representation of color #19AB7C: hue angle of 160.68º 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 #19AB7C is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 124 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.33 |
| HSL | 160.68º | 0.74% | 0.38% | - |
| HSV(B) | 160.68º | 0.85% | 0.67% | - |
| XYZ | 18.6 | 30.79 | 24.03 | - |
| YUV | 121.99 | 129.13 | 58.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 124 | 0.85 | 0 | 0.27 | 0.33 | 160.68 | 0.74 | 0.38 |
| Hex | 19 | AB | 7C | 55 | 0 | 1B | 21 | A1 | 4A | 26 |
| Octal | 31 | 253 | 174 | 125 | 0 | 33 | 41 | 241 | 112 | 46 |
| Binary | 11001 | 10101011 | 1111100 | 1010101 | 0 | 11011 | 100001 | 10100001 | 1001010 | 100110 |
Color Harmonies of #19AB7C
Complementary color
Monochromatic Colors of #19AB7C
Black with #19AB7C
Text Example
Text Example
White with #19AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB7C; }
p { color: rgb(25,171,124); }
H1.HeaderClassName
{
color: #19AB7C;
}
.AnyTagClassName
{
color: #19AB7C;
}
</style>
background-color css
<style>
a { background-color: #19AB7C; }
a { background-color: rgb(25,171,124); }
div.DivClassName
{
background-color: #19AB7C;
}
.BgClassName
{
background-color: #19AB7C;
}
</style>
border-color css
<style>
span { border-color: #19AB7C; }
span { border-color: rgb(25,171,124); }
td.TdClassName
{
border-color: #19AB7C;
}
.TagClassName
{
border-color: #19AB7C;
}
</style>