Shades of Mountain Meadow #1FAC77
Tints of Mountain Meadow #1FAC77
RGB
CMYK
RGB Variations
Color information
#1FAC77 (or 0x1FAC77) is known color: Mountain Meadow. HEX triplet: 1F, AC and 77. RGB value is (31,172,119). Sum of RGB (Red+Green+Blue) = 31+172+119=322 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.63% from 322); Green value is 172 (67.58% from 255 or 53.42% from 322); Blue value is 119 (46.88% from 255 or 36.96% from 322); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC77 is #E05388. Grayscale: #7B7B7B. Windows color (decimal): -14701449 or 7842847. OLE color: 7842847.
HSL color Cylindrical-coordinate representation of color #1FAC77: hue angle of 157.45º 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 #1FAC77 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 119 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.33 |
| HSL | 157.45º | 0.69% | 0.4% | - |
| HSV(B) | 157.45º | 0.82% | 0.67% | - |
| XYZ | 18.65 | 31.13 | 22.48 | - |
| YUV | 123.8 | 125.29 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 119 | 0.82 | 0 | 0.31 | 0.33 | 157.45 | 0.69 | 0.4 |
| Hex | 1F | AC | 77 | 52 | 0 | 1F | 21 | 9D | 45 | 28 |
| Octal | 37 | 254 | 167 | 122 | 0 | 37 | 41 | 235 | 105 | 50 |
| Binary | 11111 | 10101100 | 1110111 | 1010010 | 0 | 11111 | 100001 | 10011101 | 1000101 | 101000 |
Color Harmonies of #1FAC77
Complementary color
Monochromatic Colors of #1FAC77
Black with #1FAC77
Text Example
Text Example
White with #1FAC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC77; }
p { color: rgb(31,172,119); }
H1.HeaderClassName
{
color: #1FAC77;
}
.AnyTagClassName
{
color: #1FAC77;
}
</style>
background-color css
<style>
a { background-color: #1FAC77; }
a { background-color: rgb(31,172,119); }
div.DivClassName
{
background-color: #1FAC77;
}
.BgClassName
{
background-color: #1FAC77;
}
</style>
border-color css
<style>
span { border-color: #1FAC77; }
span { border-color: rgb(31,172,119); }
td.TdClassName
{
border-color: #1FAC77;
}
.TagClassName
{
border-color: #1FAC77;
}
</style>