#A0DBA7

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

Shades of Chinook #A0DBA7

Tints of Chinook #A0DBA7

Color information

#A0DBA7 (or 0xA0DBA7) is unknown color: approx Chinook. HEX triplet: A0, DB and A7. RGB value is (160,219,167). Sum of RGB (Red+Green+Blue) = 160+219+167=546 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.30% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #A0DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DBA7 is #5F2458. Grayscale: #C3C3C3. Windows color (decimal): -6235225 or 11000736. OLE color: 11000736.

HSL color Cylindrical-coordinate representation of color #A0DBA7: hue angle of 127.12º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DBA7 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB160219167-
CMYK0.2700.240.14
HSL127.12º45.04%74.31%-
HSV(B)127.12º26.94%85.88%-
XYZ46.860.9345.85-
YUV195.43111.95102.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.30%
GREEN value IS 219 (85.94% from 255) = 40.11%
BLUE value IS 167 (65.62% from 255) = 30.59%
R=29.30%
G=40.11%
B=30.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602191670.2700.240.14127.1245.0474.31
HexA0DBA71B018E7f2d4a
Octal240333247330301617755112
Binary10100000110110111010011111011011000111011111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DBA7; }

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

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

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

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

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

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

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

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