Shades of Mountain Meadow #1FAC73
Tints of Mountain Meadow #1FAC73
RGB
CMYK
RGB Variations
Color information
#1FAC73 (or 0x1FAC73) is known color: Mountain Meadow. HEX triplet: 1F, AC and 73. RGB value is (31,172,115). Sum of RGB (Red+Green+Blue) = 31+172+115=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 115 (45.31% from 255 or 36.16% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC73 is #E0538C. Grayscale: #7B7B7B. Windows color (decimal): -14701453 or 7580703. OLE color: 7580703.
HSL color Cylindrical-coordinate representation of color #1FAC73: hue angle of 155.74º 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 #1FAC73 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 115 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.33 |
| HSL | 155.74º | 0.69% | 0.4% | - |
| HSV(B) | 155.74º | 0.82% | 0.67% | - |
| XYZ | 18.41 | 31.03 | 21.24 | - |
| YUV | 123.34 | 123.29 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 115 | 0.82 | 0 | 0.33 | 0.33 | 155.74 | 0.69 | 0.4 |
| Hex | 1F | AC | 73 | 52 | 0 | 21 | 21 | 9C | 45 | 28 |
| Octal | 37 | 254 | 163 | 122 | 0 | 41 | 41 | 234 | 105 | 50 |
| Binary | 11111 | 10101100 | 1110011 | 1010010 | 0 | 100001 | 100001 | 10011100 | 1000101 | 101000 |
Color Harmonies of #1FAC73
Complementary color
Monochromatic Colors of #1FAC73
Black with #1FAC73
Text Example
Text Example
White with #1FAC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC73; }
p { color: rgb(31,172,115); }
H1.HeaderClassName
{
color: #1FAC73;
}
.AnyTagClassName
{
color: #1FAC73;
}
</style>
background-color css
<style>
a { background-color: #1FAC73; }
a { background-color: rgb(31,172,115); }
div.DivClassName
{
background-color: #1FAC73;
}
.BgClassName
{
background-color: #1FAC73;
}
</style>
border-color css
<style>
span { border-color: #1FAC73; }
span { border-color: rgb(31,172,115); }
td.TdClassName
{
border-color: #1FAC73;
}
.TagClassName
{
border-color: #1FAC73;
}
</style>