#A4C2A7

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

Shades of Gum Leaf #A4C2A7

Tints of Gum Leaf #A4C2A7

Color information

#A4C2A7 (or 0xA4C2A7) is unknown color: approx Gum Leaf. HEX triplet: A4, C2 and A7. RGB value is (164,194,167). Sum of RGB (Red+Green+Blue) = 164+194+167=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 167 (65.62% from 255 or 31.81% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C2A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C2A7 is #5B3D58. Grayscale: #B6B6B6. Windows color (decimal): -5979481 or 10994340. OLE color: 10994340.

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

Color convert

RGB164194167-
CMYK0.1500.140.24
HSL126º19.74%70.2%-
HSV(B)126º15.46%76.08%-
XYZ41.5849.2743.88-
YUV181.95119.56115.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.24%
GREEN value IS 194 (76.17% from 255) = 36.95%
BLUE value IS 167 (65.62% from 255) = 31.81%
R=31.24%
G=36.95%
B=31.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641941670.1500.140.2412619.7470.2
HexA4C2A7F0E187e1446
Octal244302247170163017624106
Binary101001001100001010100111111101110110001111110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C2A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C2A7; }

 p { color: rgb(164,194,167); }

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

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

 a { background-color: rgb(164,194,167); }

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

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

 span { border-color: rgb(164,194,167); }

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