#A6D6AC

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

Shades of Chinook #A6D6AC

Tints of Chinook #A6D6AC

Color information

#A6D6AC (or 0xA6D6AC) is unknown color: approx Chinook. HEX triplet: A6, D6 and AC. RGB value is (166,214,172). Sum of RGB (Red+Green+Blue) = 166+214+172=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 214 (83.98% from 255 or 38.77% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D6AC is #592953. Grayscale: #C2C2C2. Windows color (decimal): -5843284 or 11327142. OLE color: 11327142.

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

Color convert

RGB166214172-
CMYK0.2200.200.16
HSL127.5º36.92%74.51%-
HSV(B)127.5º22.43%83.92%-
XYZ47.2259.1847.96-
YUV194.86115.1107.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 214 (83.98% from 255) = 38.77%
BLUE value IS 172 (67.58% from 255) = 31.16%
R=30.07%
G=38.77%
B=31.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662141720.2200.200.16127.536.9274.51
HexA6D6AC16014107f254b
Octal246326254260242017745113
Binary101001101101011010101100101100101001000011111111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D6AC; }

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

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

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

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

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

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

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

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