#A6CEAC

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

Shades of Gum Leaf #A6CEAC

Tints of Gum Leaf #A6CEAC

Color information

#A6CEAC (or 0xA6CEAC) is unknown color: approx Gum Leaf. HEX triplet: A6, CE and AC. RGB value is (166,206,172). Sum of RGB (Red+Green+Blue) = 166+206+172=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CEAC is #593153. Grayscale: #BEBEBE. Windows color (decimal): -5845332 or 11325094. OLE color: 11325094.

HSL color Cylindrical-coordinate representation of color #A6CEAC: hue angle of 129º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEAC is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB166206172-
CMYK0.1900.170.19
HSL129º28.99%72.94%-
HSV(B)129º19.42%80.78%-
XYZ45.2455.2347.31-
YUV190.16117.75110.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 206 (80.86% from 255) = 37.87%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=30.51%
G=37.87%
B=31.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1662061720.1900.170.1912928.9972.94
HexA6CEAC1301113811d49
Octal246316254230212320135111
Binary101001101100111010101100100110100011001110000001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEAC; }

 p { color: rgb(166,206,172); }

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

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

 a { background-color: rgb(166,206,172); }

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

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

 span { border-color: rgb(166,206,172); }

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