Shades of Mountain Meadow #1AAC70
Tints of Mountain Meadow #1AAC70
RGB
CMYK
RGB Variations
Color information
#1AAC70 (or 0x1AAC70) is known color: Mountain Meadow. HEX triplet: 1A, AC and 70. RGB value is (26,172,112). Sum of RGB (Red+Green+Blue) = 26+172+112=310 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.39% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC70 is #E5538F. Grayscale: #797979. Windows color (decimal): -15029136 or 7384090. OLE color: 7384090.
HSL color Cylindrical-coordinate representation of color #1AAC70: hue angle of 155.34º 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 #1AAC70 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 112 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.33 |
| HSL | 155.34º | 0.74% | 0.39% | - |
| HSV(B) | 155.34º | 0.85% | 0.67% | - |
| XYZ | 18.1 | 30.89 | 20.34 | - |
| YUV | 121.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 112 | 0.85 | 0 | 0.35 | 0.33 | 155.34 | 0.74 | 0.39 |
| Hex | 1A | AC | 70 | 55 | 0 | 23 | 21 | 9B | 4A | 27 |
| Octal | 32 | 254 | 160 | 125 | 0 | 43 | 41 | 233 | 112 | 47 |
| Binary | 11010 | 10101100 | 1110000 | 1010101 | 0 | 100011 | 100001 | 10011011 | 1001010 | 100111 |
Color Harmonies of #1AAC70
Complementary color
Monochromatic Colors of #1AAC70
Black with #1AAC70
Text Example
Text Example
White with #1AAC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC70; }
p { color: rgb(26,172,112); }
H1.HeaderClassName
{
color: #1AAC70;
}
.AnyTagClassName
{
color: #1AAC70;
}
</style>
background-color css
<style>
a { background-color: #1AAC70; }
a { background-color: rgb(26,172,112); }
div.DivClassName
{
background-color: #1AAC70;
}
.BgClassName
{
background-color: #1AAC70;
}
</style>
border-color css
<style>
span { border-color: #1AAC70; }
span { border-color: rgb(26,172,112); }
td.TdClassName
{
border-color: #1AAC70;
}
.TagClassName
{
border-color: #1AAC70;
}
</style>