Shades of Mountain Meadow #1AAB7F
Tints of Mountain Meadow #1AAB7F
RGB
CMYK
RGB Variations
Color information
#1AAB7F (or 0x1AAB7F) is known color: Mountain Meadow. HEX triplet: 1A, AB and 7F. RGB value is (26,171,127). Sum of RGB (Red+Green+Blue) = 26+171+127=324 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.02% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #1AAB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAB7F is #E55480. Grayscale: #7A7A7A. Windows color (decimal): -15029377 or 8366874. OLE color: 8366874.
HSL color Cylindrical-coordinate representation of color #1AAB7F: hue angle of 161.79º 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 #1AAB7F is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 171 | 127 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.33 |
| HSL | 161.79º | 0.74% | 0.39% | - |
| HSV(B) | 161.79º | 0.85% | 0.67% | - |
| XYZ | 18.82 | 30.88 | 25.05 | - |
| YUV | 122.63 | 130.46 | 59.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 171 | 127 | 0.85 | 0 | 0.26 | 0.33 | 161.79 | 0.74 | 0.39 |
| Hex | 1A | AB | 7F | 55 | 0 | 1A | 21 | A2 | 4A | 27 |
| Octal | 32 | 253 | 177 | 125 | 0 | 32 | 41 | 242 | 112 | 47 |
| Binary | 11010 | 10101011 | 1111111 | 1010101 | 0 | 11010 | 100001 | 10100010 | 1001010 | 100111 |
Color Harmonies of #1AAB7F
Complementary color
Monochromatic Colors of #1AAB7F
Black with #1AAB7F
Text Example
Text Example
White with #1AAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAB7F; }
p { color: rgb(26,171,127); }
H1.HeaderClassName
{
color: #1AAB7F;
}
.AnyTagClassName
{
color: #1AAB7F;
}
</style>
background-color css
<style>
a { background-color: #1AAB7F; }
a { background-color: rgb(26,171,127); }
div.DivClassName
{
background-color: #1AAB7F;
}
.BgClassName
{
background-color: #1AAB7F;
}
</style>
border-color css
<style>
span { border-color: #1AAB7F; }
span { border-color: rgb(26,171,127); }
td.TdClassName
{
border-color: #1AAB7F;
}
.TagClassName
{
border-color: #1AAB7F;
}
</style>