#A9CCAC

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

Shades of Gum Leaf #A9CCAC

Tints of Gum Leaf #A9CCAC

Color information

#A9CCAC (or 0xA9CCAC) is unknown color: approx Gum Leaf. HEX triplet: A9, CC and AC. RGB value is (169,204,172). Sum of RGB (Red+Green+Blue) = 169+204+172=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9CCAC is #563353. Grayscale: #BDBDBD. Windows color (decimal): -5649236 or 11324585. OLE color: 11324585.

HSL color Cylindrical-coordinate representation of color #A9CCAC: hue angle of 125.14º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9CCAC is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB169204172-
CMYK0.1700.160.2
HSL125.14º25.55%73.14%-
HSV(B)125.14º17.16%80%-
XYZ45.454.647.18-
YUV189.89117.9113.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.01%
GREEN value IS 204 (80.08% from 255) = 37.43%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=31.01%
G=37.43%
B=31.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692041720.1700.160.2125.1425.5573.14
HexA9CCAC11010147d1a49
Octal251314254210202417532111
Binary10101001110011001010110010001010000101001111101110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CCAC; }

 p { color: rgb(169,204,172); }

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

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

 a { background-color: rgb(169,204,172); }

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

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

 span { border-color: rgb(169,204,172); }

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