Shades of Chinook #A0DEAA
Tints of Chinook #A0DEAA
RGB
CMYK
RGB Variations
Color information
#A0DEAA (or 0xA0DEAA) is known color: Chinook. HEX triplet: A0, DE and AA. RGB value is (160,222,170). Sum of RGB (Red+Green+Blue) = 160+222+170=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 222 (87.11% from 255 or 40.22% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 222 - color contains mainly: green. Hex color #A0DEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DEAA is #5F2155. Grayscale: #C5C5C5. Windows color (decimal): -6234454 or 11198112. OLE color: 11198112.
HSL color Cylindrical-coordinate representation of color #A0DEAA: hue angle of 129.68º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DEAA is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 222 | 170 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.13 |
| HSL | 129.68º | 0.48% | 0.75% | - |
| HSV(B) | 129.68º | 0.28% | 0.87% | - |
| XYZ | 47.87 | 62.62 | 47.59 | - |
| YUV | 197.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 170 | 0.28 | 0 | 0.23 | 0.13 | 129.68 | 0.48 | 0.75 |
| Hex | A0 | DE | AA | 1C | 0 | 17 | D | 82 | 30 | 4B |
| Octal | 240 | 336 | 252 | 34 | 0 | 27 | 15 | 202 | 60 | 113 |
| Binary | 10100000 | 11011110 | 10101010 | 11100 | 0 | 10111 | 1101 | 10000010 | 110000 | 1001011 |
Color Harmonies of #A0DEAA
Complementary color
Monochromatic Colors of #A0DEAA
Black with #A0DEAA
Text Example
Text Example
White with #A0DEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEAA; }
p { color: rgb(160,222,170); }
H1.HeaderClassName
{
color: #A0DEAA;
}
.AnyTagClassName
{
color: #A0DEAA;
}
</style>
background-color css
<style>
a { background-color: #A0DEAA; }
a { background-color: rgb(160,222,170); }
div.DivClassName
{
background-color: #A0DEAA;
}
.BgClassName
{
background-color: #A0DEAA;
}
</style>
border-color css
<style>
span { border-color: #A0DEAA; }
span { border-color: rgb(160,222,170); }
td.TdClassName
{
border-color: #A0DEAA;
}
.TagClassName
{
border-color: #A0DEAA;
}
</style>