Color Hex Logo

#a5d15d Color Hex

#A5D15D
(165,209,93)
0 Favorites   0 Comments

Color spaces of #a5d15d

RGB 16520993
HSL0.230.560.59
HSV83°56°82°
CMYK 0.210.000.56   0.18
XYZ40.293354.390618.7307
Yxy54.39060.35530.4796
Hunter Lab73.7500-31.539036.5668
CIE-Lab78.6889-32.534052.0253

#a5d15d color RGB value is (165,209,93).

#a5d15d hex color red value is 165, green value is 209 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #a5d15d hue: 0.23 , saturation: 0.56 and the lightness value of a5d15d is 0.59.

The process color (four color CMYK) of #a5d15d color hex is 0.21, 0.00, 0.56, 0.18. Web safe color of #a5d15d is #99cc66. Color #a5d15d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010001 01011101
Octal 245 321 135
Decimal 165 209 93
Hex A5 D1 5D

RGB Percentages of Color #a5d15d

%35.33
%44.75
%19.91

CMYK Percentages of Color #a5d15d

%21
%0
%56
%18

Triadic Colors of #a5d15d

#a5d15d #5da5d1 #d15da5

Analogous Colors of #a5d15d

#a5d15d #6bd15d #d1c35d

Monochromatic Colors of #a5d15d

#a5d15d

Complementary Color

#a5d15d #895dd1

#a5d15d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d15d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d15d Color CSS Codes

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

#a5d15d Text Font Color

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

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


#a5d15d Background Color

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

This div background color is #a5d15d


#a5d15d Border Color

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

This div border color is #a5d15d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d15d


Comments

No comments written yet.

Please login to write comment.