Color Hex Logo

#acc16a Color Hex

#ACC16A
(172,193,106)
0 Favorites   0 Comments

Color spaces of #acc16a

RGB 172193106
HSL0.210.410.59
HSV74°45°76°
CMYK 0.110.000.45   0.24
XYZ38.684747.951220.8523
Yxy47.95120.35990.4461
Hunter Lab69.2468-21.463030.6188
CIE-Lab74.7941-20.812541.2597

#acc16a color RGB value is (172,193,106).

#acc16a hex color red value is 172, green value is 193 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #acc16a hue: 0.21 , saturation: 0.41 and the lightness value of acc16a is 0.59.

The process color (four color CMYK) of #acc16a color hex is 0.11, 0.00, 0.45, 0.24. Web safe color of #acc16a is #99cc66. Color #acc16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01101010
Octal 254 301 152
Decimal 172 193 106
Hex AC C1 6A

RGB Percentages of Color #acc16a

%36.52
%40.98
%22.51

CMYK Percentages of Color #acc16a

%11
%0
%45
%24

Triadic Colors of #acc16a

#acc16a #6aacc1 #c16aac

Analogous Colors of #acc16a

#acc16a #81c16a #c1ab6a

Monochromatic Colors of #acc16a

#acc16a

Complementary Color

#acc16a #7f6ac1

#acc16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc16a Color CSS Codes

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

#acc16a Text Font Color

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

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


#acc16a Background Color

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

This div background color is #acc16a


#acc16a Border Color

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

This div border color is #acc16a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc16a


Comments

No comments written yet.

Please login to write comment.