Shades of Mountain Meadow #19AC85
Tints of Mountain Meadow #19AC85
RGB
CMYK
RGB Variations
Color information
#19AC85 (or 0x19AC85) is known color: Mountain Meadow. HEX triplet: 19, AC and 85. RGB value is (25,172,133). Sum of RGB (Red+Green+Blue) = 25+172+133=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AC85 is #E6537A. Grayscale: #7B7B7B. Windows color (decimal): -15094651 or 8760345. OLE color: 8760345.
HSL color Cylindrical-coordinate representation of color #19AC85: hue angle of 164.08º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC85 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 172 | 133 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.33 |
| HSL | 164.08º | 0.75% | 0.39% | - |
| HSV(B) | 164.08º | 0.85% | 0.67% | - |
| XYZ | 19.39 | 31.41 | 27.23 | - |
| YUV | 123.6 | 133.3 | 57.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 133 | 0.85 | 0 | 0.23 | 0.33 | 164.08 | 0.75 | 0.39 |
| Hex | 19 | AC | 85 | 55 | 0 | 17 | 21 | A4 | 4B | 27 |
| Octal | 31 | 254 | 205 | 125 | 0 | 27 | 41 | 244 | 113 | 47 |
| Binary | 11001 | 10101100 | 10000101 | 1010101 | 0 | 10111 | 100001 | 10100100 | 1001011 | 100111 |
Color Harmonies of #19AC85
Complementary color
Monochromatic Colors of #19AC85
Black with #19AC85
Text Example
Text Example
White with #19AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AC85; }
p { color: rgb(25,172,133); }
H1.HeaderClassName
{
color: #19AC85;
}
.AnyTagClassName
{
color: #19AC85;
}
</style>
background-color css
<style>
a { background-color: #19AC85; }
a { background-color: rgb(25,172,133); }
div.DivClassName
{
background-color: #19AC85;
}
.BgClassName
{
background-color: #19AC85;
}
</style>
border-color css
<style>
span { border-color: #19AC85; }
span { border-color: rgb(25,172,133); }
td.TdClassName
{
border-color: #19AC85;
}
.TagClassName
{
border-color: #19AC85;
}
</style>