Html Css Color HEX #A1D5A9 Chinook

📋 copy color: '#A1D5A9'

red 161 ◦ green 213 ◦ blue 169

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

Shades of Chinook #A1D5A9

Tints of Chinook #A1D5A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 31.12%

R = 29.65%
G = 39.23%
B = 31.12%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#A1D5A9 (or 0xA1D5A9) is known color: Chinook. HEX triplet: A1, D5 and A9. RGB value is (161,213,169). Sum of RGB (Red+Green+Blue) = 161+213+169=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 169 (66.41% from 255 or 31.12% from 543); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D5A9 is #5E2A56. Grayscale: #C0C0C0. Windows color (decimal): -6171223 or 11130273. OLE color: 11130273.

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

Color convert

RGB 161 213 169 -
CMYK 0.24 0 0.21 0.16
HSL 129.23º 0.38% 0.73% -
HSV(B) 129.23º 0.24% 0.84% -
XYZ 45.65 58.03 46.33 -
YUV 192.44 114.77 105.58 -
System Red Green Blue C M Y K H S L
Decimal 161 213 169 0.24 0 0.21 0.16 129.23 0.38 0.73
Hex A1 D5 A9 18 0 15 10 81 26 49
Octal 241 325 251 30 0 25 20 201 46 111
Binary 10100001 11010101 10101001 11000 0 10101 10000 10000001 100110 1001001

Color Harmonies of #A1D5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D5A9

Black with #A1D5A9

Text Example


Text Example

White with #A1D5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D5A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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