Shades of Mountain Meadow #1FAC87
Tints of Mountain Meadow #1FAC87
RGB
CMYK
RGB Variations
Color information
#1FAC87 (or 0x1FAC87) is known color: Mountain Meadow. HEX triplet: 1F, AC and 87. RGB value is (31,172,135). Sum of RGB (Red+Green+Blue) = 31+172+135=338 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.17% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAC87 is #E05378. Grayscale: #7D7D7D. Windows color (decimal): -14701433 or 8891423. OLE color: 8891423.
HSL color Cylindrical-coordinate representation of color #1FAC87: hue angle of 164.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC87 is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 135 | - |
| CMYK | 0.82 | 0 | 0.22 | 0.33 |
| HSL | 164.26º | 0.69% | 0.4% | - |
| HSV(B) | 164.26º | 0.82% | 0.67% | - |
| XYZ | 19.69 | 31.55 | 27.97 | - |
| YUV | 125.62 | 133.29 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 135 | 0.82 | 0 | 0.22 | 0.33 | 164.26 | 0.69 | 0.4 |
| Hex | 1F | AC | 87 | 52 | 0 | 16 | 21 | A4 | 45 | 28 |
| Octal | 37 | 254 | 207 | 122 | 0 | 26 | 41 | 244 | 105 | 50 |
| Binary | 11111 | 10101100 | 10000111 | 1010010 | 0 | 10110 | 100001 | 10100100 | 1000101 | 101000 |
Color Harmonies of #1FAC87
Complementary color
Monochromatic Colors of #1FAC87
Black with #1FAC87
Text Example
Text Example
White with #1FAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC87; }
p { color: rgb(31,172,135); }
H1.HeaderClassName
{
color: #1FAC87;
}
.AnyTagClassName
{
color: #1FAC87;
}
</style>
background-color css
<style>
a { background-color: #1FAC87; }
a { background-color: rgb(31,172,135); }
div.DivClassName
{
background-color: #1FAC87;
}
.BgClassName
{
background-color: #1FAC87;
}
</style>
border-color css
<style>
span { border-color: #1FAC87; }
span { border-color: rgb(31,172,135); }
td.TdClassName
{
border-color: #1FAC87;
}
.TagClassName
{
border-color: #1FAC87;
}
</style>