#A2D6AD

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

Shades of Chinook #A2D6AD

Tints of Chinook #A2D6AD

Color information

#A2D6AD (or 0xA2D6AD) is unknown color: approx Chinook. HEX triplet: A2, D6 and AD. RGB value is (162,214,173). Sum of RGB (Red+Green+Blue) = 162+214+173=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D6AD is #5D2952. Grayscale: #C1C1C1. Windows color (decimal): -6105427 or 11392674. OLE color: 11392674.

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

Color convert

RGB162214173-
CMYK0.2400.190.16
HSL132.69º38.81%73.73%-
HSV(B)132.69º24.3%83.92%-
XYZ46.4958.7948.43-
YUV193.78116.27105.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.51%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 173 (67.97% from 255) = 31.51%
R=29.51%
G=38.98%
B=31.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141730.2400.190.16132.6938.8173.73
HexA2D6AD180131085274a
Octal242326255300232020547112
Binary1010001011010110101011011100001001110000100001011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6AD; }

 p { color: rgb(162,214,173); }

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

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

 a { background-color: rgb(162,214,173); }

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

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

 span { border-color: rgb(162,214,173); }

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