Html Css Color HEX #A2DBA7 Chinook

📋 copy color: '#A2DBA7'

red 162 ◦ green 219 ◦ blue 167

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

Shades of Chinook #A2DBA7

Tints of Chinook #A2DBA7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.96%

 BLUE value IS 167 (65.63% from 255) = 30.47%

R = 29.56%
G = 39.96%
B = 30.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#A2DBA7 (or 0xA2DBA7) is known color: Chinook. HEX triplet: A2, DB and A7. RGB value is (162,219,167). Sum of RGB (Red+Green+Blue) = 162+219+167=548 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.56% from 548); Green value is 219 (85.94% from 255 or 39.96% from 548); Blue value is 167 (65.62% from 255 or 30.47% from 548); Max value from RGB is 219 - color contains mainly: green. Hex color #A2DBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2DBA7 is #5D2458. Grayscale: #C4C4C4. Windows color (decimal): -6104153 or 11000738. OLE color: 11000738.

HSL color Cylindrical-coordinate representation of color #A2DBA7: hue angle of 125.26º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DBA7 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 219 167 -
CMYK 0.26 0 0.24 0.14
HSL 125.26º 0.44% 0.75% -
HSV(B) 125.26º 0.26% 0.86% -
XYZ 47.21 61.13 45.87 -
YUV 196.03 111.62 103.73 -
System Red Green Blue C M Y K H S L
Decimal 162 219 167 0.26 0 0.24 0.14 125.26 0.44 0.75
Hex A2 DB A7 1A 0 18 E 7D 2C 4B
Octal 242 333 247 32 0 30 16 175 54 113
Binary 10100010 11011011 10100111 11010 0 11000 1110 1111101 101100 1001011

Color Harmonies of #A2DBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DBA7

Black with #A2DBA7

Text Example


Text Example

White with #A2DBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DBA7; }

 p { color: rgb(162,219,167); }

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

background-color css

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

 a { background-color: rgb(162,219,167); }

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

border-color css

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

 span { border-color: rgb(162,219,167); }

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