#A2D5A7

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

Shades of Chinook #A2D5A7

Tints of Chinook #A2D5A7

Color information

#A2D5A7 (or 0xA2D5A7) is unknown color: approx Chinook. HEX triplet: A2, D5 and A7. RGB value is (162,213,167). Sum of RGB (Red+Green+Blue) = 162+213+167=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5A7 is #5D2A58. Grayscale: #C0C0C0. Windows color (decimal): -6105689 or 10999202. OLE color: 10999202.

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

Color convert

RGB162213167-
CMYK0.2400.220.16
HSL125.88º37.78%73.53%-
HSV(B)125.88º23.94%83.53%-
XYZ45.6758.0645.36-
YUV192.51113.6106.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.89%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 167 (65.62% from 255) = 30.81%
R=29.89%
G=39.30%
B=30.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1622131670.2400.220.16125.8837.7873.53
HexA2D5A718016107e264a
Octal242325247300262017646112
Binary101000101101010110100111110000101101000011111101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D5A7; }

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

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

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

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

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

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

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

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