Color Hex Logo

#a5c33c Color Hex

#A5C33C
(165,195,60)
1 Favorites   0 Comments

Color spaces of #a5c33c

RGB 16519560
HSL0.200.530.50
HSV73°69°76°
CMYK 0.150.000.69   0.24
XYZ35.847847.355811.5262
Yxy47.35580.37840.4999
Hunter Lab68.8156-27.441938.2402
CIE-Lab74.4168-28.474661.2806

#a5c33c color RGB value is (165,195,60).

#a5c33c hex color red value is 165, green value is 195 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a5c33c hue: 0.20 , saturation: 0.53 and the lightness value of a5c33c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11000011 00111100
Octal 245 303 74
Decimal 165 195 60
Hex A5 C3 3C

RGB Percentages of Color #a5c33c

%39.29
%46.43
%14.29

CMYK Percentages of Color #a5c33c

%15
%0
%69
%24

Triadic Colors of #a5c33c

#a5c33c #3ca5c3 #c33ca5

Analogous Colors of #a5c33c

#a5c33c #62c33c #c39e3c

Monochromatic Colors of #a5c33c

#a5c33c

Complementary Color

#a5c33c #5a3cc3

#a5c33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5c33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5c33c Color CSS Codes

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

#a5c33c Text Font Color

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

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


#a5c33c Background Color

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

This div background color is #a5c33c


#a5c33c Border Color

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

This div border color is #a5c33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5c33c


Comments

No comments written yet.

Please login to write comment.