Shades of Mountain Meadow #1FAA77
Tints of Mountain Meadow #1FAA77
RGB
CMYK
RGB Variations
Color information
#1FAA77 (or 0x1FAA77) is known color: Mountain Meadow. HEX triplet: 1F, AA and 77. RGB value is (31,170,119). Sum of RGB (Red+Green+Blue) = 31+170+119=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAA77 is #E05588. Grayscale: #7A7A7A. Windows color (decimal): -14701961 or 7842335. OLE color: 7842335.
HSL color Cylindrical-coordinate representation of color #1FAA77: hue angle of 157.99º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA77 is Cyan = 0.82, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 119 | - |
| CMYK | 0.82 | 0 | 0.3 | 0.33 |
| HSL | 157.99º | 0.69% | 0.39% | - |
| HSV(B) | 157.99º | 0.82% | 0.67% | - |
| XYZ | 18.27 | 30.37 | 22.35 | - |
| YUV | 122.63 | 125.95 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 119 | 0.82 | 0 | 0.3 | 0.33 | 157.99 | 0.69 | 0.39 |
| Hex | 1F | AA | 77 | 52 | 0 | 1E | 21 | 9E | 45 | 27 |
| Octal | 37 | 252 | 167 | 122 | 0 | 36 | 41 | 236 | 105 | 47 |
| Binary | 11111 | 10101010 | 1110111 | 1010010 | 0 | 11110 | 100001 | 10011110 | 1000101 | 100111 |
Color Harmonies of #1FAA77
Complementary color
Monochromatic Colors of #1FAA77
Black with #1FAA77
Text Example
Text Example
White with #1FAA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA77; }
p { color: rgb(31,170,119); }
H1.HeaderClassName
{
color: #1FAA77;
}
.AnyTagClassName
{
color: #1FAA77;
}
</style>
background-color css
<style>
a { background-color: #1FAA77; }
a { background-color: rgb(31,170,119); }
div.DivClassName
{
background-color: #1FAA77;
}
.BgClassName
{
background-color: #1FAA77;
}
</style>
border-color css
<style>
span { border-color: #1FAA77; }
span { border-color: rgb(31,170,119); }
td.TdClassName
{
border-color: #1FAA77;
}
.TagClassName
{
border-color: #1FAA77;
}
</style>