Shades of Mountain Meadow #1AAC71
Tints of Mountain Meadow #1AAC71
RGB
CMYK
RGB Variations
Color information
#1AAC71 (or 0x1AAC71) is known color: Mountain Meadow. HEX triplet: 1A, AC and 71. RGB value is (26,172,113). Sum of RGB (Red+Green+Blue) = 26+172+113=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC71 is #E5538E. Grayscale: #797979. Windows color (decimal): -15029135 or 7449626. OLE color: 7449626.
HSL color Cylindrical-coordinate representation of color #1AAC71: hue angle of 155.75º 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 #1AAC71 is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 113 | - |
| CMYK | 0.85 | 0 | 0.34 | 0.33 |
| HSL | 155.75º | 0.74% | 0.39% | - |
| HSV(B) | 155.75º | 0.85% | 0.67% | - |
| XYZ | 18.16 | 30.92 | 20.63 | - |
| YUV | 121.62 | 123.13 | 59.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 113 | 0.85 | 0 | 0.34 | 0.33 | 155.75 | 0.74 | 0.39 |
| Hex | 1A | AC | 71 | 55 | 0 | 22 | 21 | 9C | 4A | 27 |
| Octal | 32 | 254 | 161 | 125 | 0 | 42 | 41 | 234 | 112 | 47 |
| Binary | 11010 | 10101100 | 1110001 | 1010101 | 0 | 100010 | 100001 | 10011100 | 1001010 | 100111 |
Color Harmonies of #1AAC71
Complementary color
Monochromatic Colors of #1AAC71
Black with #1AAC71
Text Example
Text Example
White with #1AAC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC71; }
p { color: rgb(26,172,113); }
H1.HeaderClassName
{
color: #1AAC71;
}
.AnyTagClassName
{
color: #1AAC71;
}
</style>
background-color css
<style>
a { background-color: #1AAC71; }
a { background-color: rgb(26,172,113); }
div.DivClassName
{
background-color: #1AAC71;
}
.BgClassName
{
background-color: #1AAC71;
}
</style>
border-color css
<style>
span { border-color: #1AAC71; }
span { border-color: rgb(26,172,113); }
td.TdClassName
{
border-color: #1AAC71;
}
.TagClassName
{
border-color: #1AAC71;
}
</style>