Color Hex Logo

#acff9f Color Hex

#ACFF9F
(172,255,159)
0 Favorites   0 Comments

Color spaces of #acff9f

RGB 172255159
HSL0.311.000.81
HSV112°38°100°
CMYK 0.330.000.38   0.00
XYZ59.031382.793945.6704
Yxy82.79390.31480.4416
Hunter Lab90.9912-43.431133.9349
CIE-Lab92.9241-42.903438.0888

#acff9f color RGB value is (172,255,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10011111
Octal 254 377 237
Decimal 172 255 159
Hex AC FF 9F

RGB Percentages of Color #acff9f

%29.35
%43.52
%27.13

CMYK Percentages of Color #acff9f

%33
%0
%38
%0

Triadic Colors of #acff9f

#acff9f #9facff #ff9fac

Analogous Colors of #acff9f

#acff9f #9fffc2 #dcff9f

Monochromatic Colors of #acff9f

#acff9f

Complementary Color

#acff9f #f29fff

#acff9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff9f Color CSS Codes

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

#acff9f Text Font Color

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

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


#acff9f Background Color

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

This div background color is #acff9f


#acff9f Border Color

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

This div border color is #acff9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff9f

Related Colors


Comments

No comments written yet.

Please login to write comment.