Color Hex Logo

#a2c272 Color Hex

#A2C272
(162,194,114)
0 Favorites   0 Comments

Color spaces of #a2c272

RGB 162194114
HSL0.230.400.60
HSV84°41°76°
CMYK 0.160.000.41   0.24
XYZ37.229347.479923.1219
Yxy47.47990.34530.4403
Hunter Lab68.9057-24.142528.3387
CIE-Lab74.4957-24.232536.7058

#a2c272 color RGB value is (162,194,114).

#a2c272 hex color red value is 162, green value is 194 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a2c272 hue: 0.23 , saturation: 0.40 and the lightness value of a2c272 is 0.60.

The process color (four color CMYK) of #a2c272 color hex is 0.16, 0.00, 0.41, 0.24. Web safe color of #a2c272 is #99cc66. Color #a2c272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11000010 01110010
Octal 242 302 162
Decimal 162 194 114
Hex A2 C2 72

RGB Percentages of Color #a2c272

%34.47
%41.28
%24.26

CMYK Percentages of Color #a2c272

%16
%0
%41
%24

Triadic Colors of #a2c272

#a2c272 #72a2c2 #c272a2

Analogous Colors of #a2c272

#a2c272 #7ac272 #c2ba72

Monochromatic Colors of #a2c272

#a2c272

Complementary Color

#a2c272 #9272c2

#a2c272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2c272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2c272 Color CSS Codes

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

#a2c272 Text Font Color

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

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


#a2c272 Background Color

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

This div background color is #a2c272


#a2c272 Border Color

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

This div border color is #a2c272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2c272


Comments

No comments written yet.

Please login to write comment.