Shades of Mountain Meadow #1FAC6B
Tints of Mountain Meadow #1FAC6B
RGB
CMYK
RGB Variations
Color information
#1FAC6B (or 0x1FAC6B) is known color: Mountain Meadow. HEX triplet: 1F, AC and 6B. RGB value is (31,172,107). Sum of RGB (Red+Green+Blue) = 31+172+107=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC6B is #E05394. Grayscale: #7A7A7A. Windows color (decimal): -14701461 or 7056415. OLE color: 7056415.
HSL color Cylindrical-coordinate representation of color #1FAC6B: hue angle of 152.34º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAC6B is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 107 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.33 |
| HSL | 152.34º | 0.69% | 0.4% | - |
| HSV(B) | 152.34º | 0.82% | 0.67% | - |
| XYZ | 17.97 | 30.86 | 18.92 | - |
| YUV | 122.43 | 119.29 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 107 | 0.82 | 0 | 0.38 | 0.33 | 152.34 | 0.69 | 0.4 |
| Hex | 1F | AC | 6B | 52 | 0 | 26 | 21 | 98 | 45 | 28 |
| Octal | 37 | 254 | 153 | 122 | 0 | 46 | 41 | 230 | 105 | 50 |
| Binary | 11111 | 10101100 | 1101011 | 1010010 | 0 | 100110 | 100001 | 10011000 | 1000101 | 101000 |
Color Harmonies of #1FAC6B
Complementary color
Monochromatic Colors of #1FAC6B
Black with #1FAC6B
Text Example
Text Example
White with #1FAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC6B; }
p { color: rgb(31,172,107); }
H1.HeaderClassName
{
color: #1FAC6B;
}
.AnyTagClassName
{
color: #1FAC6B;
}
</style>
background-color css
<style>
a { background-color: #1FAC6B; }
a { background-color: rgb(31,172,107); }
div.DivClassName
{
background-color: #1FAC6B;
}
.BgClassName
{
background-color: #1FAC6B;
}
</style>
border-color css
<style>
span { border-color: #1FAC6B; }
span { border-color: rgb(31,172,107); }
td.TdClassName
{
border-color: #1FAC6B;
}
.TagClassName
{
border-color: #1FAC6B;
}
</style>