#A5D5AD

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

Shades of Chinook #A5D5AD

Tints of Chinook #A5D5AD

Color information

#A5D5AD (or 0xA5D5AD) is unknown color: approx Chinook. HEX triplet: A5, D5 and AD. RGB value is (165,213,173). Sum of RGB (Red+Green+Blue) = 165+213+173=551 (72% of max value = 765). Red value is 165 (64.84% from 255 or 29.95% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D5AD is #5A2A52. Grayscale: #C2C2C2. Windows color (decimal): -5909075 or 11392421. OLE color: 11392421.

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

Color convert

RGB165213173-
CMYK0.2300.190.16
HSL130º36.36%74.12%-
HSV(B)130º22.54%83.53%-
XYZ46.8558.648.38-
YUV194.09116.1107.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.95%
GREEN value IS 213 (83.59% from 255) = 38.66%
BLUE value IS 173 (67.97% from 255) = 31.40%
R=29.95%
G=38.66%
B=31.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131730.2300.190.1613036.3674.12
HexA5D5AD170131082244a
Octal245325255270232020244112
Binary1010010111010101101011011011101001110000100000101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D5AD; }

 p { color: rgb(165,213,173); }

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

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

 a { background-color: rgb(165,213,173); }

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

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

 span { border-color: rgb(165,213,173); }

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