Color Hex Logo

#a5d92a Color Hex

#A5D92A
(165,217,42)
0 Favorites   0 Comments

Color spaces of #a5d92a

RGB 16521742
HSL0.220.700.51
HSV78°81°85°
CMYK 0.240.000.81   0.15
XYZ40.747857.792211.1979
Yxy57.79220.37130.5266
Hunter Lab76.0212-37.360044.4814
CIE-Lab80.6231-39.464072.8882

#a5d92a color RGB value is (165,217,42).

#a5d92a hex color red value is 165, green value is 217 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a5d92a hue: 0.22 , saturation: 0.70 and the lightness value of a5d92a is 0.51.

The process color (four color CMYK) of #a5d92a color hex is 0.24, 0.00, 0.81, 0.15. Web safe color of #a5d92a is #99cc33. Color #a5d92a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011001 00101010
Octal 245 331 52
Decimal 165 217 42
Hex A5 D9 2A

RGB Percentages of Color #a5d92a

%38.92
%51.18
%9.91

CMYK Percentages of Color #a5d92a

%24
%0
%81
%15

Triadic Colors of #a5d92a

#a5d92a #2aa5d9 #d92aa5

Analogous Colors of #a5d92a

#a5d92a #4ed92a #d9b62a

Monochromatic Colors of #a5d92a

#a5d92a

Complementary Color

#a5d92a #5e2ad9

#a5d92a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d92a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d92a Color CSS Codes

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

#a5d92a Text Font Color

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

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


#a5d92a Background Color

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

This div background color is #a5d92a


#a5d92a Border Color

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

This div border color is #a5d92a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d92a


Comments

No comments written yet.

Please login to write comment.