#A2C2AA

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

Shades of Gum Leaf #A2C2AA

Tints of Gum Leaf #A2C2AA

Color information

#A2C2AA (or 0xA2C2AA) is unknown color: approx Gum Leaf. HEX triplet: A2, C2 and AA. RGB value is (162,194,170). Sum of RGB (Red+Green+Blue) = 162+194+170=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 194 (76.17% from 255 or 36.88% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C2AA is #5D3D55. Grayscale: #B5B5B5. Windows color (decimal): -6110550 or 11190946. OLE color: 11190946.

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

Color convert

RGB162194170-
CMYK0.1600.120.24
HSL135º20.78%69.8%-
HSV(B)135º16.49%76.08%-
XYZ41.4549.1745.34-
YUV181.7121.4113.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 194 (76.17% from 255) = 36.88%
BLUE value IS 170 (66.80% from 255) = 32.32%
R=30.80%
G=36.88%
B=32.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1621941700.1600.120.2413520.7869.8
HexA2C2AA100C18871546
Octal242302252200143020725106
Binary10100010110000101010101010000011001100010000111101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C2AA; }

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

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

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

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

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

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

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

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