Shades of Chinook #A2D7AA
Tints of Chinook #A2D7AA
RGB
CMYK
RGB Variations
Color information
#A2D7AA (or 0xA2D7AA) is known color: Chinook. HEX triplet: A2, D7 and AA. RGB value is (162,215,170). Sum of RGB (Red+Green+Blue) = 162+215+170=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D7AA is #5D2855. Grayscale: #C2C2C2. Windows color (decimal): -6105174 or 11196322. OLE color: 11196322.
HSL color Cylindrical-coordinate representation of color #A2D7AA: hue angle of 129.06º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7AA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 215 | 170 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.16 |
| HSL | 129.06º | 0.4% | 0.74% | - |
| HSV(B) | 129.06º | 0.25% | 0.84% | - |
| XYZ | 46.46 | 59.18 | 47.01 | - |
| YUV | 194.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 215 | 170 | 0.25 | 0 | 0.21 | 0.16 | 129.06 | 0.4 | 0.74 |
| Hex | A2 | D7 | AA | 19 | 0 | 15 | 10 | 81 | 28 | 4A |
| Octal | 242 | 327 | 252 | 31 | 0 | 25 | 20 | 201 | 50 | 112 |
| Binary | 10100010 | 11010111 | 10101010 | 11001 | 0 | 10101 | 10000 | 10000001 | 101000 | 1001010 |
Color Harmonies of #A2D7AA
Complementary color
Monochromatic Colors of #A2D7AA
Black with #A2D7AA
Text Example
Text Example
White with #A2D7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D7AA; }
p { color: rgb(162,215,170); }
H1.HeaderClassName
{
color: #A2D7AA;
}
.AnyTagClassName
{
color: #A2D7AA;
}
</style>
background-color css
<style>
a { background-color: #A2D7AA; }
a { background-color: rgb(162,215,170); }
div.DivClassName
{
background-color: #A2D7AA;
}
.BgClassName
{
background-color: #A2D7AA;
}
</style>
border-color css
<style>
span { border-color: #A2D7AA; }
span { border-color: rgb(162,215,170); }
td.TdClassName
{
border-color: #A2D7AA;
}
.TagClassName
{
border-color: #A2D7AA;
}
</style>