Shades of Chinook #A0D7A1
Tints of Chinook #A0D7A1
RGB
CMYK
RGB Variations
Color information
#A0D7A1 (or 0xA0D7A1) is known color: Chinook. HEX triplet: A0, D7 and A1. RGB value is (160,215,161). Sum of RGB (Red+Green+Blue) = 160+215+161=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #A0D7A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D7A1 is #5F285E. Grayscale: #C0C0C0. Windows color (decimal): -6236255 or 10606496. OLE color: 10606496.
HSL color Cylindrical-coordinate representation of color #A0D7A1: hue angle of 121.09º 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 #A0D7A1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 215 | 161 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.16 |
| HSL | 121.09º | 0.41% | 0.74% | - |
| HSV(B) | 121.09º | 0.26% | 0.84% | - |
| XYZ | 45.23 | 58.65 | 42.65 | - |
| YUV | 192.4 | 110.28 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 215 | 161 | 0.26 | 0 | 0.25 | 0.16 | 121.09 | 0.41 | 0.74 |
| Hex | A0 | D7 | A1 | 1A | 0 | 19 | 10 | 79 | 29 | 4A |
| Octal | 240 | 327 | 241 | 32 | 0 | 31 | 20 | 171 | 51 | 112 |
| Binary | 10100000 | 11010111 | 10100001 | 11010 | 0 | 11001 | 10000 | 1111001 | 101001 | 1001010 |
Color Harmonies of #A0D7A1
Complementary color
Monochromatic Colors of #A0D7A1
Black with #A0D7A1
Text Example
Text Example
White with #A0D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D7A1; }
p { color: rgb(160,215,161); }
H1.HeaderClassName
{
color: #A0D7A1;
}
.AnyTagClassName
{
color: #A0D7A1;
}
</style>
background-color css
<style>
a { background-color: #A0D7A1; }
a { background-color: rgb(160,215,161); }
div.DivClassName
{
background-color: #A0D7A1;
}
.BgClassName
{
background-color: #A0D7A1;
}
</style>
border-color css
<style>
span { border-color: #A0D7A1; }
span { border-color: rgb(160,215,161); }
td.TdClassName
{
border-color: #A0D7A1;
}
.TagClassName
{
border-color: #A0D7A1;
}
</style>