#A1DAAA

Color #A1DAAA Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #A1DAAA

Tints of Chinook #A1DAAA

Color information

#A1DAAA (or 0xA1DAAA) is unknown color: approx 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

RGB161218170-
CMYK0.2600.220.15
HSL129.47º43.51%74.31%-
HSV(B)129.47º26.15%85.49%-
XYZ47.0360.6247.25-
YUV195.48113.62103.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 29.33%
GREEN value IS 218 (85.55% from 255) = 39.71%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=29.33%
G=39.71%
B=30.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1612181700.2600.220.15129.4743.5174.31
HexA1DAAA1A016F812c4a
Octal241332252320261720154112
Binary101000011101101010101010110100101101111100000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>