#ACAEA1

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

Shades of Green Spring #ACAEA1

Tints of Green Spring #ACAEA1

Color information

#ACAEA1 (or 0xACAEA1) is unknown color: approx Green Spring. HEX triplet: AC, AE and A1. RGB value is (172,174,161). Sum of RGB (Red+Green+Blue) = 172+174+161=507 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.93% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA1 is #53515E. Grayscale: #ABABAB. Windows color (decimal): -5460319 or 10596012. OLE color: 10596012.

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

Color convert

RGB172174161-
CMYK0.0100.070.32
HSL69.23º7.43%65.69%-
HSV(B)69.23º7.47%68.24%-
XYZ38.5841.6239.72-
YUV171.92121.84128.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.93%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 161 (63.28% from 255) = 31.76%
R=33.93%
G=34.32%
B=31.76%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741610.0100.070.3269.237.4365.69
HexACAEA11072045742
Octal254256241107401057102
Binary1010110010101110101000011011110000010001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEA1; }

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

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

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

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

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

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

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

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