Color Hex Logo

#acf95a Color Hex

#ACF95A
(172,249,90)
0 Favorites   0 Comments

Color spaces of #acf95a

RGB 17224990
HSL0.250.930.66
HSV89°64°98°
CMYK 0.310.000.64   0.02
XYZ52.734477.260221.8062
Yxy77.26020.34740.5090
Hunter Lab87.8978-46.729846.8194
CIE-Lab90.4412-47.943566.5057

#acf95a color RGB value is (172,249,90).

#acf95a hex color red value is 172, green value is 249 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #acf95a hue: 0.25 , saturation: 0.93 and the lightness value of acf95a is 0.66.

The process color (four color CMYK) of #acf95a color hex is 0.31, 0.00, 0.64, 0.02. Web safe color of #acf95a is #99ff66. Color #acf95a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01011010
Octal 254 371 132
Decimal 172 249 90
Hex AC F9 5A

RGB Percentages of Color #acf95a

%33.66
%48.73
%17.61

CMYK Percentages of Color #acf95a

%31
%0
%64
%2

Triadic Colors of #acf95a

#acf95a #5aacf9 #f95aac

Analogous Colors of #acf95a

#acf95a #5df95a #f9f75a

Monochromatic Colors of #acf95a

#acf95a

Complementary Color

#acf95a #a75af9

#acf95a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf95a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf95a Color CSS Codes

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

#acf95a Text Font Color

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

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


#acf95a Background Color

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

This div background color is #acf95a


#acf95a Border Color

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

This div border color is #acf95a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf95a


Comments

No comments written yet.

Please login to write comment.