#A1D4A1

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

Shades of Chinook #A1D4A1

Tints of Chinook #A1D4A1

Color information

#A1D4A1 (or 0xA1D4A1) is unknown color: approx Chinook. HEX triplet: A1, D4 and A1. RGB value is (161,212,161). Sum of RGB (Red+Green+Blue) = 161+212+161=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 212 (83.20% from 255 or 39.70% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D4A1 is #5E2B5E. Grayscale: #BFBFBF. Windows color (decimal): -6171487 or 10605729. OLE color: 10605729.

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

Color convert

RGB161212161-
CMYK0.2400.240.17
HSL120º37.23%73.14%-
HSV(B)120º24.06%83.14%-
XYZ44.6757.2442.41-
YUV190.94111.1106.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.15%
GREEN value IS 212 (83.20% from 255) = 39.70%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=30.15%
G=39.70%
B=30.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121610.2400.240.1712037.2373.14
HexA1D4A11801811782549
Octal241324241300302117045111
Binary101000011101010010100001110000110001000111110001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4A1; }

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

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

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

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

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

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

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

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