#ACC8AE

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

Shades of Gum Leaf #ACC8AE

Tints of Gum Leaf #ACC8AE

Color information

#ACC8AE (or 0xACC8AE) is unknown color: approx Gum Leaf. HEX triplet: AC, C8 and AE. RGB value is (172,200,174). Sum of RGB (Red+Green+Blue) = 172+200+174=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AE is #533751. Grayscale: #BCBCBC. Windows color (decimal): -5453650 or 11454636. OLE color: 11454636.

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

Color convert

RGB172200174-
CMYK0.1400.130.22
HSL124.29º20.29%72.94%-
HSV(B)124.29º14%78.43%-
XYZ45.3153.1447.91-
YUV188.66119.72116.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.50%
GREEN value IS 200 (78.52% from 255) = 36.63%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=31.50%
G=36.63%
B=31.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1722001740.1400.130.22124.2920.2972.94
HexACC8AEE0D167c1449
Octal254310256160152617424111
Binary101011001100100010101110111001101101101111100101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC8AE; }

 p { color: rgb(172,200,174); }

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

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

 a { background-color: rgb(172,200,174); }

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

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

 span { border-color: rgb(172,200,174); }

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