#A0D9AD

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

Shades of Chinook #A0D9AD

Tints of Chinook #A0D9AD

Color information

#A0D9AD (or 0xA0D9AD) is unknown color: approx Chinook. HEX triplet: A0, D9 and AD. RGB value is (160,217,173). Sum of RGB (Red+Green+Blue) = 160+217+173=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D9AD is #5F2652. Grayscale: #C3C3C3. Windows color (decimal): -6235731 or 11393440. OLE color: 11393440.

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

Color convert

RGB160217173-
CMYK0.2600.200.15
HSL133.68º42.86%73.92%-
HSV(B)133.68º26.27%85.1%-
XYZ46.8560.1248.67-
YUV194.94115.62103.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.09%
GREEN value IS 217 (85.16% from 255) = 39.45%
BLUE value IS 173 (67.97% from 255) = 31.45%
R=29.09%
G=39.45%
B=31.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602171730.2600.200.15133.6842.8673.92
HexA0D9AD1A014F862b4a
Octal240331255320241720653112
Binary101000001101100110101101110100101001111100001101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D9AD; }

 p { color: rgb(160,217,173); }

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

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

 a { background-color: rgb(160,217,173); }

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

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

 span { border-color: rgb(160,217,173); }

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