Html Css Color HEX #A1D5AA Chinook

📋 copy color: '#A1D5AA'

red 161 ◦ green 213 ◦ blue 170

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

Shades of Chinook #A1D5AA

Tints of Chinook #A1D5AA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

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

R = 29.6%
G = 39.15%
B = 31.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A1D5AA (or 0xA1D5AA) is known color: Chinook. HEX triplet: A1, D5 and AA. RGB value is (161,213,170). Sum of RGB (Red+Green+Blue) = 161+213+170=544 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.60% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 170 (66.80% from 255 or 31.25% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5AA is #5E2A55. Grayscale: #C0C0C0. Windows color (decimal): -6171222 or 11195809. OLE color: 11195809.

HSL color Cylindrical-coordinate representation of color #A1D5AA: hue angle of 130.38º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1D5AA is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 213 170 -
CMYK 0.24 0 0.20 0.16
HSL 130.38º 0.38% 0.73% -
HSV(B) 130.38º 0.24% 0.84% -
XYZ 45.75 58.07 46.83 -
YUV 192.55 115.27 105.5 -
System Red Green Blue C M Y K H S L
Decimal 161 213 170 0.24 0 0.20 0.16 130.38 0.38 0.73
Hex A1 D5 AA 18 0 14 10 82 26 49
Octal 241 325 252 30 0 24 20 202 46 111
Binary 10100001 11010101 10101010 11000 0 10100 10000 10000010 100110 1001001

Color Harmonies of #A1D5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D5AA

Black with #A1D5AA

Text Example


Text Example

White with #A1D5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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