#ACAE9E

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

Shades of Green Spring #ACAE9E

Tints of Green Spring #ACAE9E

Color information

#ACAE9E (or 0xACAE9E) is unknown color: approx Green Spring. HEX triplet: AC, AE and 9E. RGB value is (172,174,158). Sum of RGB (Red+Green+Blue) = 172+174+158=504 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.13% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE9E is #535161. Grayscale: #ABABAB. Windows color (decimal): -5460322 or 10399404. OLE color: 10399404.

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

Color convert

RGB172174158-
CMYK0.0100.090.32
HSL67.5º8.99%65.1%-
HSV(B)67.5º9.2%68.24%-
XYZ38.3241.5138.34-
YUV171.58120.34128.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.13%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 158 (62.11% from 255) = 31.35%
R=34.13%
G=34.52%
B=31.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741580.0100.090.3267.58.9965.1
HexACAE9E1092044941
Octal25425623610114010411101
Binary101011001010111010011110101001100000100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE9E; }

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

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

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

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

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

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

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

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