Shades of Chinook #A0DCAA
Tints of Chinook #A0DCAA
RGB
CMYK
RGB Variations
Color information
#A0DCAA (or 0xA0DCAA) is known color: Chinook. HEX triplet: A0, DC and AA. RGB value is (160,220,170). Sum of RGB (Red+Green+Blue) = 160+220+170=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DCAA is #5F2355. Grayscale: #C4C4C4. Windows color (decimal): -6234966 or 11197600. OLE color: 11197600.
HSL color Cylindrical-coordinate representation of color #A0DCAA: hue angle of 130º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCAA is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 220 | 170 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.14 |
| HSL | 130º | 0.46% | 0.75% | - |
| HSV(B) | 130º | 0.27% | 0.86% | - |
| XYZ | 47.35 | 61.56 | 47.42 | - |
| YUV | 196.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 170 | 0.27 | 0 | 0.23 | 0.14 | 130 | 0.46 | 0.75 |
| Hex | A0 | DC | AA | 1B | 0 | 17 | E | 82 | 2E | 4B |
| Octal | 240 | 334 | 252 | 33 | 0 | 27 | 16 | 202 | 56 | 113 |
| Binary | 10100000 | 11011100 | 10101010 | 11011 | 0 | 10111 | 1110 | 10000010 | 101110 | 1001011 |
Color Harmonies of #A0DCAA
Complementary color
Monochromatic Colors of #A0DCAA
Black with #A0DCAA
Text Example
Text Example
White with #A0DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCAA; }
p { color: rgb(160,220,170); }
H1.HeaderClassName
{
color: #A0DCAA;
}
.AnyTagClassName
{
color: #A0DCAA;
}
</style>
background-color css
<style>
a { background-color: #A0DCAA; }
a { background-color: rgb(160,220,170); }
div.DivClassName
{
background-color: #A0DCAA;
}
.BgClassName
{
background-color: #A0DCAA;
}
</style>
border-color css
<style>
span { border-color: #A0DCAA; }
span { border-color: rgb(160,220,170); }
td.TdClassName
{
border-color: #A0DCAA;
}
.TagClassName
{
border-color: #A0DCAA;
}
</style>