Shades of Mountain Meadow #1FAC6E
Tints of Mountain Meadow #1FAC6E
RGB
CMYK
RGB Variations
Color information
#1FAC6E (or 0x1FAC6E) is known color: Mountain Meadow. HEX triplet: 1F, AC and 6E. RGB value is (31,172,110). Sum of RGB (Red+Green+Blue) = 31+172+110=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 172 (67.58% from 255 or 54.95% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 172 - color contains mainly: green. Hex color #1FAC6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAC6E is #E05391. Grayscale: #7A7A7A. Windows color (decimal): -14701458 or 7253023. OLE color: 7253023.
HSL color Cylindrical-coordinate representation of color #1FAC6E: hue angle of 153.62º 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 #1FAC6E is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 172 | 110 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.33 |
| HSL | 153.62º | 0.69% | 0.4% | - |
| HSV(B) | 153.62º | 0.82% | 0.67% | - |
| XYZ | 18.13 | 30.92 | 19.76 | - |
| YUV | 122.77 | 120.79 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 110 | 0.82 | 0 | 0.36 | 0.33 | 153.62 | 0.69 | 0.4 |
| Hex | 1F | AC | 6E | 52 | 0 | 24 | 21 | 9A | 45 | 28 |
| Octal | 37 | 254 | 156 | 122 | 0 | 44 | 41 | 232 | 105 | 50 |
| Binary | 11111 | 10101100 | 1101110 | 1010010 | 0 | 100100 | 100001 | 10011010 | 1000101 | 101000 |
Color Harmonies of #1FAC6E
Complementary color
Monochromatic Colors of #1FAC6E
Black with #1FAC6E
Text Example
Text Example
White with #1FAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAC6E; }
p { color: rgb(31,172,110); }
H1.HeaderClassName
{
color: #1FAC6E;
}
.AnyTagClassName
{
color: #1FAC6E;
}
</style>
background-color css
<style>
a { background-color: #1FAC6E; }
a { background-color: rgb(31,172,110); }
div.DivClassName
{
background-color: #1FAC6E;
}
.BgClassName
{
background-color: #1FAC6E;
}
</style>
border-color css
<style>
span { border-color: #1FAC6E; }
span { border-color: rgb(31,172,110); }
td.TdClassName
{
border-color: #1FAC6E;
}
.TagClassName
{
border-color: #1FAC6E;
}
</style>