Shades of Mountain Meadow #1AAC6E
Tints of Mountain Meadow #1AAC6E
RGB
CMYK
RGB Variations
Color information
#1AAC6E (or 0x1AAC6E) is known color: Mountain Meadow. HEX triplet: 1A, AC and 6E. RGB value is (26,172,110). Sum of RGB (Red+Green+Blue) = 26+172+110=308 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.44% from 308); Green value is 172 (67.58% from 255 or 55.84% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AAC6E is #E55391. Grayscale: #797979. Windows color (decimal): -15029138 or 7253018. OLE color: 7253018.
HSL color Cylindrical-coordinate representation of color #1AAC6E: hue angle of 154.52º 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 #1AAC6E is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 110 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.33 |
| HSL | 154.52º | 0.74% | 0.39% | - |
| HSV(B) | 154.52º | 0.85% | 0.67% | - |
| XYZ | 17.99 | 30.85 | 19.76 | - |
| YUV | 121.28 | 121.63 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 110 | 0.85 | 0 | 0.36 | 0.33 | 154.52 | 0.74 | 0.39 |
| Hex | 1A | AC | 6E | 55 | 0 | 24 | 21 | 9B | 4A | 27 |
| Octal | 32 | 254 | 156 | 125 | 0 | 44 | 41 | 233 | 112 | 47 |
| Binary | 11010 | 10101100 | 1101110 | 1010101 | 0 | 100100 | 100001 | 10011011 | 1001010 | 100111 |
Color Harmonies of #1AAC6E
Complementary color
Monochromatic Colors of #1AAC6E
Black with #1AAC6E
Text Example
Text Example
White with #1AAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC6E; }
p { color: rgb(26,172,110); }
H1.HeaderClassName
{
color: #1AAC6E;
}
.AnyTagClassName
{
color: #1AAC6E;
}
</style>
background-color css
<style>
a { background-color: #1AAC6E; }
a { background-color: rgb(26,172,110); }
div.DivClassName
{
background-color: #1AAC6E;
}
.BgClassName
{
background-color: #1AAC6E;
}
</style>
border-color css
<style>
span { border-color: #1AAC6E; }
span { border-color: rgb(26,172,110); }
td.TdClassName
{
border-color: #1AAC6E;
}
.TagClassName
{
border-color: #1AAC6E;
}
</style>