Shades of Mountain Meadow #1AAE81
Tints of Mountain Meadow #1AAE81
RGB
CMYK
RGB Variations
Color information
#1AAE81 (or 0x1AAE81) is known color: Mountain Meadow. HEX triplet: 1A, AE and 81. RGB value is (26,174,129). Sum of RGB (Red+Green+Blue) = 26+174+129=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #1AAE81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAE81 is #E5517E. Grayscale: #7C7C7C. Windows color (decimal): -15028607 or 8498714. OLE color: 8498714.
HSL color Cylindrical-coordinate representation of color #1AAE81: hue angle of 161.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AAE81 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 174 | 129 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.32 |
| HSL | 161.76º | 0.74% | 0.39% | - |
| HSV(B) | 161.76º | 0.85% | 0.68% | - |
| XYZ | 19.52 | 32.08 | 25.93 | - |
| YUV | 124.62 | 130.47 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 174 | 129 | 0.85 | 0 | 0.26 | 0.32 | 161.76 | 0.74 | 0.39 |
| Hex | 1A | AE | 81 | 55 | 0 | 1A | 20 | A2 | 4A | 27 |
| Octal | 32 | 256 | 201 | 125 | 0 | 32 | 40 | 242 | 112 | 47 |
| Binary | 11010 | 10101110 | 10000001 | 1010101 | 0 | 11010 | 100000 | 10100010 | 1001010 | 100111 |
Color Harmonies of #1AAE81
Complementary color
Monochromatic Colors of #1AAE81
Black with #1AAE81
Text Example
Text Example
White with #1AAE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAE81; }
p { color: rgb(26,174,129); }
H1.HeaderClassName
{
color: #1AAE81;
}
.AnyTagClassName
{
color: #1AAE81;
}
</style>
background-color css
<style>
a { background-color: #1AAE81; }
a { background-color: rgb(26,174,129); }
div.DivClassName
{
background-color: #1AAE81;
}
.BgClassName
{
background-color: #1AAE81;
}
</style>
border-color css
<style>
span { border-color: #1AAE81; }
span { border-color: rgb(26,174,129); }
td.TdClassName
{
border-color: #1AAE81;
}
.TagClassName
{
border-color: #1AAE81;
}
</style>