#A6C6A8

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

Shades of Gum Leaf #A6C6A8

Tints of Gum Leaf #A6C6A8

Color information

#A6C6A8 (or 0xA6C6A8) is unknown color: approx Gum Leaf. HEX triplet: A6, C6 and A8. RGB value is (166,198,168). Sum of RGB (Red+Green+Blue) = 166+198+168=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 198 (77.73% from 255 or 37.22% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C6A8 is #593957. Grayscale: #B9B9B9. Windows color (decimal): -5847384 or 11060902. OLE color: 11060902.

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

Color convert

RGB166198168-
CMYK0.1600.150.22
HSL123.75º21.92%71.37%-
HSV(B)123.75º16.16%77.65%-
XYZ42.9951.3244.69-
YUV185.01118.4114.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 198 (77.73% from 255) = 37.22%
BLUE value IS 168 (66.02% from 255) = 31.58%
R=31.20%
G=37.22%
B=31.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981680.1600.150.22123.7521.9271.37
HexA6C6A8100F167c1647
Octal246306250200172617426107
Binary1010011011000110101010001000001111101101111100101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C6A8; }

 p { color: rgb(166,198,168); }

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

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

 a { background-color: rgb(166,198,168); }

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

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

 span { border-color: rgb(166,198,168); }

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