Shades of Mountain Meadow #1AAA76
Tints of Mountain Meadow #1AAA76
RGB
CMYK
RGB Variations
Color information
#1AAA76 (or 0x1AAA76) is known color: Mountain Meadow. HEX triplet: 1A, AA and 76. RGB value is (26,170,118). Sum of RGB (Red+Green+Blue) = 26+170+118=314 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.28% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA76 is #E55589. Grayscale: #797979. Windows color (decimal): -15029642 or 7776794. OLE color: 7776794.
HSL color Cylindrical-coordinate representation of color #1AAA76: hue angle of 158.33º 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 #1AAA76 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 118 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.33 |
| HSL | 158.33º | 0.73% | 0.38% | - |
| HSV(B) | 158.33º | 0.85% | 0.67% | - |
| XYZ | 18.07 | 30.28 | 22.03 | - |
| YUV | 121.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 118 | 0.85 | 0 | 0.31 | 0.33 | 158.33 | 0.73 | 0.38 |
| Hex | 1A | AA | 76 | 55 | 0 | 1F | 21 | 9E | 49 | 26 |
| Octal | 32 | 252 | 166 | 125 | 0 | 37 | 41 | 236 | 111 | 46 |
| Binary | 11010 | 10101010 | 1110110 | 1010101 | 0 | 11111 | 100001 | 10011110 | 1001001 | 100110 |
Color Harmonies of #1AAA76
Complementary color
Monochromatic Colors of #1AAA76
Black with #1AAA76
Text Example
Text Example
White with #1AAA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA76; }
p { color: rgb(26,170,118); }
H1.HeaderClassName
{
color: #1AAA76;
}
.AnyTagClassName
{
color: #1AAA76;
}
</style>
background-color css
<style>
a { background-color: #1AAA76; }
a { background-color: rgb(26,170,118); }
div.DivClassName
{
background-color: #1AAA76;
}
.BgClassName
{
background-color: #1AAA76;
}
</style>
border-color css
<style>
span { border-color: #1AAA76; }
span { border-color: rgb(26,170,118); }
td.TdClassName
{
border-color: #1AAA76;
}
.TagClassName
{
border-color: #1AAA76;
}
</style>