#A1DFB0

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

Shades of Chinook #A1DFB0

Tints of Chinook #A1DFB0

Color information

#A1DFB0 (or 0xA1DFB0) is unknown color: approx Chinook. HEX triplet: A1, DF and B0. RGB value is (161,223,176). Sum of RGB (Red+Green+Blue) = 161+223+176=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 176 (69.14% from 255 or 31.43% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DFB0 is #5E204F. Grayscale: #C7C7C7. Windows color (decimal): -6168656 or 11591585. OLE color: 11591585.

HSL color Cylindrical-coordinate representation of color #A1DFB0: hue angle of 134.52º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFB0 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB161223176-
CMYK0.2800.210.13
HSL134.52º49.21%75.29%-
HSV(B)134.52º27.8%87.45%-
XYZ48.9263.4950.75-
YUV199.1114.96100.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.75%
GREEN value IS 223 (87.5% from 255) = 39.82%
BLUE value IS 176 (69.14% from 255) = 31.43%
R=28.75%
G=39.82%
B=31.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612231760.2800.210.13134.5249.2175.29
HexA1DFB01C015D87314b
Octal241337260340251520761113
Binary101000011101111110110000111000101011101100001111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DFB0; }

 p { color: rgb(161,223,176); }

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

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

 a { background-color: rgb(161,223,176); }

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

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

 span { border-color: rgb(161,223,176); }

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