#ACC5AF

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

Shades of Gum Leaf #ACC5AF

Tints of Gum Leaf #ACC5AF

Color information

#ACC5AF (or 0xACC5AF) is unknown color: approx Gum Leaf. HEX triplet: AC, C5 and AF. RGB value is (172,197,175). Sum of RGB (Red+Green+Blue) = 172+197+175=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5AF is #533A50. Grayscale: #BBBBBB. Windows color (decimal): -5454417 or 11519404. OLE color: 11519404.

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

Color convert

RGB172197175-
CMYK0.1300.110.23
HSL127.2º17.73%72.35%-
HSV(B)127.2º12.69%77.25%-
XYZ44.7251.848.2-
YUV187.02121.22117.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.62%
GREEN value IS 197 (77.34% from 255) = 36.21%
BLUE value IS 175 (68.75% from 255) = 32.17%
R=31.62%
G=36.21%
B=32.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1721971750.1300.110.23127.217.7372.35
HexACC5AFD0B177f1248
Octal254305257150132717722110
Binary101011001100010110101111110101011101111111111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC5AF; }

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

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

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

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

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

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

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

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