#ACAF9C

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

Shades of Green Spring #ACAF9C

Tints of Green Spring #ACAF9C

Color information

#ACAF9C (or 0xACAF9C) is unknown color: approx Green Spring. HEX triplet: AC, AF and 9C. RGB value is (172,175,156). Sum of RGB (Red+Green+Blue) = 172+175+156=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF9C is #535063. Grayscale: #ACACAC. Windows color (decimal): -5460068 or 10268588. OLE color: 10268588.

HSL color Cylindrical-coordinate representation of color #ACAF9C: hue angle of 69.47º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACAF9C is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB172175156-
CMYK0.0200.110.31
HSL69.47º10.61%64.9%-
HSV(B)69.47º10.86%68.63%-
XYZ38.3441.8337.51-
YUV171.94119.01128.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.19%
GREEN value IS 175 (68.75% from 255) = 34.79%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=34.19%
G=34.79%
B=31.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751560.0200.110.3169.4710.6164.9
HexACAF9C20B1F45b41
Octal25425723420133710513101
Binary101011001010111110011100100101111111100010110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF9C; }

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

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

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

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

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

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

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

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