Shades of Chinook #A1DCAA
Tints of Chinook #A1DCAA
RGB
CMYK
RGB Variations
Color information
#A1DCAA (or 0xA1DCAA) is known color: Chinook. HEX triplet: A1, DC and AA. RGB value is (161,220,170). Sum of RGB (Red+Green+Blue) = 161+220+170=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAA is #5E2355. Grayscale: #C4C4C4. Windows color (decimal): -6169430 or 11197601. OLE color: 11197601.
HSL color Cylindrical-coordinate representation of color #A1DCAA: hue angle of 129.15º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DCAA is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 170 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.14 |
| HSL | 129.15º | 0.46% | 0.75% | - |
| HSV(B) | 129.15º | 0.27% | 0.86% | - |
| XYZ | 47.55 | 61.67 | 47.43 | - |
| YUV | 196.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 170 | 0.27 | 0 | 0.23 | 0.14 | 129.15 | 0.46 | 0.75 |
| Hex | A1 | DC | AA | 1B | 0 | 17 | E | 81 | 2E | 4B |
| Octal | 241 | 334 | 252 | 33 | 0 | 27 | 16 | 201 | 56 | 113 |
| Binary | 10100001 | 11011100 | 10101010 | 11011 | 0 | 10111 | 1110 | 10000001 | 101110 | 1001011 |
Color Harmonies of #A1DCAA
Complementary color
Monochromatic Colors of #A1DCAA
Black with #A1DCAA
Text Example
Text Example
White with #A1DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCAA; }
p { color: rgb(161,220,170); }
H1.HeaderClassName
{
color: #A1DCAA;
}
.AnyTagClassName
{
color: #A1DCAA;
}
</style>
background-color css
<style>
a { background-color: #A1DCAA; }
a { background-color: rgb(161,220,170); }
div.DivClassName
{
background-color: #A1DCAA;
}
.BgClassName
{
background-color: #A1DCAA;
}
</style>
border-color css
<style>
span { border-color: #A1DCAA; }
span { border-color: rgb(161,220,170); }
td.TdClassName
{
border-color: #A1DCAA;
}
.TagClassName
{
border-color: #A1DCAA;
}
</style>