Shades of Chinook #A2D9AB
Tints of Chinook #A2D9AB
RGB
CMYK
RGB Variations
Color information
#A2D9AB (or 0xA2D9AB) is known color: Chinook. HEX triplet: A2, D9 and AB. RGB value is (162,217,171). Sum of RGB (Red+Green+Blue) = 162+217+171=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9AB is #5D2654. Grayscale: #C3C3C3. Windows color (decimal): -6104661 or 11262370. OLE color: 11262370.
HSL color Cylindrical-coordinate representation of color #A2D9AB: hue angle of 129.82º degrees, saturation: 0.42, 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 #A2D9AB is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 171 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.15 |
| HSL | 129.82º | 0.42% | 0.74% | - |
| HSV(B) | 129.82º | 0.25% | 0.85% | - |
| XYZ | 47.06 | 60.25 | 47.68 | - |
| YUV | 195.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 171 | 0.25 | 0 | 0.21 | 0.15 | 129.82 | 0.42 | 0.74 |
| Hex | A2 | D9 | AB | 19 | 0 | 15 | F | 82 | 2A | 4A |
| Octal | 242 | 331 | 253 | 31 | 0 | 25 | 17 | 202 | 52 | 112 |
| Binary | 10100010 | 11011001 | 10101011 | 11001 | 0 | 10101 | 1111 | 10000010 | 101010 | 1001010 |
Color Harmonies of #A2D9AB
Complementary color
Monochromatic Colors of #A2D9AB
Black with #A2D9AB
Text Example
Text Example
White with #A2D9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9AB; }
p { color: rgb(162,217,171); }
H1.HeaderClassName
{
color: #A2D9AB;
}
.AnyTagClassName
{
color: #A2D9AB;
}
</style>
background-color css
<style>
a { background-color: #A2D9AB; }
a { background-color: rgb(162,217,171); }
div.DivClassName
{
background-color: #A2D9AB;
}
.BgClassName
{
background-color: #A2D9AB;
}
</style>
border-color css
<style>
span { border-color: #A2D9AB; }
span { border-color: rgb(162,217,171); }
td.TdClassName
{
border-color: #A2D9AB;
}
.TagClassName
{
border-color: #A2D9AB;
}
</style>