Shades of Mountain Meadow #19AF91
Tints of Mountain Meadow #19AF91
RGB
CMYK
RGB Variations
Color information
#19AF91 (or 0x19AF91) is known color: Mountain Meadow. HEX triplet: 19, AF and 91. RGB value is (25,175,145). Sum of RGB (Red+Green+Blue) = 25+175+145=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19AF91 is #E6506E. Grayscale: #7E7E7E. Windows color (decimal): -15093871 or 9547545. OLE color: 9547545.
HSL color Cylindrical-coordinate representation of color #19AF91: hue angle of 168º 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 #19AF91 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 145 | - |
| CMYK | 0.86 | 0 | 0.17 | 0.31 |
| HSL | 168º | 0.75% | 0.39% | - |
| HSV(B) | 168º | 0.86% | 0.69% | - |
| XYZ | 20.84 | 32.91 | 32.04 | - |
| YUV | 126.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 145 | 0.86 | 0 | 0.17 | 0.31 | 168 | 0.75 | 0.39 |
| Hex | 19 | AF | 91 | 56 | 0 | 11 | 1F | A8 | 4B | 27 |
| Octal | 31 | 257 | 221 | 126 | 0 | 21 | 37 | 250 | 113 | 47 |
| Binary | 11001 | 10101111 | 10010001 | 1010110 | 0 | 10001 | 11111 | 10101000 | 1001011 | 100111 |
Color Harmonies of #19AF91
Complementary color
Monochromatic Colors of #19AF91
Black with #19AF91
Text Example
Text Example
White with #19AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF91; }
p { color: rgb(25,175,145); }
H1.HeaderClassName
{
color: #19AF91;
}
.AnyTagClassName
{
color: #19AF91;
}
</style>
background-color css
<style>
a { background-color: #19AF91; }
a { background-color: rgb(25,175,145); }
div.DivClassName
{
background-color: #19AF91;
}
.BgClassName
{
background-color: #19AF91;
}
</style>
border-color css
<style>
span { border-color: #19AF91; }
span { border-color: rgb(25,175,145); }
td.TdClassName
{
border-color: #19AF91;
}
.TagClassName
{
border-color: #19AF91;
}
</style>