Shades of Chinook #A2D9AE
Tints of Chinook #A2D9AE
RGB
CMYK
RGB Variations
Color information
#A2D9AE (or 0xA2D9AE) is known color: Chinook. HEX triplet: A2, D9 and AE. RGB value is (162,217,174). Sum of RGB (Red+Green+Blue) = 162+217+174=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9AE is #5D2651. Grayscale: #C3C3C3. Windows color (decimal): -6104658 or 11458978. OLE color: 11458978.
HSL color Cylindrical-coordinate representation of color #A2D9AE: hue angle of 133.09º 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 #A2D9AE is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 217 | 174 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.15 |
| HSL | 133.09º | 0.42% | 0.74% | - |
| HSV(B) | 133.09º | 0.25% | 0.85% | - |
| XYZ | 47.35 | 60.36 | 49.2 | - |
| YUV | 195.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 174 | 0.25 | 0 | 0.20 | 0.15 | 133.09 | 0.42 | 0.74 |
| Hex | A2 | D9 | AE | 19 | 0 | 14 | F | 85 | 2A | 4A |
| Octal | 242 | 331 | 256 | 31 | 0 | 24 | 17 | 205 | 52 | 112 |
| Binary | 10100010 | 11011001 | 10101110 | 11001 | 0 | 10100 | 1111 | 10000101 | 101010 | 1001010 |
Color Harmonies of #A2D9AE
Complementary color
Monochromatic Colors of #A2D9AE
Black with #A2D9AE
Text Example
Text Example
White with #A2D9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9AE; }
p { color: rgb(162,217,174); }
H1.HeaderClassName
{
color: #A2D9AE;
}
.AnyTagClassName
{
color: #A2D9AE;
}
</style>
background-color css
<style>
a { background-color: #A2D9AE; }
a { background-color: rgb(162,217,174); }
div.DivClassName
{
background-color: #A2D9AE;
}
.BgClassName
{
background-color: #A2D9AE;
}
</style>
border-color css
<style>
span { border-color: #A2D9AE; }
span { border-color: rgb(162,217,174); }
td.TdClassName
{
border-color: #A2D9AE;
}
.TagClassName
{
border-color: #A2D9AE;
}
</style>