Html Css Color HEX #A1D2A4 Chinook

📋 copy color: '#A1D2A4'

red 161 ◦ green 210 ◦ blue 164

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

Shades of Chinook #A1D2A4

Tints of Chinook #A1D2A4

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.25%

 BLUE value IS 164 (64.45% from 255) = 30.65%

R = 30.09%
G = 39.25%
B = 30.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#A1D2A4 (or 0xA1D2A4) is known color: Chinook. HEX triplet: A1, D2 and A4. RGB value is (161,210,164). Sum of RGB (Red+Green+Blue) = 161+210+164=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D2A4 is #5E2D5B. Grayscale: #BEBEBE. Windows color (decimal): -6171996 or 10801825. OLE color: 10801825.

HSL color Cylindrical-coordinate representation of color #A1D2A4: hue angle of 123.67º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D2A4 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 210 164 -
CMYK 0.23 0 0.22 0.18
HSL 123.67º 0.35% 0.73% -
HSV(B) 123.67º 0.23% 0.82% -
XYZ 44.45 56.35 43.66 -
YUV 190.11 113.27 107.24 -
System Red Green Blue C M Y K H S L
Decimal 161 210 164 0.23 0 0.22 0.18 123.67 0.35 0.73
Hex A1 D2 A4 17 0 16 12 7C 23 49
Octal 241 322 244 27 0 26 22 174 43 111
Binary 10100001 11010010 10100100 10111 0 10110 10010 1111100 100011 1001001

Color Harmonies of #A1D2A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D2A4

Black with #A1D2A4

Text Example


Text Example

White with #A1D2A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D2A4; }

 p { color: rgb(161,210,164); }

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

background-color css

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

 a { background-color: rgb(161,210,164); }

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

border-color css

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

 span { border-color: rgb(161,210,164); }

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