Shades of Chinook #A1DAAA
Tints of Chinook #A1DAAA
RGB
CMYK
RGB Variations
Color information
#A1DAAA (or 0xA1DAAA) is known color: Chinook. HEX triplet: A1, DA and AA. RGB value is (161,218,170). Sum of RGB (Red+Green+Blue) = 161+218+170=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DAAA is #5E2555. Grayscale: #C3C3C3. Windows color (decimal): -6169942 or 11197089. OLE color: 11197089.
HSL color Cylindrical-coordinate representation of color #A1DAAA: hue angle of 129.47º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DAAA is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 170 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.15 |
| HSL | 129.47º | 0.44% | 0.74% | - |
| HSV(B) | 129.47º | 0.26% | 0.85% | - |
| XYZ | 47.03 | 60.62 | 47.25 | - |
| YUV | 195.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 170 | 0.26 | 0 | 0.22 | 0.15 | 129.47 | 0.44 | 0.74 |
| Hex | A1 | DA | AA | 1A | 0 | 16 | F | 81 | 2C | 4A |
| Octal | 241 | 332 | 252 | 32 | 0 | 26 | 17 | 201 | 54 | 112 |
| Binary | 10100001 | 11011010 | 10101010 | 11010 | 0 | 10110 | 1111 | 10000001 | 101100 | 1001010 |
Color Harmonies of #A1DAAA
Complementary color
Monochromatic Colors of #A1DAAA
Black with #A1DAAA
Text Example
Text Example
White with #A1DAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DAAA; }
p { color: rgb(161,218,170); }
H1.HeaderClassName
{
color: #A1DAAA;
}
.AnyTagClassName
{
color: #A1DAAA;
}
</style>
background-color css
<style>
a { background-color: #A1DAAA; }
a { background-color: rgb(161,218,170); }
div.DivClassName
{
background-color: #A1DAAA;
}
.BgClassName
{
background-color: #A1DAAA;
}
</style>
border-color css
<style>
span { border-color: #A1DAAA; }
span { border-color: rgb(161,218,170); }
td.TdClassName
{
border-color: #A1DAAA;
}
.TagClassName
{
border-color: #A1DAAA;
}
</style>