Shades of Mountain Meadow #1AAB7C
Tints of Mountain Meadow #1AAB7C
RGB
CMYK
RGB Variations
Color information
#1AAB7C (or 0x1AAB7C) is known color: Mountain Meadow. HEX triplet: 1A, AB and 7C. RGB value is (26,171,124). Sum of RGB (Red+Green+Blue) = 26+171+124=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB7C is #E55483. Grayscale: #7A7A7A. Windows color (decimal): -15029380 or 8170266. OLE color: 8170266.
HSL color Cylindrical-coordinate representation of color #1AAB7C: hue angle of 160.55º 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 #1AAB7C is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 171 | 124 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.33 |
| HSL | 160.55º | 0.74% | 0.39% | - |
| HSV(B) | 160.55º | 0.85% | 0.67% | - |
| XYZ | 18.63 | 30.8 | 24.03 | - |
| YUV | 122.29 | 128.96 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 171 | 124 | 0.85 | 0 | 0.27 | 0.33 | 160.55 | 0.74 | 0.39 |
| Hex | 1A | AB | 7C | 55 | 0 | 1B | 21 | A1 | 4A | 27 |
| Octal | 32 | 253 | 174 | 125 | 0 | 33 | 41 | 241 | 112 | 47 |
| Binary | 11010 | 10101011 | 1111100 | 1010101 | 0 | 11011 | 100001 | 10100001 | 1001010 | 100111 |
Color Harmonies of #1AAB7C
Complementary color
Monochromatic Colors of #1AAB7C
Black with #1AAB7C
Text Example
Text Example
White with #1AAB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAB7C; }
p { color: rgb(26,171,124); }
H1.HeaderClassName
{
color: #1AAB7C;
}
.AnyTagClassName
{
color: #1AAB7C;
}
</style>
background-color css
<style>
a { background-color: #1AAB7C; }
a { background-color: rgb(26,171,124); }
div.DivClassName
{
background-color: #1AAB7C;
}
.BgClassName
{
background-color: #1AAB7C;
}
</style>
border-color css
<style>
span { border-color: #1AAB7C; }
span { border-color: rgb(26,171,124); }
td.TdClassName
{
border-color: #1AAB7C;
}
.TagClassName
{
border-color: #1AAB7C;
}
</style>