Color Hex Logo

#a2c239 Color Hex

#A2C239
(162,194,57)
0 Favorites   0 Comments

Color spaces of #a2c239

RGB 16219457
HSL0.210.550.49
HSV74°71°76°
CMYK 0.160.000.71   0.24
XYZ34.930646.560411.0169
Yxy46.56040.37760.5033
Hunter Lab68.2352-28.034838.1920
CIE-Lab73.9077-29.387961.8175

#a2c239 color RGB value is (162,194,57).

#a2c239 hex color red value is 162, green value is 194 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #a2c239 hue: 0.21 , saturation: 0.55 and the lightness value of a2c239 is 0.49.

The process color (four color CMYK) of #a2c239 color hex is 0.16, 0.00, 0.71, 0.24. Web safe color of #a2c239 is #99cc33. Color #a2c239 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11000010 00111001
Octal 242 302 71
Decimal 162 194 57
Hex A2 C2 39

RGB Percentages of Color #a2c239

%39.23
%46.97
%13.80

CMYK Percentages of Color #a2c239

%16
%0
%71
%24

Triadic Colors of #a2c239

#a2c239 #39a2c2 #c239a2

Analogous Colors of #a2c239

#a2c239 #5ec239 #c29e39

Monochromatic Colors of #a2c239

#a2c239

Complementary Color

#a2c239 #5939c2

#a2c239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2c239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2c239 Color CSS Codes

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

#a2c239 Text Font Color

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

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


#a2c239 Background Color

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

This div background color is #a2c239


#a2c239 Border Color

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

This div border color is #a2c239


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,194,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2c239; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2c239;
  -webkit-box-shadow: 1px 1px 3px 2px #a2c239;
  box-shadow:         1px 1px 3px 2px #a2c239; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,194,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2c239


Comments

No comments written yet.

Please login to write comment.