#ACAF9F

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

Shades of Green Spring #ACAF9F

Tints of Green Spring #ACAF9F

Color information

#ACAF9F (or 0xACAF9F) is unknown color: approx Green Spring. HEX triplet: AC, AF and 9F. RGB value is (172,175,159). Sum of RGB (Red+Green+Blue) = 172+175+159=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF9F is #535060. Grayscale: #ACACAC. Windows color (decimal): -5460065 or 10465196. OLE color: 10465196.

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

Color convert

RGB172175159-
CMYK0.0200.090.31
HSL71.25º9.09%65.49%-
HSV(B)71.25º9.14%68.63%-
XYZ38.641.9338.86-
YUV172.28120.51127.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=33.99%
G=34.58%
B=31.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751590.0200.090.3171.259.0965.49
HexACAF9F2091F47941
Octal25425723720113710711101
Binary101011001010111110011111100100111111100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF9F; }

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

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

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

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

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

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

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

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