#A1D2A1

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

Shades of Chinook #A1D2A1

Tints of Chinook #A1D2A1

Color information

#A1D2A1 (or 0xA1D2A1) is unknown color: approx Chinook. HEX triplet: A1, D2 and A1. RGB value is (161,210,161). Sum of RGB (Red+Green+Blue) = 161+210+161=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2A1 is #5E2D5E. Grayscale: #BDBDBD. Windows color (decimal): -6171999 or 10605217. OLE color: 10605217.

HSL color Cylindrical-coordinate representation of color #A1D2A1: hue angle of 120º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2A1 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB161210161-
CMYK0.2300.230.18
HSL120º35.25%72.75%-
HSV(B)120º23.33%82.35%-
XYZ44.1856.2442.25-
YUV189.76111.77107.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.26%
GREEN value IS 210 (82.42% from 255) = 39.47%
BLUE value IS 161 (63.28% from 255) = 30.26%
R=30.26%
G=39.47%
B=30.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612101610.2300.230.1812035.2572.75
HexA1D2A11701712782349
Octal241322241270272217043111
Binary101000011101001010100001101110101111001011110001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D2A1; }

 p { color: rgb(161,210,161); }

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

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

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

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

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

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

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