Shades of Chinook #A2CEA1
Tints of Chinook #A2CEA1
RGB
CMYK
RGB Variations
Color information
#A2CEA1 (or 0xA2CEA1) is known color: Chinook. HEX triplet: A2, CE and A1. RGB value is (162,206,161). Sum of RGB (Red+Green+Blue) = 162+206+161=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CEA1 is #5D315E. Grayscale: #BBBBBB. Windows color (decimal): -6107487 or 10604194. OLE color: 10604194.
HSL color Cylindrical-coordinate representation of color #A2CEA1: hue angle of 118.67º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2CEA1 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 161 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.19 |
| HSL | 118.67º | 0.31% | 0.72% | - |
| HSV(B) | 118.67º | 0.22% | 0.81% | - |
| XYZ | 43.4 | 54.4 | 41.93 | - |
| YUV | 187.71 | 112.92 | 109.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 161 | 0.21 | 0 | 0.22 | 0.19 | 118.67 | 0.31 | 0.72 |
| Hex | A2 | CE | A1 | 15 | 0 | 16 | 13 | 77 | 1F | 48 |
| Octal | 242 | 316 | 241 | 25 | 0 | 26 | 23 | 167 | 37 | 110 |
| Binary | 10100010 | 11001110 | 10100001 | 10101 | 0 | 10110 | 10011 | 1110111 | 11111 | 1001000 |
Color Harmonies of #A2CEA1
Complementary color
Monochromatic Colors of #A2CEA1
Black with #A2CEA1
Text Example
Text Example
White with #A2CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEA1; }
p { color: rgb(162,206,161); }
H1.HeaderClassName
{
color: #A2CEA1;
}
.AnyTagClassName
{
color: #A2CEA1;
}
</style>
background-color css
<style>
a { background-color: #A2CEA1; }
a { background-color: rgb(162,206,161); }
div.DivClassName
{
background-color: #A2CEA1;
}
.BgClassName
{
background-color: #A2CEA1;
}
</style>
border-color css
<style>
span { border-color: #A2CEA1; }
span { border-color: rgb(162,206,161); }
td.TdClassName
{
border-color: #A2CEA1;
}
.TagClassName
{
border-color: #A2CEA1;
}
</style>