#A1DEAC

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

Shades of Chinook #A1DEAC

Tints of Chinook #A1DEAC

Color information

#A1DEAC (or 0xA1DEAC) is unknown color: approx Chinook. HEX triplet: A1, DE and AC. RGB value is (161,222,172). Sum of RGB (Red+Green+Blue) = 161+222+172=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DEAC is #5E2153. Grayscale: #C6C6C6. Windows color (decimal): -6168916 or 11329185. OLE color: 11329185.

HSL color Cylindrical-coordinate representation of color #A1DEAC: hue angle of 130.82º degrees, saturation: 0.48, 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 #A1DEAC is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB161222172-
CMYK0.2700.230.13
HSL130.82º48.03%75.1%-
HSV(B)130.82º27.48%87.06%-
XYZ48.2762.848.61-
YUV198.06113.29101.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 222 (87.11% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=29.01%
G=40%
B=30.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221720.2700.230.13130.8248.0375.1
HexA1DEAC1B017D83304b
Octal241336254330271520360113
Binary101000011101111010101100110110101111101100000111100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DEAC; }

 p { color: rgb(161,222,172); }

 H1.HeaderClassName
 {
   color: #A1DEAC;
 }
 .AnyTagClassName
 {
   color: #A1DEAC;
 }
</style>
background-color css

<style>
 a { background-color: #A1DEAC; }

 a { background-color: rgb(161,222,172); }

 div.DivClassName
 {
   background-color: #A1DEAC;
 }
 .BgClassName
 {
   background-color: #A1DEAC;
 }
</style>
border-color css

<style>
 span { border-color: #A1DEAC; }

 span { border-color: rgb(161,222,172); }

 td.TdClassName
 {
   border-color: #A1DEAC;
 }
 .TagClassName
 {
   border-color: #A1DEAC;
 }
</style>