#A8CCAC

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

Shades of Gum Leaf #A8CCAC

Tints of Gum Leaf #A8CCAC

Color information

#A8CCAC (or 0xA8CCAC) is unknown color: approx Gum Leaf. HEX triplet: A8, CC and AC. RGB value is (168,204,172). Sum of RGB (Red+Green+Blue) = 168+204+172=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 204 (80.08% from 255 or 37.5% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CCAC is #573353. Grayscale: #BDBDBD. Windows color (decimal): -5714772 or 11324584. OLE color: 11324584.

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

Color convert

RGB168204172-
CMYK0.1800.160.2
HSL126.67º26.09%72.94%-
HSV(B)126.67º17.65%80%-
XYZ45.1954.4947.17-
YUV189.59118.07112.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 204 (80.08% from 255) = 37.5%
BLUE value IS 172 (67.58% from 255) = 31.62%
R=30.88%
G=37.5%
B=31.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1682041720.1800.160.2126.6726.0972.94
HexA8CCAC12010147f1a49
Octal250314254220202417732111
Binary10101000110011001010110010010010000101001111111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CCAC; }

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

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

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

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

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

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

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

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