Shades of Chinook #A0D2A2
Tints of Chinook #A0D2A2
RGB
CMYK
RGB Variations
Color information
#A0D2A2 (or 0xA0D2A2) is known color: Chinook. HEX triplet: A0, D2 and A2. RGB value is (160,210,162). Sum of RGB (Red+Green+Blue) = 160+210+162=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D2A2 is #5F2D5D. Grayscale: #BDBDBD. Windows color (decimal): -6237534 or 10670752. OLE color: 10670752.
HSL color Cylindrical-coordinate representation of color #A0D2A2: hue angle of 122.4º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A0D2A2 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 162 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.18 |
| HSL | 122.4º | 0.36% | 0.73% | - |
| HSV(B) | 122.4º | 0.24% | 0.82% | - |
| XYZ | 44.07 | 56.18 | 42.7 | - |
| YUV | 189.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 162 | 0.24 | 0 | 0.23 | 0.18 | 122.4 | 0.36 | 0.73 |
| Hex | A0 | D2 | A2 | 18 | 0 | 17 | 12 | 7A | 24 | 49 |
| Octal | 240 | 322 | 242 | 30 | 0 | 27 | 22 | 172 | 44 | 111 |
| Binary | 10100000 | 11010010 | 10100010 | 11000 | 0 | 10111 | 10010 | 1111010 | 100100 | 1001001 |
Color Harmonies of #A0D2A2
Complementary color
Monochromatic Colors of #A0D2A2
Black with #A0D2A2
Text Example
Text Example
White with #A0D2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D2A2; }
p { color: rgb(160,210,162); }
H1.HeaderClassName
{
color: #A0D2A2;
}
.AnyTagClassName
{
color: #A0D2A2;
}
</style>
background-color css
<style>
a { background-color: #A0D2A2; }
a { background-color: rgb(160,210,162); }
div.DivClassName
{
background-color: #A0D2A2;
}
.BgClassName
{
background-color: #A0D2A2;
}
</style>
border-color css
<style>
span { border-color: #A0D2A2; }
span { border-color: rgb(160,210,162); }
td.TdClassName
{
border-color: #A0D2A2;
}
.TagClassName
{
border-color: #A0D2A2;
}
</style>