Shades of Mountain Meadow #1AAA89
Tints of Mountain Meadow #1AAA89
RGB
CMYK
RGB Variations
Color information
#1AAA89 (or 0x1AAA89) is known color: Mountain Meadow. HEX triplet: 1A, AA and 89. RGB value is (26,170,137). Sum of RGB (Red+Green+Blue) = 26+170+137=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAA89 is #E55576. Grayscale: #7B7B7B. Windows color (decimal): -15029623 or 9021978. OLE color: 9021978.
HSL color Cylindrical-coordinate representation of color #1AAA89: hue angle of 166.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 #1AAA89 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 137 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.33 |
| HSL | 166.25º | 0.73% | 0.38% | - |
| HSV(B) | 166.25º | 0.85% | 0.67% | - |
| XYZ | 19.32 | 30.78 | 28.59 | - |
| YUV | 123.18 | 135.79 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 137 | 0.85 | 0 | 0.19 | 0.33 | 166.25 | 0.73 | 0.38 |
| Hex | 1A | AA | 89 | 55 | 0 | 13 | 21 | A6 | 49 | 26 |
| Octal | 32 | 252 | 211 | 125 | 0 | 23 | 41 | 246 | 111 | 46 |
| Binary | 11010 | 10101010 | 10001001 | 1010101 | 0 | 10011 | 100001 | 10100110 | 1001001 | 100110 |
Color Harmonies of #1AAA89
Complementary color
Monochromatic Colors of #1AAA89
Black with #1AAA89
Text Example
Text Example
White with #1AAA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA89; }
p { color: rgb(26,170,137); }
H1.HeaderClassName
{
color: #1AAA89;
}
.AnyTagClassName
{
color: #1AAA89;
}
</style>
background-color css
<style>
a { background-color: #1AAA89; }
a { background-color: rgb(26,170,137); }
div.DivClassName
{
background-color: #1AAA89;
}
.BgClassName
{
background-color: #1AAA89;
}
</style>
border-color css
<style>
span { border-color: #1AAA89; }
span { border-color: rgb(26,170,137); }
td.TdClassName
{
border-color: #1AAA89;
}
.TagClassName
{
border-color: #1AAA89;
}
</style>