Html Css Color HEX #A2D9AC Chinook

📋 copy color: '#A2D9AC'

red 162 ◦ green 217 ◦ blue 172

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

Shades of Chinook #A2D9AC

Tints of Chinook #A2D9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 29.4%
G = 39.38%
B = 31.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#A2D9AC (or 0xA2D9AC) is known color: Chinook. HEX triplet: A2, D9 and AC. RGB value is (162,217,172). Sum of RGB (Red+Green+Blue) = 162+217+172=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 217 (85.16% from 255 or 39.38% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D9AC is #5D2653. Grayscale: #C3C3C3. Windows color (decimal): -6104660 or 11327906. OLE color: 11327906.

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

Color convert

RGB 162 217 172 -
CMYK 0.25 0 0.21 0.15
HSL 130.91º 0.42% 0.74% -
HSV(B) 130.91º 0.25% 0.85% -
XYZ 47.16 60.29 48.18 -
YUV 195.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 162 217 172 0.25 0 0.21 0.15 130.91 0.42 0.74
Hex A2 D9 AC 19 0 15 F 83 2A 4A
Octal 242 331 254 31 0 25 17 203 52 112
Binary 10100010 11011001 10101100 11001 0 10101 1111 10000011 101010 1001010

Color Harmonies of #A2D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D9AC

Black with #A2D9AC

Text Example


Text Example

White with #A2D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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