Shades of Mountain Meadow #1FAA6E
Tints of Mountain Meadow #1FAA6E
RGB
CMYK
RGB Variations
Color information
#1FAA6E (or 0x1FAA6E) is known color: Mountain Meadow. HEX triplet: 1F, AA and 6E. RGB value is (31,170,110). Sum of RGB (Red+Green+Blue) = 31+170+110=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #1FAA6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAA6E is #E05591. Grayscale: #797979. Windows color (decimal): -14701970 or 7252511. OLE color: 7252511.
HSL color Cylindrical-coordinate representation of color #1FAA6E: hue angle of 154.1º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAA6E is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 170 | 110 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.33 |
| HSL | 154.1º | 0.69% | 0.39% | - |
| HSV(B) | 154.1º | 0.82% | 0.67% | - |
| XYZ | 17.75 | 30.17 | 19.64 | - |
| YUV | 121.6 | 121.45 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 170 | 110 | 0.82 | 0 | 0.35 | 0.33 | 154.1 | 0.69 | 0.39 |
| Hex | 1F | AA | 6E | 52 | 0 | 23 | 21 | 9A | 45 | 27 |
| Octal | 37 | 252 | 156 | 122 | 0 | 43 | 41 | 232 | 105 | 47 |
| Binary | 11111 | 10101010 | 1101110 | 1010010 | 0 | 100011 | 100001 | 10011010 | 1000101 | 100111 |
Color Harmonies of #1FAA6E
Complementary color
Monochromatic Colors of #1FAA6E
Black with #1FAA6E
Text Example
Text Example
White with #1FAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAA6E; }
p { color: rgb(31,170,110); }
H1.HeaderClassName
{
color: #1FAA6E;
}
.AnyTagClassName
{
color: #1FAA6E;
}
</style>
background-color css
<style>
a { background-color: #1FAA6E; }
a { background-color: rgb(31,170,110); }
div.DivClassName
{
background-color: #1FAA6E;
}
.BgClassName
{
background-color: #1FAA6E;
}
</style>
border-color css
<style>
span { border-color: #1FAA6E; }
span { border-color: rgb(31,170,110); }
td.TdClassName
{
border-color: #1FAA6E;
}
.TagClassName
{
border-color: #1FAA6E;
}
</style>