#A1D0A0

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

Shades of Chinook #A1D0A0

Tints of Chinook #A1D0A0

Color information

#A1D0A0 (or 0xA1D0A0) is unknown color: approx Chinook. HEX triplet: A1, D0 and A0. RGB value is (161,208,160). Sum of RGB (Red+Green+Blue) = 161+208+160=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D0A0 is #5E2F5F. Grayscale: #BCBCBC. Windows color (decimal): -6172512 or 10539169. OLE color: 10539169.

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

Color convert

RGB161208160-
CMYK0.2300.230.18
HSL118.75º33.8%72.16%-
HSV(B)118.75º23.08%81.57%-
XYZ43.655.2341.62-
YUV188.48111.93108.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 208 (81.64% from 255) = 39.32%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=30.43%
G=39.32%
B=30.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1612081600.2300.230.18118.7533.872.16
HexA1D0A01701712772248
Octal241320240270272216742110
Binary101000011101000010100000101110101111001011101111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D0A0; }

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

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

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

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

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

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

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

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