Shades of Mountain Meadow #1AAB73
Tints of Mountain Meadow #1AAB73
RGB
CMYK
RGB Variations
Color information
#1AAB73 (or 0x1AAB73) is known color: Mountain Meadow. HEX triplet: 1A, AB and 73. RGB value is (26,171,115). Sum of RGB (Red+Green+Blue) = 26+171+115=312 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.33% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB73 is #E5548C. Grayscale: #797979. Windows color (decimal): -15029389 or 7580442. OLE color: 7580442.
HSL color Cylindrical-coordinate representation of color #1AAB73: hue angle of 156.83º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAB73 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 171 | 115 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.33 |
| HSL | 156.83º | 0.74% | 0.39% | - |
| HSV(B) | 156.83º | 0.85% | 0.67% | - |
| XYZ | 18.08 | 30.58 | 21.17 | - |
| YUV | 121.26 | 124.46 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 171 | 115 | 0.85 | 0 | 0.33 | 0.33 | 156.83 | 0.74 | 0.39 |
| Hex | 1A | AB | 73 | 55 | 0 | 21 | 21 | 9D | 4A | 27 |
| Octal | 32 | 253 | 163 | 125 | 0 | 41 | 41 | 235 | 112 | 47 |
| Binary | 11010 | 10101011 | 1110011 | 1010101 | 0 | 100001 | 100001 | 10011101 | 1001010 | 100111 |
Color Harmonies of #1AAB73
Complementary color
Monochromatic Colors of #1AAB73
Black with #1AAB73
Text Example
Text Example
White with #1AAB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAB73; }
p { color: rgb(26,171,115); }
H1.HeaderClassName
{
color: #1AAB73;
}
.AnyTagClassName
{
color: #1AAB73;
}
</style>
background-color css
<style>
a { background-color: #1AAB73; }
a { background-color: rgb(26,171,115); }
div.DivClassName
{
background-color: #1AAB73;
}
.BgClassName
{
background-color: #1AAB73;
}
</style>
border-color css
<style>
span { border-color: #1AAB73; }
span { border-color: rgb(26,171,115); }
td.TdClassName
{
border-color: #1AAB73;
}
.TagClassName
{
border-color: #1AAB73;
}
</style>