#A2C4AA

Color #A2C4AA Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #A2C4AA

Tints of Gum Leaf #A2C4AA

Color information

#A2C4AA (or 0xA2C4AA) is unknown color: approx Gum Leaf. HEX triplet: A2, C4 and AA. RGB value is (162,196,170). Sum of RGB (Red+Green+Blue) = 162+196+170=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C4AA is #5D3B55. Grayscale: #B6B6B6. Windows color (decimal): -6110038 or 11191458. OLE color: 11191458.

HSL color Cylindrical-coordinate representation of color #A2C4AA: hue angle of 134.12º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A2C4AA is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB162196170-
CMYK0.1700.130.23
HSL134.12º22.37%70.2%-
HSV(B)134.12º17.35%76.86%-
XYZ41.950.0645.49-
YUV182.87120.74113.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.68%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=30.68%
G=37.12%
B=32.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621961700.1700.130.23134.1222.3770.2
HexA2C4AA110D17861646
Octal242304252210152720626106
Binary10100010110001001010101010001011011011110000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C4AA; }

 p { color: rgb(162,196,170); }

 H1.HeaderClassName
 {
   color: #A2C4AA;
 }
 .AnyTagClassName
 {
   color: #A2C4AA;
 }
</style>
background-color css

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

 a { background-color: rgb(162,196,170); }

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

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

 span { border-color: rgb(162,196,170); }

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