Shades of Chinook #A0D9A8
Tints of Chinook #A0D9A8
RGB
CMYK
RGB Variations
Color information
#A0D9A8 (or 0xA0D9A8) is known color: Chinook. HEX triplet: A0, D9 and A8. RGB value is (160,217,168). Sum of RGB (Red+Green+Blue) = 160+217+168=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D9A8 is #5F2657. Grayscale: #C2C2C2. Windows color (decimal): -6235736 or 11065760. OLE color: 11065760.
HSL color Cylindrical-coordinate representation of color #A0D9A8: hue angle of 128.42º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D9A8 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 217 | 168 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.15 |
| HSL | 128.42º | 0.43% | 0.74% | - |
| HSV(B) | 128.42º | 0.26% | 0.85% | - |
| XYZ | 46.38 | 59.93 | 46.17 | - |
| YUV | 194.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 168 | 0.26 | 0 | 0.23 | 0.15 | 128.42 | 0.43 | 0.74 |
| Hex | A0 | D9 | A8 | 1A | 0 | 17 | F | 80 | 2B | 4A |
| Octal | 240 | 331 | 250 | 32 | 0 | 27 | 17 | 200 | 53 | 112 |
| Binary | 10100000 | 11011001 | 10101000 | 11010 | 0 | 10111 | 1111 | 10000000 | 101011 | 1001010 |
Color Harmonies of #A0D9A8
Complementary color
Monochromatic Colors of #A0D9A8
Black with #A0D9A8
Text Example
Text Example
White with #A0D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9A8; }
p { color: rgb(160,217,168); }
H1.HeaderClassName
{
color: #A0D9A8;
}
.AnyTagClassName
{
color: #A0D9A8;
}
</style>
background-color css
<style>
a { background-color: #A0D9A8; }
a { background-color: rgb(160,217,168); }
div.DivClassName
{
background-color: #A0D9A8;
}
.BgClassName
{
background-color: #A0D9A8;
}
</style>
border-color css
<style>
span { border-color: #A0D9A8; }
span { border-color: rgb(160,217,168); }
td.TdClassName
{
border-color: #A0D9A8;
}
.TagClassName
{
border-color: #A0D9A8;
}
</style>