Shades of Mountain Meadow #1AAA80
Tints of Mountain Meadow #1AAA80
RGB
CMYK
RGB Variations
Color information
#1AAA80 (or 0x1AAA80) is known color: Mountain Meadow. HEX triplet: 1A, AA and 80. RGB value is (26,170,128). Sum of RGB (Red+Green+Blue) = 26+170+128=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA80 is #E5557F. Grayscale: #7A7A7A. Windows color (decimal): -15029632 or 8432154. OLE color: 8432154.
HSL color Cylindrical-coordinate representation of color #1AAA80: hue angle of 162.5º 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 #1AAA80 is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 128 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.33 |
| HSL | 162.5º | 0.73% | 0.38% | - |
| HSV(B) | 162.5º | 0.85% | 0.67% | - |
| XYZ | 18.7 | 30.53 | 25.33 | - |
| YUV | 122.16 | 131.29 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 128 | 0.85 | 0 | 0.25 | 0.33 | 162.5 | 0.73 | 0.38 |
| Hex | 1A | AA | 80 | 55 | 0 | 19 | 21 | A2 | 49 | 26 |
| Octal | 32 | 252 | 200 | 125 | 0 | 31 | 41 | 242 | 111 | 46 |
| Binary | 11010 | 10101010 | 10000000 | 1010101 | 0 | 11001 | 100001 | 10100010 | 1001001 | 100110 |
Color Harmonies of #1AAA80
Complementary color
Monochromatic Colors of #1AAA80
Black with #1AAA80
Text Example
Text Example
White with #1AAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA80; }
p { color: rgb(26,170,128); }
H1.HeaderClassName
{
color: #1AAA80;
}
.AnyTagClassName
{
color: #1AAA80;
}
</style>
background-color css
<style>
a { background-color: #1AAA80; }
a { background-color: rgb(26,170,128); }
div.DivClassName
{
background-color: #1AAA80;
}
.BgClassName
{
background-color: #1AAA80;
}
</style>
border-color css
<style>
span { border-color: #1AAA80; }
span { border-color: rgb(26,170,128); }
td.TdClassName
{
border-color: #1AAA80;
}
.TagClassName
{
border-color: #1AAA80;
}
</style>