#A1D5A1

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

Shades of Chinook #A1D5A1

Tints of Chinook #A1D5A1

Color information

#A1D5A1 (or 0xA1D5A1) is unknown color: approx Chinook. HEX triplet: A1, D5 and A1. RGB value is (161,213,161). Sum of RGB (Red+Green+Blue) = 161+213+161=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 161 (63.28% from 255 or 30.09% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5A1 is #5E2A5E. Grayscale: #BFBFBF. Windows color (decimal): -6171231 or 10605985. OLE color: 10605985.

HSL color Cylindrical-coordinate representation of color #A1D5A1: hue angle of 120º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5A1 is Cyan = 0.24, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB161213161-
CMYK0.2400.240.16
HSL120º38.24%73.33%-
HSV(B)120º24.41%83.53%-
XYZ44.9357.7442.5-
YUV191.52110.77106.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.09%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 161 (63.28% from 255) = 30.09%
R=30.09%
G=39.81%
B=30.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1612131610.2400.240.1612038.2473.33
HexA1D5A11801810782649
Octal241325241300302017046111
Binary101000011101010110100001110000110001000011110001001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D5A1; }

 p { color: rgb(161,213,161); }

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

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

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

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

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

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

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