#A2C8AD

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

Shades of Gum Leaf #A2C8AD

Tints of Gum Leaf #A2C8AD

Color information

#A2C8AD (or 0xA2C8AD) is unknown color: approx Gum Leaf. HEX triplet: A2, C8 and AD. RGB value is (162,200,173). Sum of RGB (Red+Green+Blue) = 162+200+173=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 200 (78.52% from 255 or 37.38% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C8AD is #5D3752. Grayscale: #B9B9B9. Windows color (decimal): -6109011 or 11389090. OLE color: 11389090.

HSL color Cylindrical-coordinate representation of color #A2C8AD: hue angle of 137.37º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C8AD is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB162200173-
CMYK0.1900.140.22
HSL137.37º25.68%70.98%-
HSV(B)137.37º19%78.43%-
XYZ43.152.0147.3-
YUV185.56120.91111.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.28%
GREEN value IS 200 (78.52% from 255) = 37.38%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=30.28%
G=37.38%
B=32.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001730.1900.140.22137.3725.6870.98
HexA2C8AD130E16891a47
Octal242310255230162621132107
Binary10100010110010001010110110011011101011010001001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C8AD; }

 p { color: rgb(162,200,173); }

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

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

 a { background-color: rgb(162,200,173); }

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

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

 span { border-color: rgb(162,200,173); }

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