Html Css Color HEX #A1DCAB Chinook

📋 copy color: '#A1DCAB'

red 161 ◦ green 220 ◦ blue 171

#A1DCAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #A1DCAB

Tints of Chinook #A1DCAB

RGB

 RED value IS 161 (63.28% from 255) = 29.17%

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 29.17%
G = 39.86%
B = 30.98%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#A1DCAB (or 0xA1DCAB) is known color: Chinook. HEX triplet: A1, DC and AB. RGB value is (161,220,171). Sum of RGB (Red+Green+Blue) = 161+220+171=552 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.17% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCAB is #5E2354. Grayscale: #C4C4C4. Windows color (decimal): -6169429 or 11263137. OLE color: 11263137.

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

Color convert

RGB 161 220 171 -
CMYK 0.27 0 0.22 0.14
HSL 130.17º 0.46% 0.75% -
HSV(B) 130.17º 0.27% 0.86% -
XYZ 47.64 61.7 47.93 -
YUV 196.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 161 220 171 0.27 0 0.22 0.14 130.17 0.46 0.75
Hex A1 DC AB 1B 0 16 E 82 2E 4B
Octal 241 334 253 33 0 26 16 202 56 113
Binary 10100001 11011100 10101011 11011 0 10110 1110 10000010 101110 1001011

Color Harmonies of #A1DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCAB

Black with #A1DCAB

Text Example


Text Example

White with #A1DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCAB; }

 p { color: rgb(161,220,171); }

 H1.HeaderClassName
 {
   color: #A1DCAB;
 }
 .AnyTagClassName
 {
   color: #A1DCAB;
 }
</style>

background-color css

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

 a { background-color: rgb(161,220,171); }

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

border-color css

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

 span { border-color: rgb(161,220,171); }

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