Html Css Color HEX #A1D6AA Chinook

📋 copy color: '#A1D6AA'

red 161 ◦ green 214 ◦ blue 170

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

Shades of Chinook #A1D6AA

Tints of Chinook #A1D6AA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.27%

 BLUE value IS 170 (66.8% from 255) = 31.19%

R = 29.54%
G = 39.27%
B = 31.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#A1D6AA (or 0xA1D6AA) is known color: Chinook. HEX triplet: A1, D6 and AA. RGB value is (161,214,170). Sum of RGB (Red+Green+Blue) = 161+214+170=545 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.54% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D6AA is #5E2955. Grayscale: #C1C1C1. Windows color (decimal): -6170966 or 11196065. OLE color: 11196065.

HSL color Cylindrical-coordinate representation of color #A1D6AA: hue angle of 130.19º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1D6AA is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 214 170 -
CMYK 0.25 0 0.21 0.16
HSL 130.19º 0.39% 0.74% -
HSV(B) 130.19º 0.25% 0.84% -
XYZ 46 58.57 46.91 -
YUV 193.14 114.94 105.08 -
System Red Green Blue C M Y K H S L
Decimal 161 214 170 0.25 0 0.21 0.16 130.19 0.39 0.74
Hex A1 D6 AA 19 0 15 10 82 27 4A
Octal 241 326 252 31 0 25 20 202 47 112
Binary 10100001 11010110 10101010 11001 0 10101 10000 10000010 100111 1001010

Color Harmonies of #A1D6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D6AA

Black with #A1D6AA

Text Example


Text Example

White with #A1D6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D6AA; }

 p { color: rgb(161,214,170); }

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

background-color css

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

 a { background-color: rgb(161,214,170); }

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

border-color css

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

 span { border-color: rgb(161,214,170); }

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