Color Hex Logo

#2aa60e Color Hex

#2AA60E
(42,166,14)
0 Favorites   0 Comments

Color spaces of #2aa60e

RGB 4216614
HSL0.300.840.35
HSV109°92°65°
CMYK 0.750.000.92   0.35
XYZ14.670327.79645.0075
Yxy27.79640.30900.5855
Hunter Lab52.7223-42.595331.2743
CIE-Lab59.7044-58.104858.8691

#2aa60e color RGB value is (42,166,14).

#2aa60e hex color red value is 42, green value is 166 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #2aa60e hue: 0.30 , saturation: 0.84 and the lightness value of 2aa60e is 0.35.

The process color (four color CMYK) of #2aa60e color hex is 0.75, 0.00, 0.92, 0.35. Web safe color of #2aa60e is #339900. Color #2aa60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10100110 00001110
Octal 52 246 16
Decimal 42 166 14
Hex 2A A6 E

RGB Percentages of Color #2aa60e

%18.92
%74.77
%6.31

CMYK Percentages of Color #2aa60e

%75
%0
%92
%35

Triadic Colors of #2aa60e

#2aa60e #0e2aa6 #a60e2a

Analogous Colors of #2aa60e

#2aa60e #0ea63e #76a60e

Monochromatic Colors of #2aa60e

#2aa60e

Complementary Color

#2aa60e #8a0ea6

#2aa60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aa60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aa60e Color CSS Codes

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

#2aa60e Text Font Color

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

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


#2aa60e Background Color

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

This div background color is #2aa60e


#2aa60e Border Color

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

This div border color is #2aa60e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,166,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2aa60e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2aa60e;
  -webkit-box-shadow: 1px 1px 3px 2px #2aa60e;
  box-shadow:         1px 1px 3px 2px #2aa60e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,166,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aa60e


Comments

No comments written yet.

Please login to write comment.