Shades of Chinook #A1E1AE
Tints of Chinook #A1E1AE
RGB
CMYK
RGB Variations
Color information
#A1E1AE (or 0xA1E1AE) is known color: Chinook. HEX triplet: A1, E1 and AE. RGB value is (161,225,174). Sum of RGB (Red+Green+Blue) = 161+225+174=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 225 (88.28% from 255 or 40.18% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E1AE is #5E1E51. Grayscale: #C8C8C8. Windows color (decimal): -6168146 or 11461025. OLE color: 11461025.
HSL color Cylindrical-coordinate representation of color #A1E1AE: hue angle of 132.19º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1AE is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 174 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.12 |
| HSL | 132.19º | 0.52% | 0.76% | - |
| HSV(B) | 132.19º | 0.28% | 0.88% | - |
| XYZ | 49.26 | 64.48 | 49.89 | - |
| YUV | 200.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 174 | 0.28 | 0 | 0.23 | 0.12 | 132.19 | 0.52 | 0.76 |
| Hex | A1 | E1 | AE | 1C | 0 | 17 | C | 84 | 34 | 4C |
| Octal | 241 | 341 | 256 | 34 | 0 | 27 | 14 | 204 | 64 | 114 |
| Binary | 10100001 | 11100001 | 10101110 | 11100 | 0 | 10111 | 1100 | 10000100 | 110100 | 1001100 |
Color Harmonies of #A1E1AE
Complementary color
Monochromatic Colors of #A1E1AE
Black with #A1E1AE
Text Example
Text Example
White with #A1E1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1AE; }
p { color: rgb(161,225,174); }
H1.HeaderClassName
{
color: #A1E1AE;
}
.AnyTagClassName
{
color: #A1E1AE;
}
</style>
background-color css
<style>
a { background-color: #A1E1AE; }
a { background-color: rgb(161,225,174); }
div.DivClassName
{
background-color: #A1E1AE;
}
.BgClassName
{
background-color: #A1E1AE;
}
</style>
border-color css
<style>
span { border-color: #A1E1AE; }
span { border-color: rgb(161,225,174); }
td.TdClassName
{
border-color: #A1E1AE;
}
.TagClassName
{
border-color: #A1E1AE;
}
</style>