#ACAEA5

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

Shades of Green Spring #ACAEA5

Tints of Green Spring #ACAEA5

Color information

#ACAEA5 (or 0xACAEA5) is unknown color: approx Green Spring. HEX triplet: AC, AE and A5. RGB value is (172,174,165). Sum of RGB (Red+Green+Blue) = 172+174+165=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA5 is #53515A. Grayscale: #ACACAC. Windows color (decimal): -5460315 or 10858156. OLE color: 10858156.

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

Color convert

RGB172174165-
CMYK0.0100.050.32
HSL73.33º5.26%66.47%-
HSV(B)73.33º5.17%68.24%-
XYZ38.9441.7641.61-
YUV172.38123.84127.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.66%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=33.66%
G=34.05%
B=32.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741650.0100.050.3273.335.2666.47
HexACAEA51052049542
Octal254256245105401115102
Binary1010110010101110101001011010110000010010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEA5; }

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

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

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

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

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

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

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

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