#A2C4AB

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

Shades of Gum Leaf #A2C4AB

Tints of Gum Leaf #A2C4AB

Color information

#A2C4AB (or 0xA2C4AB) is unknown color: approx Gum Leaf. HEX triplet: A2, C4 and AB. RGB value is (162,196,171). Sum of RGB (Red+Green+Blue) = 162+196+171=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 196 (76.95% from 255 or 37.05% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C4AB is #5D3B54. Grayscale: #B7B7B7. Windows color (decimal): -6110037 or 11256994. OLE color: 11256994.

HSL color Cylindrical-coordinate representation of color #A2C4AB: hue angle of 135.88º 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 #A2C4AB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB162196171-
CMYK0.1700.130.23
HSL135.88º22.37%70.2%-
HSV(B)135.88º17.35%76.86%-
XYZ41.9950.145.99-
YUV182.98121.24113.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 196 (76.95% from 255) = 37.05%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=30.62%
G=37.05%
B=32.33%

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
Decimal1621961710.1700.130.23135.8822.3770.2
HexA2C4AB110D17881646
Octal242304253210152721026106
Binary10100010110001001010101110001011011011110001000101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C4AB; }

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

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

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

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

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

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

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

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