Shades of Chinook #A1D8A9
Tints of Chinook #A1D8A9
RGB
CMYK
RGB Variations
Color information
#A1D8A9 (or 0xA1D8A9) is known color: Chinook. HEX triplet: A1, D8 and A9. RGB value is (161,216,169). Sum of RGB (Red+Green+Blue) = 161+216+169=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8A9 is #5E2756. Grayscale: #C2C2C2. Windows color (decimal): -6170455 or 11131041. OLE color: 11131041.
HSL color Cylindrical-coordinate representation of color #A1D8A9: hue angle of 128.73º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D8A9 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 216 | 169 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.15 |
| HSL | 128.73º | 0.41% | 0.74% | - |
| HSV(B) | 128.73º | 0.25% | 0.85% | - |
| XYZ | 46.42 | 59.55 | 46.58 | - |
| YUV | 194.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 216 | 169 | 0.25 | 0 | 0.22 | 0.15 | 128.73 | 0.41 | 0.74 |
| Hex | A1 | D8 | A9 | 19 | 0 | 16 | F | 81 | 29 | 4A |
| Octal | 241 | 330 | 251 | 31 | 0 | 26 | 17 | 201 | 51 | 112 |
| Binary | 10100001 | 11011000 | 10101001 | 11001 | 0 | 10110 | 1111 | 10000001 | 101001 | 1001010 |
Color Harmonies of #A1D8A9
Complementary color
Monochromatic Colors of #A1D8A9
Black with #A1D8A9
Text Example
Text Example
White with #A1D8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D8A9; }
p { color: rgb(161,216,169); }
H1.HeaderClassName
{
color: #A1D8A9;
}
.AnyTagClassName
{
color: #A1D8A9;
}
</style>
background-color css
<style>
a { background-color: #A1D8A9; }
a { background-color: rgb(161,216,169); }
div.DivClassName
{
background-color: #A1D8A9;
}
.BgClassName
{
background-color: #A1D8A9;
}
</style>
border-color css
<style>
span { border-color: #A1D8A9; }
span { border-color: rgb(161,216,169); }
td.TdClassName
{
border-color: #A1D8A9;
}
.TagClassName
{
border-color: #A1D8A9;
}
</style>