Shades of Mountain Meadow #1AAA73
Tints of Mountain Meadow #1AAA73
RGB
CMYK
RGB Variations
Color information
#1AAA73 (or 0x1AAA73) is known color: Mountain Meadow. HEX triplet: 1A, AA and 73. RGB value is (26,170,115). Sum of RGB (Red+Green+Blue) = 26+170+115=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #1AAA73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAA73 is #E5558C. Grayscale: #787878. Windows color (decimal): -15029645 or 7580186. OLE color: 7580186.
HSL color Cylindrical-coordinate representation of color #1AAA73: hue angle of 157.08º 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 #1AAA73 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 170 | 115 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.33 |
| HSL | 157.08º | 0.73% | 0.38% | - |
| HSV(B) | 157.08º | 0.85% | 0.67% | - |
| XYZ | 17.9 | 30.21 | 21.11 | - |
| YUV | 120.67 | 124.79 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 170 | 115 | 0.85 | 0 | 0.32 | 0.33 | 157.08 | 0.73 | 0.38 |
| Hex | 1A | AA | 73 | 55 | 0 | 20 | 21 | 9D | 49 | 26 |
| Octal | 32 | 252 | 163 | 125 | 0 | 40 | 41 | 235 | 111 | 46 |
| Binary | 11010 | 10101010 | 1110011 | 1010101 | 0 | 100000 | 100001 | 10011101 | 1001001 | 100110 |
Color Harmonies of #1AAA73
Complementary color
Monochromatic Colors of #1AAA73
Black with #1AAA73
Text Example
Text Example
White with #1AAA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAA73; }
p { color: rgb(26,170,115); }
H1.HeaderClassName
{
color: #1AAA73;
}
.AnyTagClassName
{
color: #1AAA73;
}
</style>
background-color css
<style>
a { background-color: #1AAA73; }
a { background-color: rgb(26,170,115); }
div.DivClassName
{
background-color: #1AAA73;
}
.BgClassName
{
background-color: #1AAA73;
}
</style>
border-color css
<style>
span { border-color: #1AAA73; }
span { border-color: rgb(26,170,115); }
td.TdClassName
{
border-color: #1AAA73;
}
.TagClassName
{
border-color: #1AAA73;
}
</style>