Color Hex Logo

#acff8a Color Hex

#ACFF8A
(172,255,138)
0 Favorites   0 Comments

Color spaces of #acff8a

RGB 172255138
HSL0.281.000.77
HSV103°46°100°
CMYK 0.330.000.46   0.00
XYZ57.360782.125636.8734
Yxy82.12560.32520.4657
Hunter Lab90.6232-45.607539.3119
CIE-Lab92.6303-45.699647.8877

#acff8a color RGB value is (172,255,138).

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

The process color (four color CMYK) of #acff8a color hex is 0.33, 0.00, 0.46, 0.00. Web safe color of #acff8a is #99ff99. Color #acff8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10001010
Octal 254 377 212
Decimal 172 255 138
Hex AC FF 8A

RGB Percentages of Color #acff8a

%30.44
%45.13
%24.42

CMYK Percentages of Color #acff8a

%33
%0
%46
%0

Triadic Colors of #acff8a

#acff8a #8aacff #ff8aac

Analogous Colors of #acff8a

#acff8a #8affa3 #e7ff8a

Monochromatic Colors of #acff8a

#acff8a

Complementary Color

#acff8a #dd8aff

#acff8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff8a Color CSS Codes

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

#acff8a Text Font Color

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

This sample text font color is #acff8a
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.


#acff8a Background Color

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

This div background color is #acff8a


#acff8a Border Color

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

This div border color is #acff8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff8a

Related Colors


Comments

No comments written yet.

Please login to write comment.