Shades of Mountain Meadow #1FAD72
Tints of Mountain Meadow #1FAD72
RGB
CMYK
RGB Variations
Color information
#1FAD72 (or 0x1FAD72) is known color: Mountain Meadow. HEX triplet: 1F, AD and 72. RGB value is (31,173,114). Sum of RGB (Red+Green+Blue) = 31+173+114=318 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.75% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD72 is #E0528D. Grayscale: #7B7B7B. Windows color (decimal): -14701198 or 7515423. OLE color: 7515423.
HSL color Cylindrical-coordinate representation of color #1FAD72: hue angle of 155.07º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAD72 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 114 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.32 |
| HSL | 155.07º | 0.7% | 0.4% | - |
| HSV(B) | 155.07º | 0.82% | 0.68% | - |
| XYZ | 18.55 | 31.39 | 21 | - |
| YUV | 123.82 | 122.46 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 114 | 0.82 | 0 | 0.34 | 0.32 | 155.07 | 0.7 | 0.4 |
| Hex | 1F | AD | 72 | 52 | 0 | 22 | 20 | 9B | 46 | 28 |
| Octal | 37 | 255 | 162 | 122 | 0 | 42 | 40 | 233 | 106 | 50 |
| Binary | 11111 | 10101101 | 1110010 | 1010010 | 0 | 100010 | 100000 | 10011011 | 1000110 | 101000 |
Color Harmonies of #1FAD72
Complementary color
Monochromatic Colors of #1FAD72
Black with #1FAD72
Text Example
Text Example
White with #1FAD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD72; }
p { color: rgb(31,173,114); }
H1.HeaderClassName
{
color: #1FAD72;
}
.AnyTagClassName
{
color: #1FAD72;
}
</style>
background-color css
<style>
a { background-color: #1FAD72; }
a { background-color: rgb(31,173,114); }
div.DivClassName
{
background-color: #1FAD72;
}
.BgClassName
{
background-color: #1FAD72;
}
</style>
border-color css
<style>
span { border-color: #1FAD72; }
span { border-color: rgb(31,173,114); }
td.TdClassName
{
border-color: #1FAD72;
}
.TagClassName
{
border-color: #1FAD72;
}
</style>