#A5D4AA

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

Shades of Chinook #A5D4AA

Tints of Chinook #A5D4AA

Color information

#A5D4AA (or 0xA5D4AA) is unknown color: approx Chinook. HEX triplet: A5, D4 and AA. RGB value is (165,212,170). Sum of RGB (Red+Green+Blue) = 165+212+170=547 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.16% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D4AA is #5A2B55. Grayscale: #C1C1C1. Windows color (decimal): -5909334 or 11195557. OLE color: 11195557.

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

Color convert

RGB165212170-
CMYK0.2200.200.17
HSL126.38º35.34%73.92%-
HSV(B)126.38º22.17%83.14%-
XYZ46.3257.9946.78-
YUV193.16114.93107.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.16%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 170 (66.80% from 255) = 31.08%
R=30.16%
G=38.76%
B=31.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652121700.2200.200.17126.3835.3473.92
HexA5D4AA16014117e234a
Octal245324252260242117643112
Binary101001011101010010101010101100101001000111111101000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D4AA; }

 p { color: rgb(165,212,170); }

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

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

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

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

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

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

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