Shades of Mountain Meadow #1FAF8D
Tints of Mountain Meadow #1FAF8D
RGB
CMYK
RGB Variations
Color information
#1FAF8D (or 0x1FAF8D) is known color: Mountain Meadow. HEX triplet: 1F, AF and 8D. RGB value is (31,175,141). Sum of RGB (Red+Green+Blue) = 31+175+141=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAF8D is #E05072. Grayscale: #808080. Windows color (decimal): -14700659 or 9285407. OLE color: 9285407.
HSL color Cylindrical-coordinate representation of color #1FAF8D: hue angle of 165.83º 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 #1FAF8D is Cyan = 0.82, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 175 | 141 | - |
| CMYK | 0.82 | 0 | 0.19 | 0.31 |
| HSL | 165.83º | 0.7% | 0.4% | - |
| HSV(B) | 165.83º | 0.82% | 0.69% | - |
| XYZ | 20.7 | 32.87 | 30.45 | - |
| YUV | 128.07 | 135.29 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 141 | 0.82 | 0 | 0.19 | 0.31 | 165.83 | 0.7 | 0.4 |
| Hex | 1F | AF | 8D | 52 | 0 | 13 | 1F | A6 | 46 | 28 |
| Octal | 37 | 257 | 215 | 122 | 0 | 23 | 37 | 246 | 106 | 50 |
| Binary | 11111 | 10101111 | 10001101 | 1010010 | 0 | 10011 | 11111 | 10100110 | 1000110 | 101000 |
Color Harmonies of #1FAF8D
Complementary color
Monochromatic Colors of #1FAF8D
Black with #1FAF8D
Text Example
Text Example
White with #1FAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAF8D; }
p { color: rgb(31,175,141); }
H1.HeaderClassName
{
color: #1FAF8D;
}
.AnyTagClassName
{
color: #1FAF8D;
}
</style>
background-color css
<style>
a { background-color: #1FAF8D; }
a { background-color: rgb(31,175,141); }
div.DivClassName
{
background-color: #1FAF8D;
}
.BgClassName
{
background-color: #1FAF8D;
}
</style>
border-color css
<style>
span { border-color: #1FAF8D; }
span { border-color: rgb(31,175,141); }
td.TdClassName
{
border-color: #1FAF8D;
}
.TagClassName
{
border-color: #1FAF8D;
}
</style>