Shades of Mountain Meadow #1FA96C
Tints of Mountain Meadow #1FA96C
RGB
CMYK
RGB Variations
Color information
#1FA96C (or 0x1FA96C) is known color: Mountain Meadow. HEX triplet: 1F, A9 and 6C. RGB value is (31,169,108). Sum of RGB (Red+Green+Blue) = 31+169+108=308 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.06% from 308); Green value is 169 (66.41% from 255 or 54.87% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 169 - color contains mainly: green. Hex color #1FA96C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA96C is #E05693. Grayscale: #787878. Windows color (decimal): -14702228 or 7121183. OLE color: 7121183.
HSL color Cylindrical-coordinate representation of color #1FA96C: hue angle of 153.48º 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 #1FA96C is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 169 | 108 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.34 |
| HSL | 153.48º | 0.69% | 0.39% | - |
| HSV(B) | 153.48º | 0.82% | 0.66% | - |
| XYZ | 17.46 | 29.75 | 19.01 | - |
| YUV | 120.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 108 | 0.82 | 0 | 0.36 | 0.34 | 153.48 | 0.69 | 0.39 |
| Hex | 1F | A9 | 6C | 52 | 0 | 24 | 22 | 99 | 45 | 27 |
| Octal | 37 | 251 | 154 | 122 | 0 | 44 | 42 | 231 | 105 | 47 |
| Binary | 11111 | 10101001 | 1101100 | 1010010 | 0 | 100100 | 100010 | 10011001 | 1000101 | 100111 |
Color Harmonies of #1FA96C
Complementary color
Monochromatic Colors of #1FA96C
Black with #1FA96C
Text Example
Text Example
White with #1FA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA96C; }
p { color: rgb(31,169,108); }
H1.HeaderClassName
{
color: #1FA96C;
}
.AnyTagClassName
{
color: #1FA96C;
}
</style>
background-color css
<style>
a { background-color: #1FA96C; }
a { background-color: rgb(31,169,108); }
div.DivClassName
{
background-color: #1FA96C;
}
.BgClassName
{
background-color: #1FA96C;
}
</style>
border-color css
<style>
span { border-color: #1FA96C; }
span { border-color: rgb(31,169,108); }
td.TdClassName
{
border-color: #1FA96C;
}
.TagClassName
{
border-color: #1FA96C;
}
</style>