Color Hex Logo

#acff7a Color Hex

#ACFF7A
(172,255,122)
0 Favorites   0 Comments

Color spaces of #acff7a

RGB 172255122
HSL0.271.000.74
HSV97°52°100°
CMYK 0.330.000.52   0.00
XYZ56.286181.695831.2146
Yxy81.69580.33270.4828
Hunter Lab90.3857-47.017342.7943
CIE-Lab92.4404-47.536655.0912

#acff7a color RGB value is (172,255,122).

#acff7a hex color red value is 172, green value is 255 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acff7a hue: 0.27 , saturation: 1.00 and the lightness value of acff7a is 0.74.

The process color (four color CMYK) of #acff7a color hex is 0.33, 0.00, 0.52, 0.00. Web safe color of #acff7a is #99ff66. Color #acff7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01111010
Octal 254 377 172
Decimal 172 255 122
Hex AC FF 7A

RGB Percentages of Color #acff7a

%31.33
%46.45
%22.22

CMYK Percentages of Color #acff7a

%33
%0
%52
%0

Triadic Colors of #acff7a

#acff7a #7aacff #ff7aac

Analogous Colors of #acff7a

#acff7a #7aff8b #efff7a

Monochromatic Colors of #acff7a

#acff7a

Complementary Color

#acff7a #cd7aff

#acff7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff7a Color CSS Codes

.mybgcolor {background-color:#acff7a; } 
.myforecolor {color:#acff7a; }
.mybordercolor {border:3px solid #acff7a; }

#acff7a Text Font Color

<p style="color:#acff7a">Text here</p>

This sample text font color is #acff7a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#acff7a Background Color

<div style="background-color:#acff7a">
Div content here</div>

This div background color is #acff7a


#acff7a Border Color

<div style="border:3px solid #acff7a">
Div here</div>

This div border color is #acff7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,255,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acff7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acff7a;
  -webkit-box-shadow: 1px 1px 3px 2px #acff7a;
  box-shadow:         1px 1px 3px 2px #acff7a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,255,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acff7a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #acff7a;
  -webkit-box-shadow: 1px 1px 3px 2px #acff7a;
  box-shadow:         1px 1px 3px 2px #acff7a;">
Div content here</div>

This div box has shadow with color #acff7a

#acff7a Color Palettes


Comments

No comments written yet.

Please login to write comment.