#A1DBAD

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

Shades of Chinook #A1DBAD

Tints of Chinook #A1DBAD

Color information

#A1DBAD (or 0xA1DBAD) is unknown color: approx Chinook. HEX triplet: A1, DB and AD. RGB value is (161,219,173). Sum of RGB (Red+Green+Blue) = 161+219+173=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 219 (85.94% from 255 or 39.60% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DBAD is #5E2452. Grayscale: #C4C4C4. Windows color (decimal): -6169683 or 11393953. OLE color: 11393953.

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

Color convert

RGB161219173-
CMYK0.2600.210.14
HSL132.41º44.62%74.51%-
HSV(B)132.41º26.48%85.88%-
XYZ47.5761.2648.85-
YUV196.41114.78102.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.11%
GREEN value IS 219 (85.94% from 255) = 39.60%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=29.11%
G=39.60%
B=31.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1612191730.2600.210.14132.4144.6274.51
HexA1DBAD1A015E842d4b
Octal241333255320251620455113
Binary101000011101101110101101110100101011110100001001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DBAD; }

 p { color: rgb(161,219,173); }

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

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

 a { background-color: rgb(161,219,173); }

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

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

 span { border-color: rgb(161,219,173); }

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