#ACC9AF

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

Shades of Gum Leaf #ACC9AF

Tints of Gum Leaf #ACC9AF

Color information

#ACC9AF (or 0xACC9AF) is unknown color: approx Gum Leaf. HEX triplet: AC, C9 and AF. RGB value is (172,201,175). Sum of RGB (Red+Green+Blue) = 172+201+175=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC9AF is #533650. Grayscale: #BDBDBD. Windows color (decimal): -5453393 or 11520428. OLE color: 11520428.

HSL color Cylindrical-coordinate representation of color #ACC9AF: hue angle of 126.21º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC9AF is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB172201175-
CMYK0.1400.130.21
HSL126.21º21.17%73.14%-
HSV(B)126.21º14.43%78.82%-
XYZ45.6453.6448.51-
YUV189.36119.89115.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.39%
GREEN value IS 201 (78.91% from 255) = 36.68%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=31.39%
G=36.68%
B=31.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722011750.1400.130.21126.2121.1773.14
HexACC9AFE0D157e1549
Octal254311257160152517625111
Binary101011001100100110101111111001101101011111110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC9AF; }

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

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

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

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

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

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

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

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