Color Hex Logo

#a3c42f Color Hex

#A3C42F
(163,196,47)
0 Favorites   0 Comments

Color spaces of #a3c42f

RGB 16319647
HSL0.200.610.48
HSV73°76°77°
CMYK 0.170.000.76   0.23
XYZ35.357347.47169.9887
Yxy47.47160.38090.5115
Hunter Lab68.8996-28.973339.6342
CIE-Lab74.4904-30.447265.8166

#a3c42f color RGB value is (163,196,47).

#a3c42f hex color red value is 163, green value is 196 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #a3c42f hue: 0.20 , saturation: 0.61 and the lightness value of a3c42f is 0.48.

The process color (four color CMYK) of #a3c42f color hex is 0.17, 0.00, 0.76, 0.23. Web safe color of #a3c42f is #99cc33. Color #a3c42f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11000100 00101111
Octal 243 304 57
Decimal 163 196 47
Hex A3 C4 2F

RGB Percentages of Color #a3c42f

%40.15
%48.28
%11.58

CMYK Percentages of Color #a3c42f

%17
%0
%76
%23

Triadic Colors of #a3c42f

#a3c42f #2fa3c4 #c42fa3

Analogous Colors of #a3c42f

#a3c42f #58c42f #c49b2f

Monochromatic Colors of #a3c42f

#a3c42f

Complementary Color

#a3c42f #502fc4

#a3c42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c42f Color CSS Codes

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

#a3c42f Text Font Color

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

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


#a3c42f Background Color

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

This div background color is #a3c42f


#a3c42f Border Color

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

This div border color is #a3c42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c42f


Comments

No comments written yet.

Please login to write comment.