Shades of Mountain Meadow #1AA079
Tints of Mountain Meadow #1AA079
RGB
CMYK
RGB Variations
Color information
#1AA079 (or 0x1AA079) is known color: Mountain Meadow. HEX triplet: 1A, A0 and 79. RGB value is (26,160,121). Sum of RGB (Red+Green+Blue) = 26+160+121=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 160 (62.89% from 255 or 52.12% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 160 - color contains mainly: green. Hex color #1AA079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA079 is #E55F86. Grayscale: #737373. Windows color (decimal): -15032199 or 7970842. OLE color: 7970842.
HSL color Cylindrical-coordinate representation of color #1AA079: hue angle of 162.54º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA079 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 160 | 121 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.37 |
| HSL | 162.54º | 0.72% | 0.36% | - |
| HSV(B) | 162.54º | 0.84% | 0.63% | - |
| XYZ | 16.45 | 26.74 | 22.38 | - |
| YUV | 115.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 160 | 121 | 0.84 | 0 | 0.24 | 0.37 | 162.54 | 0.72 | 0.36 |
| Hex | 1A | A0 | 79 | 54 | 0 | 18 | 25 | A3 | 48 | 24 |
| Octal | 32 | 240 | 171 | 124 | 0 | 30 | 45 | 243 | 110 | 44 |
| Binary | 11010 | 10100000 | 1111001 | 1010100 | 0 | 11000 | 100101 | 10100011 | 1001000 | 100100 |
Color Harmonies of #1AA079
Complementary color
Monochromatic Colors of #1AA079
Black with #1AA079
Text Example
Text Example
White with #1AA079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA079; }
p { color: rgb(26,160,121); }
H1.HeaderClassName
{
color: #1AA079;
}
.AnyTagClassName
{
color: #1AA079;
}
</style>
background-color css
<style>
a { background-color: #1AA079; }
a { background-color: rgb(26,160,121); }
div.DivClassName
{
background-color: #1AA079;
}
.BgClassName
{
background-color: #1AA079;
}
</style>
border-color css
<style>
span { border-color: #1AA079; }
span { border-color: rgb(26,160,121); }
td.TdClassName
{
border-color: #1AA079;
}
.TagClassName
{
border-color: #1AA079;
}
</style>