Shades of Mountain Meadow #1FA96D
Tints of Mountain Meadow #1FA96D
RGB
CMYK
RGB Variations
Color information
#1FA96D (or 0x1FA96D) is known color: Mountain Meadow. HEX triplet: 1F, A9 and 6D. RGB value is (31,169,109). Sum of RGB (Red+Green+Blue) = 31+169+109=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA96D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA96D is #E05692. Grayscale: #787878. Windows color (decimal): -14702227 or 7186719. OLE color: 7186719.
HSL color Cylindrical-coordinate representation of color #1FA96D: hue angle of 153.91º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA96D is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 109 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.34 |
| HSL | 153.91º | 0.69% | 0.39% | - |
| HSV(B) | 153.91º | 0.82% | 0.66% | - |
| XYZ | 17.51 | 29.77 | 19.29 | - |
| YUV | 120.9 | 121.28 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 109 | 0.82 | 0 | 0.36 | 0.34 | 153.91 | 0.69 | 0.39 |
| Hex | 1F | A9 | 6D | 52 | 0 | 24 | 22 | 9A | 45 | 27 |
| Octal | 37 | 251 | 155 | 122 | 0 | 44 | 42 | 232 | 105 | 47 |
| Binary | 11111 | 10101001 | 1101101 | 1010010 | 0 | 100100 | 100010 | 10011010 | 1000101 | 100111 |
Color Harmonies of #1FA96D
Complementary color
Monochromatic Colors of #1FA96D
Black with #1FA96D
Text Example
Text Example
White with #1FA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA96D; }
p { color: rgb(31,169,109); }
H1.HeaderClassName
{
color: #1FA96D;
}
.AnyTagClassName
{
color: #1FA96D;
}
</style>
background-color css
<style>
a { background-color: #1FA96D; }
a { background-color: rgb(31,169,109); }
div.DivClassName
{
background-color: #1FA96D;
}
.BgClassName
{
background-color: #1FA96D;
}
</style>
border-color css
<style>
span { border-color: #1FA96D; }
span { border-color: rgb(31,169,109); }
td.TdClassName
{
border-color: #1FA96D;
}
.TagClassName
{
border-color: #1FA96D;
}
</style>