#A1D4A8

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

Shades of Chinook #A1D4A8

Tints of Chinook #A1D4A8

Color information

#A1D4A8 (or 0xA1D4A8) is unknown color: approx Chinook. HEX triplet: A1, D4 and A8. RGB value is (161,212,168). Sum of RGB (Red+Green+Blue) = 161+212+168=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 212 (83.20% from 255 or 39.19% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D4A8 is #5E2B57. Grayscale: #BFBFBF. Windows color (decimal): -6171480 or 11064481. OLE color: 11064481.

HSL color Cylindrical-coordinate representation of color #A1D4A8: hue angle of 128.24º 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 #A1D4A8 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB161212168-
CMYK0.2400.210.17
HSL128.24º37.23%73.14%-
HSV(B)128.24º24.06%83.14%-
XYZ45.3157.4945.75-
YUV191.73114.6106.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.76%
GREEN value IS 212 (83.20% from 255) = 39.19%
BLUE value IS 168 (66.02% from 255) = 31.05%
R=29.76%
G=39.19%
B=31.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1612121680.2400.210.17128.2437.2373.14
HexA1D4A81801511802549
Octal241324250300252120045111
Binary1010000111010100101010001100001010110001100000001001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D4A8; }

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

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

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

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

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

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

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

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