Shades of Chinook #A2D5AA
Tints of Chinook #A2D5AA
RGB
CMYK
RGB Variations
Color information
#A2D5AA (or 0xA2D5AA) is known color: Chinook. HEX triplet: A2, D5 and AA. RGB value is (162,213,170). Sum of RGB (Red+Green+Blue) = 162+213+170=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 213 (83.59% from 255 or 39.08% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5AA is #5D2A55. Grayscale: #C0C0C0. Windows color (decimal): -6105686 or 11195810. OLE color: 11195810.
HSL color Cylindrical-coordinate representation of color #A2D5AA: hue angle of 129.41º degrees, saturation: 0.38, 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 #A2D5AA is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 170 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.16 |
| HSL | 129.41º | 0.38% | 0.74% | - |
| HSV(B) | 129.41º | 0.24% | 0.84% | - |
| XYZ | 45.95 | 58.17 | 46.84 | - |
| YUV | 192.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 170 | 0.24 | 0 | 0.20 | 0.16 | 129.41 | 0.38 | 0.74 |
| Hex | A2 | D5 | AA | 18 | 0 | 14 | 10 | 81 | 26 | 4A |
| Octal | 242 | 325 | 252 | 30 | 0 | 24 | 20 | 201 | 46 | 112 |
| Binary | 10100010 | 11010101 | 10101010 | 11000 | 0 | 10100 | 10000 | 10000001 | 100110 | 1001010 |
Color Harmonies of #A2D5AA
Complementary color
Monochromatic Colors of #A2D5AA
Black with #A2D5AA
Text Example
Text Example
White with #A2D5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D5AA; }
p { color: rgb(162,213,170); }
H1.HeaderClassName
{
color: #A2D5AA;
}
.AnyTagClassName
{
color: #A2D5AA;
}
</style>
background-color css
<style>
a { background-color: #A2D5AA; }
a { background-color: rgb(162,213,170); }
div.DivClassName
{
background-color: #A2D5AA;
}
.BgClassName
{
background-color: #A2D5AA;
}
</style>
border-color css
<style>
span { border-color: #A2D5AA; }
span { border-color: rgb(162,213,170); }
td.TdClassName
{
border-color: #A2D5AA;
}
.TagClassName
{
border-color: #A2D5AA;
}
</style>