Shades of Mountain Meadow #1FA775
Tints of Mountain Meadow #1FA775
RGB
CMYK
RGB Variations
Color information
#1FA775 (or 0x1FA775) is known color: Mountain Meadow. HEX triplet: 1F, A7 and 75. RGB value is (31,167,117). Sum of RGB (Red+Green+Blue) = 31+167+117=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #1FA775 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA775 is #E0588A. Grayscale: #787878. Windows color (decimal): -14702731 or 7710495. OLE color: 7710495.
HSL color Cylindrical-coordinate representation of color #1FA775: hue angle of 157.94º 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 #1FA775 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 167 | 117 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.35 |
| HSL | 157.94º | 0.69% | 0.39% | - |
| HSV(B) | 157.94º | 0.81% | 0.65% | - |
| XYZ | 17.59 | 29.21 | 21.54 | - |
| YUV | 120.64 | 125.94 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 167 | 117 | 0.81 | 0 | 0.30 | 0.35 | 157.94 | 0.69 | 0.39 |
| Hex | 1F | A7 | 75 | 51 | 0 | 1E | 23 | 9E | 45 | 27 |
| Octal | 37 | 247 | 165 | 121 | 0 | 36 | 43 | 236 | 105 | 47 |
| Binary | 11111 | 10100111 | 1110101 | 1010001 | 0 | 11110 | 100011 | 10011110 | 1000101 | 100111 |
Color Harmonies of #1FA775
Complementary color
Monochromatic Colors of #1FA775
Black with #1FA775
Text Example
Text Example
White with #1FA775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA775; }
p { color: rgb(31,167,117); }
H1.HeaderClassName
{
color: #1FA775;
}
.AnyTagClassName
{
color: #1FA775;
}
</style>
background-color css
<style>
a { background-color: #1FA775; }
a { background-color: rgb(31,167,117); }
div.DivClassName
{
background-color: #1FA775;
}
.BgClassName
{
background-color: #1FA775;
}
</style>
border-color css
<style>
span { border-color: #1FA775; }
span { border-color: rgb(31,167,117); }
td.TdClassName
{
border-color: #1FA775;
}
.TagClassName
{
border-color: #1FA775;
}
</style>