Shades of Chinook #A2D8A9
Tints of Chinook #A2D8A9
RGB
CMYK
RGB Variations
Color information
#A2D8A9 (or 0xA2D8A9) is known color: Chinook. HEX triplet: A2, D8 and A9. RGB value is (162,216,169). Sum of RGB (Red+Green+Blue) = 162+216+169=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D8A9 is #5D2756. Grayscale: #C2C2C2. Windows color (decimal): -6104919 or 11131042. OLE color: 11131042.
HSL color Cylindrical-coordinate representation of color #A2D8A9: hue angle of 127.78º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D8A9 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 216 | 169 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.15 |
| HSL | 127.78º | 0.41% | 0.74% | - |
| HSV(B) | 127.78º | 0.25% | 0.85% | - |
| XYZ | 46.62 | 59.66 | 46.59 | - |
| YUV | 194.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 169 | 0.25 | 0 | 0.22 | 0.15 | 127.78 | 0.41 | 0.74 |
| Hex | A2 | D8 | A9 | 19 | 0 | 16 | F | 80 | 29 | 4A |
| Octal | 242 | 330 | 251 | 31 | 0 | 26 | 17 | 200 | 51 | 112 |
| Binary | 10100010 | 11011000 | 10101001 | 11001 | 0 | 10110 | 1111 | 10000000 | 101001 | 1001010 |
Color Harmonies of #A2D8A9
Complementary color
Monochromatic Colors of #A2D8A9
Black with #A2D8A9
Text Example
Text Example
White with #A2D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8A9; }
p { color: rgb(162,216,169); }
H1.HeaderClassName
{
color: #A2D8A9;
}
.AnyTagClassName
{
color: #A2D8A9;
}
</style>
background-color css
<style>
a { background-color: #A2D8A9; }
a { background-color: rgb(162,216,169); }
div.DivClassName
{
background-color: #A2D8A9;
}
.BgClassName
{
background-color: #A2D8A9;
}
</style>
border-color css
<style>
span { border-color: #A2D8A9; }
span { border-color: rgb(162,216,169); }
td.TdClassName
{
border-color: #A2D8A9;
}
.TagClassName
{
border-color: #A2D8A9;
}
</style>