Color Hex Logo

#07ac2e Color Hex

#07AC2E
(7,172,46)
0 Favorites   0 Comments

Color spaces of #07ac2e

RGB 717246
HSL0.370.920.35
HSV134°96°67°
CMYK 0.960.000.73   0.33
XYZ15.333329.74757.5185
Yxy29.74750.29150.5655
Hunter Lab54.5413-45.265130.0058
CIE-Lab61.4357-61.586751.4583

#07ac2e color RGB value is (7,172,46).

#07ac2e hex color red value is 7, green value is 172 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #07ac2e hue: 0.37 , saturation: 0.92 and the lightness value of 07ac2e is 0.35.

The process color (four color CMYK) of #07ac2e color hex is 0.96, 0.00, 0.73, 0.33. Web safe color of #07ac2e is #009933. Color #07ac2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10101100 00101110
Octal 7 254 56
Decimal 7 172 46
Hex 7 AC 2E

RGB Percentages of Color #07ac2e

%3.11
%76.44
%20.44

CMYK Percentages of Color #07ac2e

%96
%0
%73
%33

Triadic Colors of #07ac2e

#07ac2e #2e07ac #ac2e07

Analogous Colors of #07ac2e

#07ac2e #07ac81 #32ac07

Monochromatic Colors of #07ac2e

#07ac2e

Complementary Color

#07ac2e #ac0785

#07ac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07ac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07ac2e Color CSS Codes

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

#07ac2e Text Font Color

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

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


#07ac2e Background Color

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

This div background color is #07ac2e


#07ac2e Border Color

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

This div border color is #07ac2e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,172,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07ac2e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07ac2e;
  -webkit-box-shadow: 1px 1px 3px 2px #07ac2e;
  box-shadow:         1px 1px 3px 2px #07ac2e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,172,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07ac2e


Comments

No comments written yet.

Please login to write comment.