Html Css Color HEX #A2D5A9 Chinook

📋 copy color: '#A2D5A9'

red 162 ◦ green 213 ◦ blue 169

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

Shades of Chinook #A2D5A9

Tints of Chinook #A2D5A9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.15%

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

R = 29.78%
G = 39.15%
B = 31.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#A2D5A9 (or 0xA2D5A9) is known color: Chinook. HEX triplet: A2, D5 and A9. RGB value is (162,213,169). Sum of RGB (Red+Green+Blue) = 162+213+169=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 169 (66.41% from 255 or 31.07% from 544); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D5A9 is #5D2A56. Grayscale: #C0C0C0. Windows color (decimal): -6105687 or 11130274. OLE color: 11130274.

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

Color convert

RGB 162 213 169 -
CMYK 0.24 0 0.21 0.16
HSL 128.24º 0.38% 0.74% -
HSV(B) 128.24º 0.24% 0.84% -
XYZ 45.86 58.13 46.34 -
YUV 192.74 114.6 106.08 -
System Red Green Blue C M Y K H S L
Decimal 162 213 169 0.24 0 0.21 0.16 128.24 0.38 0.74
Hex A2 D5 A9 18 0 15 10 80 26 4A
Octal 242 325 251 30 0 25 20 200 46 112
Binary 10100010 11010101 10101001 11000 0 10101 10000 10000000 100110 1001010

Color Harmonies of #A2D5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D5A9

Black with #A2D5A9

Text Example


Text Example

White with #A2D5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D5A9; }

 p { color: rgb(162,213,169); }

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

background-color css

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

 a { background-color: rgb(162,213,169); }

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

border-color css

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

 span { border-color: rgb(162,213,169); }

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