Shades of Chinook #A2D6AA
Tints of Chinook #A2D6AA
RGB
CMYK
RGB Variations
Color information
#A2D6AA (or 0xA2D6AA) is known color: Chinook. HEX triplet: A2, D6 and AA. RGB value is (162,214,170). Sum of RGB (Red+Green+Blue) = 162+214+170=546 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.67% from 546); Green value is 214 (83.98% from 255 or 39.19% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D6AA is #5D2955. Grayscale: #C1C1C1. Windows color (decimal): -6105430 or 11196066. OLE color: 11196066.
HSL color Cylindrical-coordinate representation of color #A2D6AA: hue angle of 129.23º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A2D6AA is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 214 | 170 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.16 |
| HSL | 129.23º | 0.39% | 0.74% | - |
| HSV(B) | 129.23º | 0.24% | 0.84% | - |
| XYZ | 46.2 | 58.68 | 46.92 | - |
| YUV | 193.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 214 | 170 | 0.24 | 0 | 0.21 | 0.16 | 129.23 | 0.39 | 0.74 |
| Hex | A2 | D6 | AA | 18 | 0 | 15 | 10 | 81 | 27 | 4A |
| Octal | 242 | 326 | 252 | 30 | 0 | 25 | 20 | 201 | 47 | 112 |
| Binary | 10100010 | 11010110 | 10101010 | 11000 | 0 | 10101 | 10000 | 10000001 | 100111 | 1001010 |
Color Harmonies of #A2D6AA
Complementary color
Monochromatic Colors of #A2D6AA
Black with #A2D6AA
Text Example
Text Example
White with #A2D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D6AA; }
p { color: rgb(162,214,170); }
H1.HeaderClassName
{
color: #A2D6AA;
}
.AnyTagClassName
{
color: #A2D6AA;
}
</style>
background-color css
<style>
a { background-color: #A2D6AA; }
a { background-color: rgb(162,214,170); }
div.DivClassName
{
background-color: #A2D6AA;
}
.BgClassName
{
background-color: #A2D6AA;
}
</style>
border-color css
<style>
span { border-color: #A2D6AA; }
span { border-color: rgb(162,214,170); }
td.TdClassName
{
border-color: #A2D6AA;
}
.TagClassName
{
border-color: #A2D6AA;
}
</style>