#A0D5A7

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

Shades of Chinook #A0D5A7

Tints of Chinook #A0D5A7

Color information

#A0D5A7 (or 0xA0D5A7) is unknown color: approx Chinook. HEX triplet: A0, D5 and A7. RGB value is (160,213,167). Sum of RGB (Red+Green+Blue) = 160+213+167=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 167 (65.62% from 255 or 30.93% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D5A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D5A7 is #5F2A58. Grayscale: #C0C0C0. Windows color (decimal): -6236761 or 10999200. OLE color: 10999200.

HSL color Cylindrical-coordinate representation of color #A0D5A7: hue angle of 127.92º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D5A7 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB160213167-
CMYK0.2500.220.16
HSL127.92º38.69%73.14%-
HSV(B)127.92º24.88%83.53%-
XYZ45.2757.8545.34-
YUV191.91113.94105.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.63%
GREEN value IS 213 (83.59% from 255) = 39.44%
BLUE value IS 167 (65.62% from 255) = 30.93%
R=29.63%
G=39.44%
B=30.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131670.2500.220.16127.9238.6973.14
HexA0D5A71901610802749
Octal240325247310262020047111
Binary1010000011010101101001111100101011010000100000001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D5A7; }

 p { color: rgb(160,213,167); }

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

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

 a { background-color: rgb(160,213,167); }

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

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

 span { border-color: rgb(160,213,167); }

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