Shades of Chinook #A0D7A9
Tints of Chinook #A0D7A9
RGB
CMYK
RGB Variations
Color information
#A0D7A9 (or 0xA0D7A9) is known color: Chinook. HEX triplet: A0, D7 and A9. RGB value is (160,215,169). Sum of RGB (Red+Green+Blue) = 160+215+169=544 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.41% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D7A9 is #5F2856. Grayscale: #C1C1C1. Windows color (decimal): -6236247 or 11130784. OLE color: 11130784.
HSL color Cylindrical-coordinate representation of color #A0D7A9: hue angle of 129.82º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D7A9 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 169 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.16 |
| HSL | 129.82º | 0.41% | 0.74% | - |
| HSV(B) | 129.82º | 0.26% | 0.84% | - |
| XYZ | 45.96 | 58.94 | 46.49 | - |
| YUV | 193.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 169 | 0.26 | 0 | 0.21 | 0.16 | 129.82 | 0.41 | 0.74 |
| Hex | A0 | D7 | A9 | 1A | 0 | 15 | 10 | 82 | 29 | 4A |
| Octal | 240 | 327 | 251 | 32 | 0 | 25 | 20 | 202 | 51 | 112 |
| Binary | 10100000 | 11010111 | 10101001 | 11010 | 0 | 10101 | 10000 | 10000010 | 101001 | 1001010 |
Color Harmonies of #A0D7A9
Complementary color
Monochromatic Colors of #A0D7A9
Black with #A0D7A9
Text Example
Text Example
White with #A0D7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7A9; }
p { color: rgb(160,215,169); }
H1.HeaderClassName
{
color: #A0D7A9;
}
.AnyTagClassName
{
color: #A0D7A9;
}
</style>
background-color css
<style>
a { background-color: #A0D7A9; }
a { background-color: rgb(160,215,169); }
div.DivClassName
{
background-color: #A0D7A9;
}
.BgClassName
{
background-color: #A0D7A9;
}
</style>
border-color css
<style>
span { border-color: #A0D7A9; }
span { border-color: rgb(160,215,169); }
td.TdClassName
{
border-color: #A0D7A9;
}
.TagClassName
{
border-color: #A0D7A9;
}
</style>