Shades of Mountain Meadow #1FAE7A
Tints of Mountain Meadow #1FAE7A
RGB
CMYK
RGB Variations
Color information
#1FAE7A (or 0x1FAE7A) is known color: Mountain Meadow. HEX triplet: 1F, AE and 7A. RGB value is (31,174,122). Sum of RGB (Red+Green+Blue) = 31+174+122=327 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.48% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAE7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FAE7A is #E05185. Grayscale: #7D7D7D. Windows color (decimal): -14700934 or 8039967. OLE color: 8039967.
HSL color Cylindrical-coordinate representation of color #1FAE7A: hue angle of 158.18º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FAE7A is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 174 | 122 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.32 |
| HSL | 158.18º | 0.7% | 0.4% | - |
| HSV(B) | 158.18º | 0.82% | 0.68% | - |
| XYZ | 19.21 | 31.97 | 23.57 | - |
| YUV | 125.32 | 126.12 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 174 | 122 | 0.82 | 0 | 0.30 | 0.32 | 158.18 | 0.7 | 0.4 |
| Hex | 1F | AE | 7A | 52 | 0 | 1E | 20 | 9E | 46 | 28 |
| Octal | 37 | 256 | 172 | 122 | 0 | 36 | 40 | 236 | 106 | 50 |
| Binary | 11111 | 10101110 | 1111010 | 1010010 | 0 | 11110 | 100000 | 10011110 | 1000110 | 101000 |
Color Harmonies of #1FAE7A
Complementary color
Monochromatic Colors of #1FAE7A
Black with #1FAE7A
Text Example
Text Example
White with #1FAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAE7A; }
p { color: rgb(31,174,122); }
H1.HeaderClassName
{
color: #1FAE7A;
}
.AnyTagClassName
{
color: #1FAE7A;
}
</style>
background-color css
<style>
a { background-color: #1FAE7A; }
a { background-color: rgb(31,174,122); }
div.DivClassName
{
background-color: #1FAE7A;
}
.BgClassName
{
background-color: #1FAE7A;
}
</style>
border-color css
<style>
span { border-color: #1FAE7A; }
span { border-color: rgb(31,174,122); }
td.TdClassName
{
border-color: #1FAE7A;
}
.TagClassName
{
border-color: #1FAE7A;
}
</style>