Shades of Mountain Meadow #1FAC79
Tints of Mountain Meadow #1FAC79
RGB
CMYK
RGB Variations
Color information
#1FAC79 (or 0x1FAC79) is known color: Mountain Meadow. HEX triplet: 1F, AC and 79. RGB value is (31,172,121). Sum of RGB (Red+Green+Blue) = 31+172+121=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 172 (67.58% from 255 or 53.09% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC79 is #E05386. Grayscale: #7C7C7C. Windows color (decimal): -14701447 or 7973919. OLE color: 7973919.
HSL color Cylindrical-coordinate representation of color #1FAC79: hue angle of 158.3º 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 #1FAC79 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 121 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.33 |
| HSL | 158.3º | 0.69% | 0.4% | - |
| HSV(B) | 158.3º | 0.82% | 0.67% | - |
| XYZ | 18.77 | 31.18 | 23.12 | - |
| YUV | 124.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 121 | 0.82 | 0 | 0.30 | 0.33 | 158.3 | 0.69 | 0.4 |
| Hex | 1F | AC | 79 | 52 | 0 | 1E | 21 | 9E | 45 | 28 |
| Octal | 37 | 254 | 171 | 122 | 0 | 36 | 41 | 236 | 105 | 50 |
| Binary | 11111 | 10101100 | 1111001 | 1010010 | 0 | 11110 | 100001 | 10011110 | 1000101 | 101000 |
Color Harmonies of #1FAC79
Complementary color
Monochromatic Colors of #1FAC79
Black with #1FAC79
Text Example
Text Example
White with #1FAC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC79; }
p { color: rgb(31,172,121); }
H1.HeaderClassName
{
color: #1FAC79;
}
.AnyTagClassName
{
color: #1FAC79;
}
</style>
background-color css
<style>
a { background-color: #1FAC79; }
a { background-color: rgb(31,172,121); }
div.DivClassName
{
background-color: #1FAC79;
}
.BgClassName
{
background-color: #1FAC79;
}
</style>
border-color css
<style>
span { border-color: #1FAC79; }
span { border-color: rgb(31,172,121); }
td.TdClassName
{
border-color: #1FAC79;
}
.TagClassName
{
border-color: #1FAC79;
}
</style>