#A1DCAA

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

Shades of Chinook #A1DCAA

Tints of Chinook #A1DCAA

Color information

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

RGB161220170-
CMYK0.2700.230.14
HSL129.15º45.74%74.71%-
HSV(B)129.15º26.82%86.27%-
XYZ47.5561.6747.43-
YUV196.66112.95102.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.22%
GREEN value IS 220 (86.33% from 255) = 39.93%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=29.22%
G=39.93%
B=30.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612201700.2700.230.14129.1545.7474.71
HexA1DCAA1B017E812e4b
Octal241334252330271620156113
Binary101000011101110010101010110110101111110100000011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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