#A1D5A6

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

Shades of Chinook #A1D5A6

Tints of Chinook #A1D5A6

Color information

#A1D5A6 (or 0xA1D5A6) is unknown color: approx Chinook. HEX triplet: A1, D5 and A6. RGB value is (161,213,166). Sum of RGB (Red+Green+Blue) = 161+213+166=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5A6 is #5E2A59. Grayscale: #C0C0C0. Windows color (decimal): -6171226 or 10933665. OLE color: 10933665.

HSL color Cylindrical-coordinate representation of color #A1D5A6: hue angle of 125.77º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5A6 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB161213166-
CMYK0.2400.220.16
HSL125.77º38.24%73.33%-
HSV(B)125.77º24.41%83.53%-
XYZ45.3857.9244.86-
YUV192.09113.27105.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.81%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 166 (65.23% from 255) = 30.74%
R=29.81%
G=39.44%
B=30.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131660.2400.220.16125.7738.2473.33
HexA1D5A618016107e2649
Octal241325246300262017646111
Binary101000011101010110100110110000101101000011111101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D5A6; }

 p { color: rgb(161,213,166); }

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

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

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

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

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

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

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