Html Css Color HEX #A2D9AA Chinook

📋 copy color: '#A2D9AA'

red 162 ◦ green 217 ◦ blue 170

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

Shades of Chinook #A2D9AA

Tints of Chinook #A2D9AA

RGB

 RED value IS 162 (63.67% from 255) = 29.51%

 GREEN value IS 217 (85.16% from 255) = 39.53%

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

R = 29.51%
G = 39.53%
B = 30.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#A2D9AA (or 0xA2D9AA) is known color: Chinook. HEX triplet: A2, D9 and AA. RGB value is (162,217,170). Sum of RGB (Red+Green+Blue) = 162+217+170=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9AA is #5D2655. Grayscale: #C3C3C3. Windows color (decimal): -6104662 or 11196834. OLE color: 11196834.

HSL color Cylindrical-coordinate representation of color #A2D9AA: hue angle of 128.73º degrees, saturation: 0.42, 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 #A2D9AA is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 170 -
CMYK 0.25 0 0.22 0.15
HSL 128.73º 0.42% 0.74% -
HSV(B) 128.73º 0.25% 0.85% -
XYZ 46.97 60.21 47.18 -
YUV 195.2 113.78 104.32 -
System Red Green Blue C M Y K H S L
Decimal 162 217 170 0.25 0 0.22 0.15 128.73 0.42 0.74
Hex A2 D9 AA 19 0 16 F 81 2A 4A
Octal 242 331 252 31 0 26 17 201 52 112
Binary 10100010 11011001 10101010 11001 0 10110 1111 10000001 101010 1001010

Color Harmonies of #A2D9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D9AA

Black with #A2D9AA

Text Example


Text Example

White with #A2D9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D9AA; }

 p { color: rgb(162,217,170); }

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

background-color css

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

 a { background-color: rgb(162,217,170); }

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

border-color css

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

 span { border-color: rgb(162,217,170); }

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