#ACAFA2

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

Shades of Green Spring #ACAFA2

Tints of Green Spring #ACAFA2

Color information

#ACAFA2 (or 0xACAFA2) is unknown color: approx Green Spring. HEX triplet: AC, AF and A2. RGB value is (172,175,162). Sum of RGB (Red+Green+Blue) = 172+175+162=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 162 (63.67% from 255 or 31.83% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAFA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAFA2 is #53505D. Grayscale: #ACACAC. Windows color (decimal): -5460062 or 10661804. OLE color: 10661804.

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

Color convert

RGB172175162-
CMYK0.0200.070.31
HSL73.85º7.51%66.08%-
HSV(B)73.85º7.43%68.63%-
XYZ38.8642.0440.25-
YUV172.62122.01127.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.79%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 162 (63.67% from 255) = 31.83%
R=33.79%
G=34.38%
B=31.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751620.0200.070.3173.857.5166.08
HexACAFA22071F4a842
Octal2542572422073711210102
Binary10101100101011111010001010011111111100101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAFA2; }

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

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

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

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

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

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

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

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