Color Hex Logo

#a6c419 Color Hex

#A6C419
(166,196,25)
0 Favorites   0 Comments

Color spaces of #a6c419

RGB 16619625
HSL0.200.770.43
HSV71°87°77°
CMYK 0.150.000.87   0.23
XYZ35.641347.65708.2399
Yxy47.65700.38940.5206
Hunter Lab69.0340-28.652641.2470
CIE-Lab74.6081-29.994171.6247

#a6c419 color RGB value is (166,196,25).

#a6c419 hex color red value is 166, green value is 196 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #a6c419 hue: 0.20 , saturation: 0.77 and the lightness value of a6c419 is 0.43.

The process color (four color CMYK) of #a6c419 color hex is 0.15, 0.00, 0.87, 0.23. Web safe color of #a6c419 is #99cc00. Color #a6c419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000100 00011001
Octal 246 304 31
Decimal 166 196 25
Hex A6 C4 19

RGB Percentages of Color #a6c419

%42.89
%50.65
%6.46

CMYK Percentages of Color #a6c419

%15
%0
%87
%23

Triadic Colors of #a6c419

#a6c419 #19a6c4 #c419a6

Analogous Colors of #a6c419

#a6c419 #51c419 #c48d19

Monochromatic Colors of #a6c419

#a6c419

Complementary Color

#a6c419 #3719c4

#a6c419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c419 Color CSS Codes

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

#a6c419 Text Font Color

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

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


#a6c419 Background Color

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

This div background color is #a6c419


#a6c419 Border Color

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

This div border color is #a6c419


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,196,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6c419; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6c419;
  -webkit-box-shadow: 1px 1px 3px 2px #a6c419;
  box-shadow:         1px 1px 3px 2px #a6c419; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,196,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c419


Comments

No comments written yet.

Please login to write comment.