Color Hex Logo

#7acb2a Color Hex

#7ACB2A
(122,203,42)
0 Favorites   0 Comments

Color spaces of #7acb2a

RGB 12220342
HSL0.250.660.48
HSV90°79°80°
CMYK 0.400.000.79   0.20
XYZ29.799947.01669.6950
Yxy47.01660.34450.5435
Hunter Lab68.5687-42.419139.6150
CIE-Lab74.2004-49.120966.2095

#7acb2a color RGB value is (122,203,42).

#7acb2a hex color red value is 122, green value is 203 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7acb2a hue: 0.25 , saturation: 0.66 and the lightness value of 7acb2a is 0.48.

The process color (four color CMYK) of #7acb2a color hex is 0.40, 0.00, 0.79, 0.20. Web safe color of #7acb2a is #66cc33. Color #7acb2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001011 00101010
Octal 172 313 52
Decimal 122 203 42
Hex 7A CB 2A

RGB Percentages of Color #7acb2a

%33.24
%55.31
%11.44

CMYK Percentages of Color #7acb2a

%40
%0
%79
%20

Triadic Colors of #7acb2a

#7acb2a #2a7acb #cb2a7a

Analogous Colors of #7acb2a

#7acb2a #2acb2a #cbcb2a

Monochromatic Colors of #7acb2a

#7acb2a

Complementary Color

#7acb2a #7b2acb

#7acb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7acb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7acb2a Color CSS Codes

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

#7acb2a Text Font Color

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

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


#7acb2a Background Color

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

This div background color is #7acb2a


#7acb2a Border Color

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

This div border color is #7acb2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,203,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7acb2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7acb2a;
  -webkit-box-shadow: 1px 1px 3px 2px #7acb2a;
  box-shadow:         1px 1px 3px 2px #7acb2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7acb2a


Comments

No comments written yet.

Please login to write comment.