Shades of Chinook #A2DDAA
Tints of Chinook #A2DDAA
RGB
CMYK
RGB Variations
Color information
#A2DDAA (or 0xA2DDAA) is known color: Chinook. HEX triplet: A2, DD and AA. RGB value is (162,221,170). Sum of RGB (Red+Green+Blue) = 162+221+170=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DDAA is #5D2255. Grayscale: #C5C5C5. Windows color (decimal): -6103638 or 11197858. OLE color: 11197858.
HSL color Cylindrical-coordinate representation of color #A2DDAA: hue angle of 128.14º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDAA is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 221 | 170 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.13 |
| HSL | 128.14º | 0.46% | 0.75% | - |
| HSV(B) | 128.14º | 0.27% | 0.87% | - |
| XYZ | 48.01 | 62.3 | 47.52 | - |
| YUV | 197.55 | 112.45 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 221 | 170 | 0.27 | 0 | 0.23 | 0.13 | 128.14 | 0.46 | 0.75 |
| Hex | A2 | DD | AA | 1B | 0 | 17 | D | 80 | 2E | 4B |
| Octal | 242 | 335 | 252 | 33 | 0 | 27 | 15 | 200 | 56 | 113 |
| Binary | 10100010 | 11011101 | 10101010 | 11011 | 0 | 10111 | 1101 | 10000000 | 101110 | 1001011 |
Color Harmonies of #A2DDAA
Complementary color
Monochromatic Colors of #A2DDAA
Black with #A2DDAA
Text Example
Text Example
White with #A2DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DDAA; }
p { color: rgb(162,221,170); }
H1.HeaderClassName
{
color: #A2DDAA;
}
.AnyTagClassName
{
color: #A2DDAA;
}
</style>
background-color css
<style>
a { background-color: #A2DDAA; }
a { background-color: rgb(162,221,170); }
div.DivClassName
{
background-color: #A2DDAA;
}
.BgClassName
{
background-color: #A2DDAA;
}
</style>
border-color css
<style>
span { border-color: #A2DDAA; }
span { border-color: rgb(162,221,170); }
td.TdClassName
{
border-color: #A2DDAA;
}
.TagClassName
{
border-color: #A2DDAA;
}
</style>