Shades of Mountain Meadow #1AAC87
Tints of Mountain Meadow #1AAC87
RGB
CMYK
RGB Variations
Color information
#1AAC87 (or 0x1AAC87) is known color: Mountain Meadow. HEX triplet: 1A, AC and 87. RGB value is (26,172,135). Sum of RGB (Red+Green+Blue) = 26+172+135=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #1AAC87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAC87 is #E55378. Grayscale: #7C7C7C. Windows color (decimal): -15029113 or 8891418. OLE color: 8891418.
HSL color Cylindrical-coordinate representation of color #1AAC87: hue angle of 164.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 #1AAC87 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 26 | 172 | 135 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.33 |
| HSL | 164.79º | 0.74% | 0.39% | - |
| HSV(B) | 164.79º | 0.85% | 0.67% | - |
| XYZ | 19.55 | 31.47 | 27.97 | - |
| YUV | 124.13 | 134.13 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 172 | 135 | 0.85 | 0 | 0.22 | 0.33 | 164.79 | 0.74 | 0.39 |
| Hex | 1A | AC | 87 | 55 | 0 | 16 | 21 | A5 | 4A | 27 |
| Octal | 32 | 254 | 207 | 125 | 0 | 26 | 41 | 245 | 112 | 47 |
| Binary | 11010 | 10101100 | 10000111 | 1010101 | 0 | 10110 | 100001 | 10100101 | 1001010 | 100111 |
Color Harmonies of #1AAC87
Complementary color
Monochromatic Colors of #1AAC87
Black with #1AAC87
Text Example
Text Example
White with #1AAC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAC87; }
p { color: rgb(26,172,135); }
H1.HeaderClassName
{
color: #1AAC87;
}
.AnyTagClassName
{
color: #1AAC87;
}
</style>
background-color css
<style>
a { background-color: #1AAC87; }
a { background-color: rgb(26,172,135); }
div.DivClassName
{
background-color: #1AAC87;
}
.BgClassName
{
background-color: #1AAC87;
}
</style>
border-color css
<style>
span { border-color: #1AAC87; }
span { border-color: rgb(26,172,135); }
td.TdClassName
{
border-color: #1AAC87;
}
.TagClassName
{
border-color: #1AAC87;
}
</style>