Html Css Color HEX #A1D8AA Chinook

📋 copy color: '#A1D8AA'

red 161 ◦ green 216 ◦ blue 170

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

Shades of Chinook #A1D8AA

Tints of Chinook #A1D8AA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.49%

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

R = 29.43%
G = 39.49%
B = 31.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#A1D8AA (or 0xA1D8AA) is known color: Chinook. HEX triplet: A1, D8 and AA. RGB value is (161,216,170). Sum of RGB (Red+Green+Blue) = 161+216+170=547 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.43% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 170 (66.80% from 255 or 31.08% from 547); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D8AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D8AA is #5E2755. Grayscale: #C2C2C2. Windows color (decimal): -6170454 or 11196577. OLE color: 11196577.

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

Color convert

RGB 161 216 170 -
CMYK 0.25 0 0.21 0.15
HSL 129.82º 0.41% 0.74% -
HSV(B) 129.82º 0.25% 0.85% -
XYZ 46.51 59.59 47.08 -
YUV 194.31 114.28 104.24 -
System Red Green Blue C M Y K H S L
Decimal 161 216 170 0.25 0 0.21 0.15 129.82 0.41 0.74
Hex A1 D8 AA 19 0 15 F 82 29 4A
Octal 241 330 252 31 0 25 17 202 51 112
Binary 10100001 11011000 10101010 11001 0 10101 1111 10000010 101001 1001010

Color Harmonies of #A1D8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D8AA

Black with #A1D8AA

Text Example


Text Example

White with #A1D8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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