#A2C0A4

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

Shades of Gum Leaf #A2C0A4

Tints of Gum Leaf #A2C0A4

Color information

#A2C0A4 (or 0xA2C0A4) is unknown color: approx Gum Leaf. HEX triplet: A2, C0 and A4. RGB value is (162,192,164). Sum of RGB (Red+Green+Blue) = 162+192+164=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C0A4 is #5D3F5B. Grayscale: #B3B3B3. Windows color (decimal): -6111068 or 10797218. OLE color: 10797218.

HSL color Cylindrical-coordinate representation of color #A2C0A4: hue angle of 124º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A2C0A4 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB162192164-
CMYK0.1600.150.25
HSL124º19.23%69.41%-
HSV(B)124º15.62%75.29%-
XYZ40.4548.0642.27-
YUV179.84119.06115.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 192 (75.39% from 255) = 37.07%
BLUE value IS 164 (64.45% from 255) = 31.66%
R=31.27%
G=37.07%
B=31.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1621921640.1600.150.2512419.2369.41
HexA2C0A4100F197c1345
Octal242300244200173117423105
Binary1010001011000000101001001000001111110011111100100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C0A4; }

 p { color: rgb(162,192,164); }

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

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

 a { background-color: rgb(162,192,164); }

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

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

 span { border-color: rgb(162,192,164); }

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