#A2D6AC

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

Shades of Chinook #A2D6AC

Tints of Chinook #A2D6AC

Color information

#A2D6AC (or 0xA2D6AC) is unknown color: approx Chinook. HEX triplet: A2, D6 and AC. RGB value is (162,214,172). Sum of RGB (Red+Green+Blue) = 162+214+172=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D6AC is #5D2953. Grayscale: #C1C1C1. Windows color (decimal): -6105428 or 11327138. OLE color: 11327138.

HSL color Cylindrical-coordinate representation of color #A2D6AC: hue angle of 131.54º 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 #A2D6AC is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB162214172-
CMYK0.2400.200.16
HSL131.54º38.81%73.73%-
HSV(B)131.54º24.3%83.92%-
XYZ46.3958.7547.93-
YUV193.66115.77105.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.56%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=29.56%
G=39.05%
B=31.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622141720.2400.200.16131.5438.8173.73
HexA2D6AC180141084274a
Octal242326254300242020447112
Binary1010001011010110101011001100001010010000100001001001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D6AC; }

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

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

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

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

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

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

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

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