#A2D1A5

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

Shades of Chinook #A2D1A5

Tints of Chinook #A2D1A5

Color information

#A2D1A5 (or 0xA2D1A5) is unknown color: approx Chinook. HEX triplet: A2, D1 and A5. RGB value is (162,209,165). Sum of RGB (Red+Green+Blue) = 162+209+165=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D1A5 is #5D2E5A. Grayscale: #BEBEBE. Windows color (decimal): -6106715 or 10867106. OLE color: 10867106.

HSL color Cylindrical-coordinate representation of color #A2D1A5: hue angle of 123.83º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2D1A5 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB162209165-
CMYK0.2200.210.18
HSL123.83º33.81%72.75%-
HSV(B)123.83º22.49%81.96%-
XYZ44.495644.06-
YUV189.93113.93108.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 209 (82.03% from 255) = 38.99%
BLUE value IS 165 (64.84% from 255) = 30.78%
R=30.22%
G=38.99%
B=30.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1622091650.2200.210.18123.8333.8172.75
HexA2D1A516015127c2249
Octal242321245260252217442111
Binary101000101101000110100101101100101011001011111001000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D1A5; }

 p { color: rgb(162,209,165); }

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

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

 a { background-color: rgb(162,209,165); }

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

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

 span { border-color: rgb(162,209,165); }

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