#ACC4AF

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

Shades of Gum Leaf #ACC4AF

Tints of Gum Leaf #ACC4AF

Color information

#ACC4AF (or 0xACC4AF) is unknown color: approx Gum Leaf. HEX triplet: AC, C4 and AF. RGB value is (172,196,175). Sum of RGB (Red+Green+Blue) = 172+196+175=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4AF is #533B50. Grayscale: #BABABA. Windows color (decimal): -5454673 or 11519148. OLE color: 11519148.

HSL color Cylindrical-coordinate representation of color #ACC4AF: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4AF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB172196175-
CMYK0.1200.110.23
HSL127.5º16.9%72.16%-
HSV(B)127.5º12.24%76.86%-
XYZ44.4951.3548.12-
YUV186.43121.55117.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.68%
GREEN value IS 196 (76.95% from 255) = 36.10%
BLUE value IS 175 (68.75% from 255) = 32.23%
R=31.68%
G=36.10%
B=32.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721961750.1200.110.23127.516.972.16
HexACC4AFC0B177f1148
Octal254304257140132717721110
Binary101011001100010010101111110001011101111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC4AF; }

 p { color: rgb(172,196,175); }

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

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

 a { background-color: rgb(172,196,175); }

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

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

 span { border-color: rgb(172,196,175); }

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