Color Hex Logo

#acc90e Color Hex

#ACC90E
(172,201,14)
0 Favorites   0 Comments

Color spaces of #acc90e

RGB 17220114
HSL0.190.870.42
HSV69°93°79°
CMYK 0.140.000.93   0.21
XYZ37.979250.57578.1758
Yxy50.57570.39260.5229
Hunter Lab71.1166-29.127742.9654
CIE-Lab76.4213-30.092474.9708

#acc90e color RGB value is (172,201,14).

#acc90e hex color red value is 172, green value is 201 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #acc90e hue: 0.19 , saturation: 0.87 and the lightness value of acc90e is 0.42.

The process color (four color CMYK) of #acc90e color hex is 0.14, 0.00, 0.93, 0.21. Web safe color of #acc90e is #99cc00. Color #acc90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 00001110
Octal 254 311 16
Decimal 172 201 14
Hex AC C9 E

RGB Percentages of Color #acc90e

%44.44
%51.94
%3.62

CMYK Percentages of Color #acc90e

%14
%0
%93
%21

Triadic Colors of #acc90e

#acc90e #0eacc9 #c90eac

Analogous Colors of #acc90e

#acc90e #4fc90e #c9890e

Monochromatic Colors of #acc90e

#acc90e

Complementary Color

#acc90e #2b0ec9

#acc90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc90e Color CSS Codes

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

#acc90e Text Font Color

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

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


#acc90e Background Color

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

This div background color is #acc90e


#acc90e Border Color

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

This div border color is #acc90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc90e


Comments

No comments written yet.

Please login to write comment.