Shades of Chinook #A1DDAA
Tints of Chinook #A1DDAA
RGB
CMYK
RGB Variations
Color information
#A1DDAA (or 0xA1DDAA) is known color: Chinook. HEX triplet: A1, DD and AA. RGB value is (161,221,170). Sum of RGB (Red+Green+Blue) = 161+221+170=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DDAA is #5E2255. Grayscale: #C5C5C5. Windows color (decimal): -6169174 or 11197857. OLE color: 11197857.
HSL color Cylindrical-coordinate representation of color #A1DDAA: hue angle of 129º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DDAA is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 170 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.13 |
| HSL | 129º | 0.47% | 0.75% | - |
| HSV(B) | 129º | 0.27% | 0.87% | - |
| XYZ | 47.81 | 62.19 | 47.51 | - |
| YUV | 197.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 170 | 0.27 | 0 | 0.23 | 0.13 | 129 | 0.47 | 0.75 |
| Hex | A1 | DD | AA | 1B | 0 | 17 | D | 81 | 2F | 4B |
| Octal | 241 | 335 | 252 | 33 | 0 | 27 | 15 | 201 | 57 | 113 |
| Binary | 10100001 | 11011101 | 10101010 | 11011 | 0 | 10111 | 1101 | 10000001 | 101111 | 1001011 |
Color Harmonies of #A1DDAA
Complementary color
Monochromatic Colors of #A1DDAA
Black with #A1DDAA
Text Example
Text Example
White with #A1DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDAA; }
p { color: rgb(161,221,170); }
H1.HeaderClassName
{
color: #A1DDAA;
}
.AnyTagClassName
{
color: #A1DDAA;
}
</style>
background-color css
<style>
a { background-color: #A1DDAA; }
a { background-color: rgb(161,221,170); }
div.DivClassName
{
background-color: #A1DDAA;
}
.BgClassName
{
background-color: #A1DDAA;
}
</style>
border-color css
<style>
span { border-color: #A1DDAA; }
span { border-color: rgb(161,221,170); }
td.TdClassName
{
border-color: #A1DDAA;
}
.TagClassName
{
border-color: #A1DDAA;
}
</style>