#A6C2A9

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

Shades of Gum Leaf #A6C2A9

Tints of Gum Leaf #A6C2A9

Color information

#A6C2A9 (or 0xA6C2A9) is unknown color: approx Gum Leaf. HEX triplet: A6, C2 and A9. RGB value is (166,194,169). Sum of RGB (Red+Green+Blue) = 166+194+169=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 169 (66.41% from 255 or 31.95% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C2A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C2A9 is #593D56. Grayscale: #B6B6B6. Windows color (decimal): -5848407 or 11125414. OLE color: 11125414.

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

Color convert

RGB166194169-
CMYK0.1400.130.24
HSL126.43º18.67%70.59%-
HSV(B)126.43º14.43%76.08%-
XYZ42.1849.5644.88-
YUV182.78120.22116.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 194 (76.17% from 255) = 36.67%
BLUE value IS 169 (66.41% from 255) = 31.95%
R=31.38%
G=36.67%
B=31.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661941690.1400.130.24126.4318.6770.59
HexA6C2A9E0D187e1347
Octal246302251160153017623107
Binary101001101100001010101001111001101110001111110100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C2A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C2A9; }

 p { color: rgb(166,194,169); }

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

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

 a { background-color: rgb(166,194,169); }

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

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

 span { border-color: rgb(166,194,169); }

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