Shades of Mountain Meadow #19AB81
Tints of Mountain Meadow #19AB81
RGB
CMYK
RGB Variations
Color information
#19AB81 (or 0x19AB81) is known color: Mountain Meadow. HEX triplet: 19, AB and 81. RGB value is (25,171,129). Sum of RGB (Red+Green+Blue) = 25+171+129=325 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.69% from 325); Green value is 171 (67.19% from 255 or 52.62% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 171 - color contains mainly: green. Hex color #19AB81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AB81 is #E6547E. Grayscale: #7A7A7A. Windows color (decimal): -15094911 or 8497945. OLE color: 8497945.
HSL color Cylindrical-coordinate representation of color #19AB81: hue angle of 162.74º 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 #19AB81 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 171 | 129 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.33 |
| HSL | 162.74º | 0.74% | 0.38% | - |
| HSV(B) | 162.74º | 0.85% | 0.67% | - |
| XYZ | 18.93 | 30.92 | 25.74 | - |
| YUV | 122.56 | 131.63 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 171 | 129 | 0.85 | 0 | 0.25 | 0.33 | 162.74 | 0.74 | 0.38 |
| Hex | 19 | AB | 81 | 55 | 0 | 19 | 21 | A3 | 4A | 26 |
| Octal | 31 | 253 | 201 | 125 | 0 | 31 | 41 | 243 | 112 | 46 |
| Binary | 11001 | 10101011 | 10000001 | 1010101 | 0 | 11001 | 100001 | 10100011 | 1001010 | 100110 |
Color Harmonies of #19AB81
Complementary color
Monochromatic Colors of #19AB81
Black with #19AB81
Text Example
Text Example
White with #19AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AB81; }
p { color: rgb(25,171,129); }
H1.HeaderClassName
{
color: #19AB81;
}
.AnyTagClassName
{
color: #19AB81;
}
</style>
background-color css
<style>
a { background-color: #19AB81; }
a { background-color: rgb(25,171,129); }
div.DivClassName
{
background-color: #19AB81;
}
.BgClassName
{
background-color: #19AB81;
}
</style>
border-color css
<style>
span { border-color: #19AB81; }
span { border-color: rgb(25,171,129); }
td.TdClassName
{
border-color: #19AB81;
}
.TagClassName
{
border-color: #19AB81;
}
</style>