Html Css Color HEX #A2D1A5 Chinook

📋 copy color: '#A2D1A5'

red 162 ◦ green 209 ◦ blue 165

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

Shades of Chinook #A2D1A5

Tints of Chinook #A2D1A5

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.99%

 BLUE value IS 165 (64.84% from 255) = 30.78%

R = 30.22%
G = 38.99%
B = 30.78%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#A2D1A5 (or 0xA2D1A5) is known color: Chinook. HEX triplet: A2, D1 and A5. RGB value is (162,209,165). Sum of RGB (Red+Green+Blue) = 162+209+165=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 209 (82.03% from 255 or 38.99% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 209 - color contains mainly: green. Hex color #A2D1A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D1A5 is #5D2E5A. Grayscale: #BEBEBE. Windows color (decimal): -6106715 or 10867106. OLE color: 10867106.

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

Color convert

RGB 162 209 165 -
CMYK 0.22 0 0.21 0.18
HSL 123.83º 0.34% 0.73% -
HSV(B) 123.83º 0.22% 0.82% -
XYZ 44.49 56 44.06 -
YUV 189.93 113.93 108.08 -
System Red Green Blue C M Y K H S L
Decimal 162 209 165 0.22 0 0.21 0.18 123.83 0.34 0.73
Hex A2 D1 A5 16 0 15 12 7C 22 49
Octal 242 321 245 26 0 25 22 174 42 111
Binary 10100010 11010001 10100101 10110 0 10101 10010 1111100 100010 1001001

Color Harmonies of #A2D1A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D1A5

Black with #A2D1A5

Text Example


Text Example

White with #A2D1A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D1A5; }

 p { color: rgb(162,209,165); }

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

background-color css

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

 a { background-color: rgb(162,209,165); }

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

border-color css

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

 span { border-color: rgb(162,209,165); }

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