Shades of Mountain Meadow #1FAF86
Tints of Mountain Meadow #1FAF86
RGB
CMYK
RGB Variations
Color information
#1FAF86 (or 0x1FAF86) is known color: Mountain Meadow. HEX triplet: 1F, AF and 86. RGB value is (31,175,134). Sum of RGB (Red+Green+Blue) = 31+175+134=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAF86 is #E05079. Grayscale: #7F7F7F. Windows color (decimal): -14700666 or 8826655. OLE color: 8826655.
HSL color Cylindrical-coordinate representation of color #1FAF86: hue angle of 162.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAF86 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 134 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.31 |
| HSL | 162.92º | 0.7% | 0.4% | - |
| HSV(B) | 162.92º | 0.82% | 0.69% | - |
| XYZ | 20.2 | 32.67 | 27.8 | - |
| YUV | 127.27 | 131.79 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 134 | 0.82 | 0 | 0.23 | 0.31 | 162.92 | 0.7 | 0.4 |
| Hex | 1F | AF | 86 | 52 | 0 | 17 | 1F | A3 | 46 | 28 |
| Octal | 37 | 257 | 206 | 122 | 0 | 27 | 37 | 243 | 106 | 50 |
| Binary | 11111 | 10101111 | 10000110 | 1010010 | 0 | 10111 | 11111 | 10100011 | 1000110 | 101000 |
Color Harmonies of #1FAF86
Complementary color
Monochromatic Colors of #1FAF86
Black with #1FAF86
Text Example
Text Example
White with #1FAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAF86; }
p { color: rgb(31,175,134); }
H1.HeaderClassName
{
color: #1FAF86;
}
.AnyTagClassName
{
color: #1FAF86;
}
</style>
background-color css
<style>
a { background-color: #1FAF86; }
a { background-color: rgb(31,175,134); }
div.DivClassName
{
background-color: #1FAF86;
}
.BgClassName
{
background-color: #1FAF86;
}
</style>
border-color css
<style>
span { border-color: #1FAF86; }
span { border-color: rgb(31,175,134); }
td.TdClassName
{
border-color: #1FAF86;
}
.TagClassName
{
border-color: #1FAF86;
}
</style>