#ACAEA0

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

Shades of Green Spring #ACAEA0

Tints of Green Spring #ACAEA0

Color information

#ACAEA0 (or 0xACAEA0) is unknown color: approx Green Spring. HEX triplet: AC, AE and A0. RGB value is (172,174,160). Sum of RGB (Red+Green+Blue) = 172+174+160=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAEA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAEA0 is #53515F. Grayscale: #ABABAB. Windows color (decimal): -5460320 or 10530476. OLE color: 10530476.

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

Color convert

RGB172174160-
CMYK0.0100.080.32
HSL68.57º7.95%65.49%-
HSV(B)68.57º8.05%68.24%-
XYZ38.4941.5839.25-
YUV171.81121.34128.14-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=33.99%
G=34.39%
B=31.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741600.0100.080.3268.577.9565.49
HexACAEA01082045841
Octal25425624010104010510101
Binary101011001010111010100000101000100000100010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAEA0; }

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

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

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

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

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

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

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

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