Shades of Mountain Meadow #19AB80
Tints of Mountain Meadow #19AB80
RGB
CMYK
RGB Variations
Color information
#19AB80 (or 0x19AB80) is known color: Mountain Meadow. HEX triplet: 19, AB and 80. RGB value is (25,171,128). Sum of RGB (Red+Green+Blue) = 25+171+128=324 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.72% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB80 is #E6547F. Grayscale: #7A7A7A. Windows color (decimal): -15094912 or 8432409. OLE color: 8432409.
HSL color Cylindrical-coordinate representation of color #19AB80: hue angle of 162.33º 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 #19AB80 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 128 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.33 |
| HSL | 162.33º | 0.74% | 0.38% | - |
| HSV(B) | 162.33º | 0.85% | 0.67% | - |
| XYZ | 18.86 | 30.89 | 25.39 | - |
| YUV | 122.44 | 131.13 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 128 | 0.85 | 0 | 0.25 | 0.33 | 162.33 | 0.74 | 0.38 |
| Hex | 19 | AB | 80 | 55 | 0 | 19 | 21 | A2 | 4A | 26 |
| Octal | 31 | 253 | 200 | 125 | 0 | 31 | 41 | 242 | 112 | 46 |
| Binary | 11001 | 10101011 | 10000000 | 1010101 | 0 | 11001 | 100001 | 10100010 | 1001010 | 100110 |
Color Harmonies of #19AB80
Complementary color
Monochromatic Colors of #19AB80
Black with #19AB80
Text Example
Text Example
White with #19AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB80; }
p { color: rgb(25,171,128); }
H1.HeaderClassName
{
color: #19AB80;
}
.AnyTagClassName
{
color: #19AB80;
}
</style>
background-color css
<style>
a { background-color: #19AB80; }
a { background-color: rgb(25,171,128); }
div.DivClassName
{
background-color: #19AB80;
}
.BgClassName
{
background-color: #19AB80;
}
</style>
border-color css
<style>
span { border-color: #19AB80; }
span { border-color: rgb(25,171,128); }
td.TdClassName
{
border-color: #19AB80;
}
.TagClassName
{
border-color: #19AB80;
}
</style>