Html Css Color HEX #A2DDAB Chinook

📋 copy color: '#A2DDAB'

red 162 ◦ green 221 ◦ blue 171

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

Shades of Chinook #A2DDAB

Tints of Chinook #A2DDAB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

 BLUE value IS 171 (67.19% from 255) = 30.87%

R = 29.24%
G = 39.89%
B = 30.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#A2DDAB (or 0xA2DDAB) is known color: Chinook. HEX triplet: A2, DD and AB. RGB value is (162,221,171). Sum of RGB (Red+Green+Blue) = 162+221+171=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #A2DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DDAB is #5D2254. Grayscale: #C5C5C5. Windows color (decimal): -6103637 or 11263394. OLE color: 11263394.

HSL color Cylindrical-coordinate representation of color #A2DDAB: hue angle of 129.15º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DDAB is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 221 171 -
CMYK 0.27 0 0.23 0.13
HSL 129.15º 0.46% 0.75% -
HSV(B) 129.15º 0.27% 0.87% -
XYZ 48.11 62.33 48.02 -
YUV 197.66 112.95 102.57 -
System Red Green Blue C M Y K H S L
Decimal 162 221 171 0.27 0 0.23 0.13 129.15 0.46 0.75
Hex A2 DD AB 1B 0 17 D 81 2E 4B
Octal 242 335 253 33 0 27 15 201 56 113
Binary 10100010 11011101 10101011 11011 0 10111 1101 10000001 101110 1001011

Color Harmonies of #A2DDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DDAB

Black with #A2DDAB

Text Example


Text Example

White with #A2DDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DDAB; }

 p { color: rgb(162,221,171); }

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

background-color css

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

 a { background-color: rgb(162,221,171); }

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

border-color css

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

 span { border-color: rgb(162,221,171); }

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