#A2C8AE

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

Shades of Gum Leaf #A2C8AE

Tints of Gum Leaf #A2C8AE

Color information

#A2C8AE (or 0xA2C8AE) is unknown color: approx Gum Leaf. HEX triplet: A2, C8 and AE. RGB value is (162,200,174). Sum of RGB (Red+Green+Blue) = 162+200+174=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 200 (78.52% from 255 or 37.31% from 536); Blue value is 174 (68.36% from 255 or 32.46% from 536); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C8AE is #5D3751. Grayscale: #B9B9B9. Windows color (decimal): -6109010 or 11454626. OLE color: 11454626.

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

Color convert

RGB162200174-
CMYK0.1900.130.22
HSL138.95º25.68%70.98%-
HSV(B)138.95º19%78.43%-
XYZ43.1952.0547.81-
YUV185.67121.41111.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.22%
GREEN value IS 200 (78.52% from 255) = 37.31%
BLUE value IS 174 (68.36% from 255) = 32.46%
R=30.22%
G=37.31%
B=32.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1622001740.1900.130.22138.9525.6870.98
HexA2C8AE130D168b1a47
Octal242310256230152621332107
Binary10100010110010001010111010011011011011010001011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C8AE; }

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

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

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

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

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

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

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

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