#A4D4A9

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

Shades of Chinook #A4D4A9

Tints of Chinook #A4D4A9

Color information

#A4D4A9 (or 0xA4D4A9) is unknown color: approx Chinook. HEX triplet: A4, D4 and A9. RGB value is (164,212,169). Sum of RGB (Red+Green+Blue) = 164+212+169=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 212 - color contains mainly: green. Hex color #A4D4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D4A9 is #5B2B56. Grayscale: #C0C0C0. Windows color (decimal): -5974871 or 11130020. OLE color: 11130020.

HSL color Cylindrical-coordinate representation of color #A4D4A9: hue angle of 126.25º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4D4A9 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB164212169-
CMYK0.2300.200.17
HSL126.25º35.82%73.73%-
HSV(B)126.25º22.64%83.14%-
XYZ46.0157.8446.28-
YUV192.75114.6107.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.09%
GREEN value IS 212 (83.20% from 255) = 38.90%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=30.09%
G=38.90%
B=31.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1642121690.2300.200.17126.2535.8273.73
HexA4D4A917014117e244a
Octal244324251270242117644112
Binary101001001101010010101001101110101001000111111101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D4A9; }

 p { color: rgb(164,212,169); }

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

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

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

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

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

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

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