Color Hex Logo

#a2d470 Color Hex

#A2D470
(162,212,112)
0 Favorites   0 Comments

Color spaces of #a2d470

RGB 162212112
HSL0.250.540.64
HSV90°47°83°
CMYK 0.240.000.47   0.17
XYZ41.368455.938223.9460
Yxy55.93820.34120.4613
Hunter Lab74.7918-32.154933.3715
CIE-Lab79.5786-33.057544.0684

#a2d470 color RGB value is (162,212,112).

#a2d470 hex color red value is 162, green value is 212 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a2d470 hue: 0.25 , saturation: 0.54 and the lightness value of a2d470 is 0.64.

The process color (four color CMYK) of #a2d470 color hex is 0.24, 0.00, 0.47, 0.17. Web safe color of #a2d470 is #99cc66. Color #a2d470 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11010100 01110000
Octal 242 324 160
Decimal 162 212 112
Hex A2 D4 70

RGB Percentages of Color #a2d470

%33.33
%43.62
%23.05

CMYK Percentages of Color #a2d470

%24
%0
%47
%17

Triadic Colors of #a2d470

#a2d470 #70a2d4 #d470a2

Analogous Colors of #a2d470

#a2d470 #70d470 #d4d470

Monochromatic Colors of #a2d470

#a2d470

Complementary Color

#a2d470 #a270d4

#a2d470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2d470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2d470 Color CSS Codes

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

#a2d470 Text Font Color

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

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


#a2d470 Background Color

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

This div background color is #a2d470


#a2d470 Border Color

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

This div border color is #a2d470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2d470


Comments

No comments written yet.

Please login to write comment.