Html Css Color HEX #A1DCA8 Chinook

📋 copy color: '#A1DCA8'

red 161 ◦ green 220 ◦ blue 168

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

Shades of Chinook #A1DCA8

Tints of Chinook #A1DCA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.6%

R = 29.33%
G = 40.07%
B = 30.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#A1DCA8 (or 0xA1DCA8) is known color: Chinook. HEX triplet: A1, DC and A8. RGB value is (161,220,168). Sum of RGB (Red+Green+Blue) = 161+220+168=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 168 (66.02% from 255 or 30.60% from 549); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DCA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DCA8 is #5E2357. Grayscale: #C4C4C4. Windows color (decimal): -6169432 or 11066529. OLE color: 11066529.

HSL color Cylindrical-coordinate representation of color #A1DCA8: hue angle of 127.12º 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 #A1DCA8 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 168 -
CMYK 0.27 0 0.24 0.14
HSL 127.12º 0.46% 0.75% -
HSV(B) 127.12º 0.27% 0.86% -
XYZ 47.36 61.59 46.44 -
YUV 196.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 161 220 168 0.27 0 0.24 0.14 127.12 0.46 0.75
Hex A1 DC A8 1B 0 18 E 7F 2E 4B
Octal 241 334 250 33 0 30 16 177 56 113
Binary 10100001 11011100 10101000 11011 0 11000 1110 1111111 101110 1001011

Color Harmonies of #A1DCA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DCA8

Black with #A1DCA8

Text Example


Text Example

White with #A1DCA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DCA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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