Html Css Color HEX #A1DFAB Chinook

📋 copy color: '#A1DFAB'

red 161 ◦ green 223 ◦ blue 171

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

Shades of Chinook #A1DFAB

Tints of Chinook #A1DFAB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.18%

 BLUE value IS 171 (67.19% from 255) = 30.81%

R = 29.01%
G = 40.18%
B = 30.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#A1DFAB (or 0xA1DFAB) is known color: Chinook. HEX triplet: A1, DF and AB. RGB value is (161,223,171). Sum of RGB (Red+Green+Blue) = 161+223+171=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DFAB is #5E2054. Grayscale: #C6C6C6. Windows color (decimal): -6168661 or 11263905. OLE color: 11263905.

HSL color Cylindrical-coordinate representation of color #A1DFAB: hue angle of 129.68º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DFAB is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 171 -
CMYK 0.28 0 0.23 0.13
HSL 129.68º 0.49% 0.75% -
HSV(B) 129.68º 0.28% 0.87% -
XYZ 48.44 63.29 48.19 -
YUV 198.53 112.46 101.23 -
System Red Green Blue C M Y K H S L
Decimal 161 223 171 0.28 0 0.23 0.13 129.68 0.49 0.75
Hex A1 DF AB 1C 0 17 D 82 31 4B
Octal 241 337 253 34 0 27 15 202 61 113
Binary 10100001 11011111 10101011 11100 0 10111 1101 10000010 110001 1001011

Color Harmonies of #A1DFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DFAB

Black with #A1DFAB

Text Example


Text Example

White with #A1DFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DFAB; }

 p { color: rgb(161,223,171); }

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

background-color css

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

 a { background-color: rgb(161,223,171); }

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

border-color css

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

 span { border-color: rgb(161,223,171); }

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