#A2D9AE

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

Shades of Chinook #A2D9AE

Tints of Chinook #A2D9AE

Color information

#A2D9AE (or 0xA2D9AE) is unknown color: approx Chinook. HEX triplet: A2, D9 and AE. RGB value is (162,217,174). Sum of RGB (Red+Green+Blue) = 162+217+174=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 174 (68.36% from 255 or 31.46% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9AE is #5D2651. Grayscale: #C3C3C3. Windows color (decimal): -6104658 or 11458978. OLE color: 11458978.

HSL color Cylindrical-coordinate representation of color #A2D9AE: hue angle of 133.09º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D9AE is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB162217174-
CMYK0.2500.200.15
HSL133.09º41.98%74.31%-
HSV(B)133.09º25.35%85.1%-
XYZ47.3560.3649.2-
YUV195.65115.78104-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.29%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 174 (68.36% from 255) = 31.46%
R=29.29%
G=39.24%
B=31.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622171740.2500.200.15133.0941.9874.31
HexA2D9AE19014F852a4a
Octal242331256310241720552112
Binary101000101101100110101110110010101001111100001011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D9AE; }

 p { color: rgb(162,217,174); }

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

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

 a { background-color: rgb(162,217,174); }

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

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

 span { border-color: rgb(162,217,174); }

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