Shades of Mountain Meadow #1FAD6D
Tints of Mountain Meadow #1FAD6D
RGB
CMYK
RGB Variations
Color information
#1FAD6D (or 0x1FAD6D) is known color: Mountain Meadow. HEX triplet: 1F, AD and 6D. RGB value is (31,173,109). Sum of RGB (Red+Green+Blue) = 31+173+109=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #1FAD6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAD6D is #E05292. Grayscale: #7B7B7B. Windows color (decimal): -14701203 or 7187743. OLE color: 7187743.
HSL color Cylindrical-coordinate representation of color #1FAD6D: hue angle of 152.96º 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 #1FAD6D is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 173 | 109 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.32 |
| HSL | 152.96º | 0.7% | 0.4% | - |
| HSV(B) | 152.96º | 0.82% | 0.68% | - |
| XYZ | 18.27 | 31.28 | 19.54 | - |
| YUV | 123.25 | 119.96 | 62.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 109 | 0.82 | 0 | 0.37 | 0.32 | 152.96 | 0.7 | 0.4 |
| Hex | 1F | AD | 6D | 52 | 0 | 25 | 20 | 99 | 46 | 28 |
| Octal | 37 | 255 | 155 | 122 | 0 | 45 | 40 | 231 | 106 | 50 |
| Binary | 11111 | 10101101 | 1101101 | 1010010 | 0 | 100101 | 100000 | 10011001 | 1000110 | 101000 |
Color Harmonies of #1FAD6D
Complementary color
Monochromatic Colors of #1FAD6D
Black with #1FAD6D
Text Example
Text Example
White with #1FAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAD6D; }
p { color: rgb(31,173,109); }
H1.HeaderClassName
{
color: #1FAD6D;
}
.AnyTagClassName
{
color: #1FAD6D;
}
</style>
background-color css
<style>
a { background-color: #1FAD6D; }
a { background-color: rgb(31,173,109); }
div.DivClassName
{
background-color: #1FAD6D;
}
.BgClassName
{
background-color: #1FAD6D;
}
</style>
border-color css
<style>
span { border-color: #1FAD6D; }
span { border-color: rgb(31,173,109); }
td.TdClassName
{
border-color: #1FAD6D;
}
.TagClassName
{
border-color: #1FAD6D;
}
</style>