Shades of Mountain Meadow #1FA970
Tints of Mountain Meadow #1FA970
RGB
CMYK
RGB Variations
Color information
#1FA970 (or 0x1FA970) is known color: Mountain Meadow. HEX triplet: 1F, A9 and 70. RGB value is (31,169,112). Sum of RGB (Red+Green+Blue) = 31+169+112=312 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.94% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA970 is #E0568F. Grayscale: #797979. Windows color (decimal): -14702224 or 7383327. OLE color: 7383327.
HSL color Cylindrical-coordinate representation of color #1FA970: hue angle of 155.22º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA970 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 112 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.34 |
| HSL | 155.22º | 0.69% | 0.39% | - |
| HSV(B) | 155.22º | 0.82% | 0.66% | - |
| XYZ | 17.68 | 29.84 | 20.16 | - |
| YUV | 121.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 112 | 0.82 | 0 | 0.34 | 0.34 | 155.22 | 0.69 | 0.39 |
| Hex | 1F | A9 | 70 | 52 | 0 | 22 | 22 | 9B | 45 | 27 |
| Octal | 37 | 251 | 160 | 122 | 0 | 42 | 42 | 233 | 105 | 47 |
| Binary | 11111 | 10101001 | 1110000 | 1010010 | 0 | 100010 | 100010 | 10011011 | 1000101 | 100111 |
Color Harmonies of #1FA970
Complementary color
Monochromatic Colors of #1FA970
Black with #1FA970
Text Example
Text Example
White with #1FA970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA970; }
p { color: rgb(31,169,112); }
H1.HeaderClassName
{
color: #1FA970;
}
.AnyTagClassName
{
color: #1FA970;
}
</style>
background-color css
<style>
a { background-color: #1FA970; }
a { background-color: rgb(31,169,112); }
div.DivClassName
{
background-color: #1FA970;
}
.BgClassName
{
background-color: #1FA970;
}
</style>
border-color css
<style>
span { border-color: #1FA970; }
span { border-color: rgb(31,169,112); }
td.TdClassName
{
border-color: #1FA970;
}
.TagClassName
{
border-color: #1FA970;
}
</style>