Color Hex Logo

#a5c42d Color Hex

#A5C42D
(165,196,45)
0 Favorites   0 Comments

Color spaces of #a5c42d

RGB 16519645
HSL0.200.630.47
HSV72°77°77°
CMYK 0.160.000.77   0.23
XYZ35.730647.66869.8004
Yxy47.66860.38340.5115
Hunter Lab69.0425-28.447639.9137
CIE-Lab74.6154-29.724966.6026

#a5c42d color RGB value is (165,196,45).

#a5c42d hex color red value is 165, green value is 196 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #a5c42d hue: 0.20 , saturation: 0.63 and the lightness value of a5c42d is 0.47.

The process color (four color CMYK) of #a5c42d color hex is 0.16, 0.00, 0.77, 0.23. Web safe color of #a5c42d is #99cc33. Color #a5c42d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000100 00101101
Octal 245 304 55
Decimal 165 196 45
Hex A5 C4 2D

RGB Percentages of Color #a5c42d

%40.64
%48.28
%11.08

CMYK Percentages of Color #a5c42d

%16
%0
%77
%23

Triadic Colors of #a5c42d

#a5c42d #2da5c4 #c42da5

Analogous Colors of #a5c42d

#a5c42d #5ac42d #c4982d

Monochromatic Colors of #a5c42d

#a5c42d

Complementary Color

#a5c42d #4c2dc4

#a5c42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c42d Color CSS Codes

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

#a5c42d Text Font Color

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

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


#a5c42d Background Color

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

This div background color is #a5c42d


#a5c42d Border Color

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

This div border color is #a5c42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c42d


Comments

No comments written yet.

Please login to write comment.