Color Hex Logo

#acc74a Color Hex

#ACC74A
(172,199,74)
0 Favorites   0 Comments

Color spaces of #acc74a

RGB 17219974
HSL0.200.530.54
HSV73°63°78°
CMYK 0.140.000.63   0.22
XYZ38.672750.111914.1129
Yxy50.11190.37580.4870
Hunter Lab70.7898-26.366937.7326
CIE-Lab76.1379-26.642857.6425

#acc74a color RGB value is (172,199,74).

#acc74a hex color red value is 172, green value is 199 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #acc74a hue: 0.20 , saturation: 0.53 and the lightness value of acc74a is 0.54.

The process color (four color CMYK) of #acc74a color hex is 0.14, 0.00, 0.63, 0.22. Web safe color of #acc74a is #99cc33. Color #acc74a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 01001010
Octal 254 307 112
Decimal 172 199 74
Hex AC C7 4A

RGB Percentages of Color #acc74a

%38.65
%44.72
%16.63

CMYK Percentages of Color #acc74a

%14
%0
%63
%22

Triadic Colors of #acc74a

#acc74a #4aacc7 #c74aac

Analogous Colors of #acc74a

#acc74a #6ec74a #c7a44a

Monochromatic Colors of #acc74a

#acc74a

Complementary Color

#acc74a #654ac7

#acc74a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc74a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc74a Color CSS Codes

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

#acc74a Text Font Color

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

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


#acc74a Background Color

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

This div background color is #acc74a


#acc74a Border Color

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

This div border color is #acc74a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc74a


Comments

No comments written yet.

Please login to write comment.