#A5D4A9

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

Shades of Chinook #A5D4A9

Tints of Chinook #A5D4A9

Color information

#A5D4A9 (or 0xA5D4A9) is unknown color: approx Chinook. HEX triplet: A5, D4 and A9. RGB value is (165,212,169). Sum of RGB (Red+Green+Blue) = 165+212+169=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D4A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D4A9 is #5A2B56. Grayscale: #C1C1C1. Windows color (decimal): -5909335 or 11130021. OLE color: 11130021.

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

Color convert

RGB165212169-
CMYK0.2200.200.17
HSL125.11º35.34%73.92%-
HSV(B)125.11º22.17%83.14%-
XYZ46.2257.9546.29-
YUV193.04114.43108-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.22%
GREEN value IS 212 (83.20% from 255) = 38.83%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=30.22%
G=38.83%
B=30.95%

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
Decimal1652121690.2200.200.17125.1135.3473.92
HexA5D4A916014117d234a
Octal245324251260242117543112
Binary101001011101010010101001101100101001000111111011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D4A9; }

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

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

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

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

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

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

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

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