#ACAE9C

Color #ACAE9C Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #ACAE9C

Tints of Green Spring #ACAE9C

Color information

#ACAE9C (or 0xACAE9C) is unknown color: approx Green Spring. HEX triplet: AC, AE and 9C. RGB value is (172,174,156). Sum of RGB (Red+Green+Blue) = 172+174+156=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE9C is #535163. Grayscale: #ABABAB. Windows color (decimal): -5460324 or 10268332. OLE color: 10268332.

HSL color Cylindrical-coordinate representation of color #ACAE9C: hue angle of 66.67º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACAE9C is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB172174156-
CMYK0.0100.100.32
HSL66.67º10%64.71%-
HSV(B)66.67º10.34%68.24%-
XYZ38.1541.4437.44-
YUV171.35119.34128.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.26%
GREEN value IS 174 (68.36% from 255) = 34.66%
BLUE value IS 156 (61.33% from 255) = 31.08%
R=34.26%
G=34.66%
B=31.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741560.0100.100.3266.671064.71
HexACAE9C10A2043a41
Octal25425623410124010312101
Binary101011001010111010011100101010100000100001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE9C; }

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

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

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

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

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

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

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

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