Shades of Mountain Meadow #1AA17C
Tints of Mountain Meadow #1AA17C
RGB
CMYK
RGB Variations
Color information
#1AA17C (or 0x1AA17C) is known color: Mountain Meadow. HEX triplet: 1A, A1 and 7C. RGB value is (26,161,124). Sum of RGB (Red+Green+Blue) = 26+161+124=311 (41% of max value = 765). Red value is 26 (10.55% from 255 or 8.36% from 311); Green value is 161 (63.28% from 255 or 51.77% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 161 - color contains mainly: green. Hex color #1AA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1AA17C is #E55E83. Grayscale: #747474. Windows color (decimal): -15031940 or 8167706. OLE color: 8167706.
HSL color Cylindrical-coordinate representation of color #1AA17C: hue angle of 163.56º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1AA17C is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 26 | 161 | 124 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.37 |
| HSL | 163.56º | 0.72% | 0.37% | - |
| HSV(B) | 163.56º | 0.84% | 0.63% | - |
| XYZ | 16.81 | 27.16 | 23.43 | - |
| YUV | 116.42 | 132.27 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 161 | 124 | 0.84 | 0 | 0.23 | 0.37 | 163.56 | 0.72 | 0.37 |
| Hex | 1A | A1 | 7C | 54 | 0 | 17 | 25 | A4 | 48 | 25 |
| Octal | 32 | 241 | 174 | 124 | 0 | 27 | 45 | 244 | 110 | 45 |
| Binary | 11010 | 10100001 | 1111100 | 1010100 | 0 | 10111 | 100101 | 10100100 | 1001000 | 100101 |
Color Harmonies of #1AA17C
Complementary color
Monochromatic Colors of #1AA17C
Black with #1AA17C
Text Example
Text Example
White with #1AA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AA17C; }
p { color: rgb(26,161,124); }
H1.HeaderClassName
{
color: #1AA17C;
}
.AnyTagClassName
{
color: #1AA17C;
}
</style>
background-color css
<style>
a { background-color: #1AA17C; }
a { background-color: rgb(26,161,124); }
div.DivClassName
{
background-color: #1AA17C;
}
.BgClassName
{
background-color: #1AA17C;
}
</style>
border-color css
<style>
span { border-color: #1AA17C; }
span { border-color: rgb(26,161,124); }
td.TdClassName
{
border-color: #1AA17C;
}
.TagClassName
{
border-color: #1AA17C;
}
</style>