Shades of Mountain Meadow #1FA573
Tints of Mountain Meadow #1FA573
RGB
CMYK
RGB Variations
Color information
#1FA573 (or 0x1FA573) is known color: Mountain Meadow. HEX triplet: 1F, A5 and 73. RGB value is (31,165,115). Sum of RGB (Red+Green+Blue) = 31+165+115=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 165 (64.84% from 255 or 53.05% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 165 - color contains mainly: green. Hex color #1FA573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA573 is #E05A8C. Grayscale: #777777. Windows color (decimal): -14703245 or 7578911. OLE color: 7578911.
HSL color Cylindrical-coordinate representation of color #1FA573: hue angle of 157.61º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA573 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 31 | 165 | 115 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.35 |
| HSL | 157.61º | 0.68% | 0.38% | - |
| HSV(B) | 157.61º | 0.81% | 0.65% | - |
| XYZ | 17.11 | 28.44 | 20.81 | - |
| YUV | 119.23 | 125.61 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 165 | 115 | 0.81 | 0 | 0.30 | 0.35 | 157.61 | 0.68 | 0.38 |
| Hex | 1F | A5 | 73 | 51 | 0 | 1E | 23 | 9E | 44 | 26 |
| Octal | 37 | 245 | 163 | 121 | 0 | 36 | 43 | 236 | 104 | 46 |
| Binary | 11111 | 10100101 | 1110011 | 1010001 | 0 | 11110 | 100011 | 10011110 | 1000100 | 100110 |
Color Harmonies of #1FA573
Complementary color
Monochromatic Colors of #1FA573
Black with #1FA573
Text Example
Text Example
White with #1FA573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA573; }
p { color: rgb(31,165,115); }
H1.HeaderClassName
{
color: #1FA573;
}
.AnyTagClassName
{
color: #1FA573;
}
</style>
background-color css
<style>
a { background-color: #1FA573; }
a { background-color: rgb(31,165,115); }
div.DivClassName
{
background-color: #1FA573;
}
.BgClassName
{
background-color: #1FA573;
}
</style>
border-color css
<style>
span { border-color: #1FA573; }
span { border-color: rgb(31,165,115); }
td.TdClassName
{
border-color: #1FA573;
}
.TagClassName
{
border-color: #1FA573;
}
</style>