Shades of Mountain Meadow #1FA77A
Tints of Mountain Meadow #1FA77A
RGB
CMYK
RGB Variations
Color information
#1FA77A (or 0x1FA77A) is known color: Mountain Meadow. HEX triplet: 1F, A7 and 7A. RGB value is (31,167,122). Sum of RGB (Red+Green+Blue) = 31+167+122=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA77A is #E05885. Grayscale: #797979. Windows color (decimal): -14702726 or 8038175. OLE color: 8038175.
HSL color Cylindrical-coordinate representation of color #1FA77A: hue angle of 160.15º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA77A is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 167 | 122 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.35 |
| HSL | 160.15º | 0.69% | 0.39% | - |
| HSV(B) | 160.15º | 0.81% | 0.65% | - |
| XYZ | 17.9 | 29.33 | 23.13 | - |
| YUV | 121.21 | 128.44 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 167 | 122 | 0.81 | 0 | 0.27 | 0.35 | 160.15 | 0.69 | 0.39 |
| Hex | 1F | A7 | 7A | 51 | 0 | 1B | 23 | A0 | 45 | 27 |
| Octal | 37 | 247 | 172 | 121 | 0 | 33 | 43 | 240 | 105 | 47 |
| Binary | 11111 | 10100111 | 1111010 | 1010001 | 0 | 11011 | 100011 | 10100000 | 1000101 | 100111 |
Color Harmonies of #1FA77A
Complementary color
Monochromatic Colors of #1FA77A
Black with #1FA77A
Text Example
Text Example
White with #1FA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA77A; }
p { color: rgb(31,167,122); }
H1.HeaderClassName
{
color: #1FA77A;
}
.AnyTagClassName
{
color: #1FA77A;
}
</style>
background-color css
<style>
a { background-color: #1FA77A; }
a { background-color: rgb(31,167,122); }
div.DivClassName
{
background-color: #1FA77A;
}
.BgClassName
{
background-color: #1FA77A;
}
</style>
border-color css
<style>
span { border-color: #1FA77A; }
span { border-color: rgb(31,167,122); }
td.TdClassName
{
border-color: #1FA77A;
}
.TagClassName
{
border-color: #1FA77A;
}
</style>