Shades of Mountain Meadow #1AAD84
Tints of Mountain Meadow #1AAD84
RGB
CMYK
RGB Variations
Color information
#1AAD84 (or 0x1AAD84) is known color: Mountain Meadow. HEX triplet: 1A, AD and 84. RGB value is (26,173,132). Sum of RGB (Red+Green+Blue) = 26+173+132=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 132 (51.95% from 255 or 39.88% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #1AAD84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AAD84 is #E5527B. Grayscale: #7C7C7C. Windows color (decimal): -15028860 or 8695066. OLE color: 8695066.
HSL color Cylindrical-coordinate representation of color #1AAD84: hue angle of 163.27º 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 #1AAD84 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 26 | 173 | 132 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.32 |
| HSL | 163.27º | 0.74% | 0.39% | - |
| HSV(B) | 163.27º | 0.85% | 0.68% | - |
| XYZ | 19.53 | 31.77 | 26.93 | - |
| YUV | 124.37 | 132.3 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 132 | 0.85 | 0 | 0.24 | 0.32 | 163.27 | 0.74 | 0.39 |
| Hex | 1A | AD | 84 | 55 | 0 | 18 | 20 | A3 | 4A | 27 |
| Octal | 32 | 255 | 204 | 125 | 0 | 30 | 40 | 243 | 112 | 47 |
| Binary | 11010 | 10101101 | 10000100 | 1010101 | 0 | 11000 | 100000 | 10100011 | 1001010 | 100111 |
Color Harmonies of #1AAD84
Complementary color
Monochromatic Colors of #1AAD84
Black with #1AAD84
Text Example
Text Example
White with #1AAD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAD84; }
p { color: rgb(26,173,132); }
H1.HeaderClassName
{
color: #1AAD84;
}
.AnyTagClassName
{
color: #1AAD84;
}
</style>
background-color css
<style>
a { background-color: #1AAD84; }
a { background-color: rgb(26,173,132); }
div.DivClassName
{
background-color: #1AAD84;
}
.BgClassName
{
background-color: #1AAD84;
}
</style>
border-color css
<style>
span { border-color: #1AAD84; }
span { border-color: rgb(26,173,132); }
td.TdClassName
{
border-color: #1AAD84;
}
.TagClassName
{
border-color: #1AAD84;
}
</style>