Html Css Color HEX #A2D7AD Chinook

📋 copy color: '#A2D7AD'

red 162 ◦ green 215 ◦ blue 173

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

Shades of Chinook #A2D7AD

Tints of Chinook #A2D7AD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.09%

 BLUE value IS 173 (67.97% from 255) = 31.45%

R = 29.45%
G = 39.09%
B = 31.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#A2D7AD (or 0xA2D7AD) is known color: Chinook. HEX triplet: A2, D7 and AD. RGB value is (162,215,173). Sum of RGB (Red+Green+Blue) = 162+215+173=550 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.45% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #A2D7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D7AD is #5D2852. Grayscale: #C2C2C2. Windows color (decimal): -6105171 or 11392930. OLE color: 11392930.

HSL color Cylindrical-coordinate representation of color #A2D7AD: hue angle of 132.45º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2D7AD is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 215 173 -
CMYK 0.25 0 0.20 0.16
HSL 132.45º 0.4% 0.74% -
HSV(B) 132.45º 0.25% 0.84% -
XYZ 46.74 59.3 48.52 -
YUV 194.37 115.94 104.92 -
System Red Green Blue C M Y K H S L
Decimal 162 215 173 0.25 0 0.20 0.16 132.45 0.4 0.74
Hex A2 D7 AD 19 0 14 10 84 28 4A
Octal 242 327 255 31 0 24 20 204 50 112
Binary 10100010 11010111 10101101 11001 0 10100 10000 10000100 101000 1001010

Color Harmonies of #A2D7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D7AD

Black with #A2D7AD

Text Example


Text Example

White with #A2D7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D7AD; }

 p { color: rgb(162,215,173); }

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

background-color css

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

 a { background-color: rgb(162,215,173); }

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

border-color css

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

 span { border-color: rgb(162,215,173); }

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