Shades of Mountain Meadow #1AAA70
Tints of Mountain Meadow #1AAA70
RGB
CMYK
RGB Variations
Color information
#1AAA70 (or 0x1AAA70) is known color: Mountain Meadow. HEX triplet: 1A, AA and 70. RGB value is (26,170,112). Sum of RGB (Red+Green+Blue) = 26+170+112=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA70 is #E5558F. Grayscale: #787878. Windows color (decimal): -15029648 or 7383578. OLE color: 7383578.
HSL color Cylindrical-coordinate representation of color #1AAA70: hue angle of 155.83º 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 #1AAA70 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 112 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.33 |
| HSL | 155.83º | 0.73% | 0.38% | - |
| HSV(B) | 155.83º | 0.85% | 0.67% | - |
| XYZ | 17.73 | 30.14 | 20.21 | - |
| YUV | 120.33 | 123.29 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 112 | 0.85 | 0 | 0.34 | 0.33 | 155.83 | 0.73 | 0.38 |
| Hex | 1A | AA | 70 | 55 | 0 | 22 | 21 | 9C | 49 | 26 |
| Octal | 32 | 252 | 160 | 125 | 0 | 42 | 41 | 234 | 111 | 46 |
| Binary | 11010 | 10101010 | 1110000 | 1010101 | 0 | 100010 | 100001 | 10011100 | 1001001 | 100110 |
Color Harmonies of #1AAA70
Complementary color
Monochromatic Colors of #1AAA70
Black with #1AAA70
Text Example
Text Example
White with #1AAA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA70; }
p { color: rgb(26,170,112); }
H1.HeaderClassName
{
color: #1AAA70;
}
.AnyTagClassName
{
color: #1AAA70;
}
</style>
background-color css
<style>
a { background-color: #1AAA70; }
a { background-color: rgb(26,170,112); }
div.DivClassName
{
background-color: #1AAA70;
}
.BgClassName
{
background-color: #1AAA70;
}
</style>
border-color css
<style>
span { border-color: #1AAA70; }
span { border-color: rgb(26,170,112); }
td.TdClassName
{
border-color: #1AAA70;
}
.TagClassName
{
border-color: #1AAA70;
}
</style>