Html Css Color HEX #A6D2A9 Chinook

📋 copy color: '#A6D2A9'

red 166 ◦ green 210 ◦ blue 169

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

Shades of Chinook #A6D2A9

Tints of Chinook #A6D2A9

RGB

 RED value IS 166 (65.23% from 255) = 30.46%

 GREEN value IS 210 (82.42% from 255) = 38.53%

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

R = 30.46%
G = 38.53%
B = 31.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#A6D2A9 (or 0xA6D2A9) is known color: Chinook. HEX triplet: A6, D2 and A9. RGB value is (166,210,169). Sum of RGB (Red+Green+Blue) = 166+210+169=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 210 (82.42% from 255 or 38.53% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D2A9 is #592D56. Grayscale: #C0C0C0. Windows color (decimal): -5844311 or 11129510. OLE color: 11129510.

HSL color Cylindrical-coordinate representation of color #A6D2A9: hue angle of 124.09º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6D2A9 is Cyan = 0.21, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 210 169 -
CMYK 0.21 0 0.20 0.18
HSL 124.09º 0.33% 0.74% -
HSV(B) 124.09º 0.21% 0.82% -
XYZ 45.93 57.06 46.13 -
YUV 192.17 114.92 109.33 -
System Red Green Blue C M Y K H S L
Decimal 166 210 169 0.21 0 0.20 0.18 124.09 0.33 0.74
Hex A6 D2 A9 15 0 14 12 7C 21 4A
Octal 246 322 251 25 0 24 22 174 41 112
Binary 10100110 11010010 10101001 10101 0 10100 10010 1111100 100001 1001010

Color Harmonies of #A6D2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D2A9

Black with #A6D2A9

Text Example


Text Example

White with #A6D2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D2A9; }

 p { color: rgb(166,210,169); }

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

background-color css

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

 a { background-color: rgb(166,210,169); }

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

border-color css

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

 span { border-color: rgb(166,210,169); }

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