Html Css Color HEX #A2D0A7 Chinook

📋 copy color: '#A2D0A7'

red 162 ◦ green 208 ◦ blue 167

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

Shades of Chinook #A2D0A7

Tints of Chinook #A2D0A7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

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

R = 30.17%
G = 38.73%
B = 31.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#A2D0A7 (or 0xA2D0A7) is known color: Chinook. HEX triplet: A2, D0 and A7. RGB value is (162,208,167). Sum of RGB (Red+Green+Blue) = 162+208+167=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 167 (65.62% from 255 or 31.10% from 537); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2D0A7 is #5D2F58. Grayscale: #BDBDBD. Windows color (decimal): -6106969 or 10997922. OLE color: 10997922.

HSL color Cylindrical-coordinate representation of color #A2D0A7: hue angle of 126.52º degrees, saturation: 0.33, 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 #A2D0A7 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 167 -
CMYK 0.22 0 0.20 0.18
HSL 126.52º 0.33% 0.73% -
HSV(B) 126.52º 0.22% 0.82% -
XYZ 44.43 55.58 44.95 -
YUV 189.57 115.26 108.33 -
System Red Green Blue C M Y K H S L
Decimal 162 208 167 0.22 0 0.20 0.18 126.52 0.33 0.73
Hex A2 D0 A7 16 0 14 12 7F 21 49
Octal 242 320 247 26 0 24 22 177 41 111
Binary 10100010 11010000 10100111 10110 0 10100 10010 1111111 100001 1001001

Color Harmonies of #A2D0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D0A7

Black with #A2D0A7

Text Example


Text Example

White with #A2D0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D0A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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