Shades of Mountain Meadow #19AF87
Tints of Mountain Meadow #19AF87
RGB
CMYK
RGB Variations
Color information
#19AF87 (or 0x19AF87) is known color: Mountain Meadow. HEX triplet: 19, AF and 87. RGB value is (25,175,135). Sum of RGB (Red+Green+Blue) = 25+175+135=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AF87 is #E65078. Grayscale: #7D7D7D. Windows color (decimal): -15093881 or 8892185. OLE color: 8892185.
HSL color Cylindrical-coordinate representation of color #19AF87: hue angle of 164º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF87 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 135 | - |
| CMYK | 0.86 | 0 | 0.23 | 0.31 |
| HSL | 164º | 0.75% | 0.39% | - |
| HSV(B) | 164º | 0.86% | 0.69% | - |
| XYZ | 20.1 | 32.62 | 28.16 | - |
| YUV | 125.59 | 133.31 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 135 | 0.86 | 0 | 0.23 | 0.31 | 164 | 0.75 | 0.39 |
| Hex | 19 | AF | 87 | 56 | 0 | 17 | 1F | A4 | 4B | 27 |
| Octal | 31 | 257 | 207 | 126 | 0 | 27 | 37 | 244 | 113 | 47 |
| Binary | 11001 | 10101111 | 10000111 | 1010110 | 0 | 10111 | 11111 | 10100100 | 1001011 | 100111 |
Color Harmonies of #19AF87
Complementary color
Monochromatic Colors of #19AF87
Black with #19AF87
Text Example
Text Example
White with #19AF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF87; }
p { color: rgb(25,175,135); }
H1.HeaderClassName
{
color: #19AF87;
}
.AnyTagClassName
{
color: #19AF87;
}
</style>
background-color css
<style>
a { background-color: #19AF87; }
a { background-color: rgb(25,175,135); }
div.DivClassName
{
background-color: #19AF87;
}
.BgClassName
{
background-color: #19AF87;
}
</style>
border-color css
<style>
span { border-color: #19AF87; }
span { border-color: rgb(25,175,135); }
td.TdClassName
{
border-color: #19AF87;
}
.TagClassName
{
border-color: #19AF87;
}
</style>