#A2D5AC

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

Shades of Chinook #A2D5AC

Tints of Chinook #A2D5AC

Color information

#A2D5AC (or 0xA2D5AC) is unknown color: approx Chinook. HEX triplet: A2, D5 and AC. RGB value is (162,213,172). Sum of RGB (Red+Green+Blue) = 162+213+172=547 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.62% from 547); Green value is 213 (83.59% from 255 or 38.94% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5AC is #5D2A53. Grayscale: #C1C1C1. Windows color (decimal): -6105684 or 11326882. OLE color: 11326882.

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

Color convert

RGB162213172-
CMYK0.2400.190.16
HSL131.76º37.78%73.53%-
HSV(B)131.76º23.94%83.53%-
XYZ46.1458.2547.84-
YUV193.08116.1105.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.62%
GREEN value IS 213 (83.59% from 255) = 38.94%
BLUE value IS 172 (67.58% from 255) = 31.44%
R=29.62%
G=38.94%
B=31.44%

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
Decimal1622131720.2400.190.16131.7637.7873.53
HexA2D5AC180131084264a
Octal242325254300232020446112
Binary1010001011010101101011001100001001110000100001001001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D5AC; }

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

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

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

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

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

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

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

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