Shades of Mountain Meadow #1AA77A
Tints of Mountain Meadow #1AA77A
RGB
CMYK
RGB Variations
Color information
#1AA77A (or 0x1AA77A) is known color: Mountain Meadow. HEX triplet: 1A, A7 and 7A. RGB value is (26,167,122). Sum of RGB (Red+Green+Blue) = 26+167+122=315 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.25% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #1AA77A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA77A is #E55885. Grayscale: #777777. Windows color (decimal): -15030406 or 8038170. OLE color: 8038170.
HSL color Cylindrical-coordinate representation of color #1AA77A: hue angle of 160.85º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA77A is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 26 | 167 | 122 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.35 |
| HSL | 160.85º | 0.73% | 0.38% | - |
| HSV(B) | 160.85º | 0.84% | 0.65% | - |
| XYZ | 17.76 | 29.26 | 23.12 | - |
| YUV | 119.71 | 129.29 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 167 | 122 | 0.84 | 0 | 0.27 | 0.35 | 160.85 | 0.73 | 0.38 |
| Hex | 1A | A7 | 7A | 54 | 0 | 1B | 23 | A1 | 49 | 26 |
| Octal | 32 | 247 | 172 | 124 | 0 | 33 | 43 | 241 | 111 | 46 |
| Binary | 11010 | 10100111 | 1111010 | 1010100 | 0 | 11011 | 100011 | 10100001 | 1001001 | 100110 |
Color Harmonies of #1AA77A
Complementary color
Monochromatic Colors of #1AA77A
Black with #1AA77A
Text Example
Text Example
White with #1AA77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA77A; }
p { color: rgb(26,167,122); }
H1.HeaderClassName
{
color: #1AA77A;
}
.AnyTagClassName
{
color: #1AA77A;
}
</style>
background-color css
<style>
a { background-color: #1AA77A; }
a { background-color: rgb(26,167,122); }
div.DivClassName
{
background-color: #1AA77A;
}
.BgClassName
{
background-color: #1AA77A;
}
</style>
border-color css
<style>
span { border-color: #1AA77A; }
span { border-color: rgb(26,167,122); }
td.TdClassName
{
border-color: #1AA77A;
}
.TagClassName
{
border-color: #1AA77A;
}
</style>