Shades of Mountain Meadow #1AAA7D
Tints of Mountain Meadow #1AAA7D
RGB
CMYK
RGB Variations
Color information
#1AAA7D (or 0x1AAA7D) is known color: Mountain Meadow. HEX triplet: 1A, AA and 7D. RGB value is (26,170,125). Sum of RGB (Red+Green+Blue) = 26+170+125=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 170 (66.80% from 255 or 52.96% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA7D is #E55582. Grayscale: #797979. Windows color (decimal): -15029635 or 8235546. OLE color: 8235546.
HSL color Cylindrical-coordinate representation of color #1AAA7D: hue angle of 161.25º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAA7D is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 125 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.33 |
| HSL | 161.25º | 0.73% | 0.38% | - |
| HSV(B) | 161.25º | 0.85% | 0.67% | - |
| XYZ | 18.5 | 30.45 | 24.3 | - |
| YUV | 121.81 | 129.79 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 125 | 0.85 | 0 | 0.26 | 0.33 | 161.25 | 0.73 | 0.38 |
| Hex | 1A | AA | 7D | 55 | 0 | 1A | 21 | A1 | 49 | 26 |
| Octal | 32 | 252 | 175 | 125 | 0 | 32 | 41 | 241 | 111 | 46 |
| Binary | 11010 | 10101010 | 1111101 | 1010101 | 0 | 11010 | 100001 | 10100001 | 1001001 | 100110 |
Color Harmonies of #1AAA7D
Complementary color
Monochromatic Colors of #1AAA7D
Black with #1AAA7D
Text Example
Text Example
White with #1AAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA7D; }
p { color: rgb(26,170,125); }
H1.HeaderClassName
{
color: #1AAA7D;
}
.AnyTagClassName
{
color: #1AAA7D;
}
</style>
background-color css
<style>
a { background-color: #1AAA7D; }
a { background-color: rgb(26,170,125); }
div.DivClassName
{
background-color: #1AAA7D;
}
.BgClassName
{
background-color: #1AAA7D;
}
</style>
border-color css
<style>
span { border-color: #1AAA7D; }
span { border-color: rgb(26,170,125); }
td.TdClassName
{
border-color: #1AAA7D;
}
.TagClassName
{
border-color: #1AAA7D;
}
</style>