#A0D8A1

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

Shades of Chinook #A0D8A1

Tints of Chinook #A0D8A1

Color information

#A0D8A1 (or 0xA0D8A1) is unknown color: approx Chinook. HEX triplet: A0, D8 and A1. RGB value is (160,216,161). Sum of RGB (Red+Green+Blue) = 160+216+161=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 216 (84.77% from 255 or 40.22% from 537); Blue value is 161 (63.28% from 255 or 29.98% from 537); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8A1 is #5F275E. Grayscale: #C1C1C1. Windows color (decimal): -6235999 or 10606752. OLE color: 10606752.

HSL color Cylindrical-coordinate representation of color #A0D8A1: hue angle of 121.07º degrees, saturation: 0.42, 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 #A0D8A1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB160216161-
CMYK0.2600.250.15
HSL121.07º41.79%73.73%-
HSV(B)121.07º25.93%84.71%-
XYZ45.4959.1642.74-
YUV192.99109.95104.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 216 (84.77% from 255) = 40.22%
BLUE value IS 161 (63.28% from 255) = 29.98%
R=29.80%
G=40.22%
B=29.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161610.2600.250.15121.0741.7973.73
HexA0D8A11A019F792a4a
Octal240330241320311717152112
Binary10100000110110001010000111010011001111111110011010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D8A1; }

 p { color: rgb(160,216,161); }

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

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

 a { background-color: rgb(160,216,161); }

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

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

 span { border-color: rgb(160,216,161); }

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