Color Hex Logo

#7ac138 Color Hex

#7AC138
(122,193,56)
0 Favorites   0 Comments

Color spaces of #7ac138

RGB 12219356
HSL0.250.550.49
HSV91°71°76°
CMYK 0.370.000.71   0.24
XYZ27.809842.563010.4911
Yxy42.56300.34390.5264
Hunter Lab65.2403-38.081936.1340
CIE-Lab71.2574-44.171758.7548

#7ac138 color RGB value is (122,193,56).

#7ac138 hex color red value is 122, green value is 193 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #7ac138 hue: 0.25 , saturation: 0.55 and the lightness value of 7ac138 is 0.49.

The process color (four color CMYK) of #7ac138 color hex is 0.37, 0.00, 0.71, 0.24. Web safe color of #7ac138 is #66cc33. Color #7ac138 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000001 00111000
Octal 172 301 70
Decimal 122 193 56
Hex 7A C1 38

RGB Percentages of Color #7ac138

%32.88
%52.02
%15.09

CMYK Percentages of Color #7ac138

%37
%0
%71
%24

Triadic Colors of #7ac138

#7ac138 #387ac1 #c1387a

Analogous Colors of #7ac138

#7ac138 #38c13a #bfc138

Monochromatic Colors of #7ac138

#7ac138

Complementary Color

#7ac138 #7f38c1

#7ac138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac138 Color CSS Codes

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

#7ac138 Text Font Color

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

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


#7ac138 Background Color

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

This div background color is #7ac138


#7ac138 Border Color

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

This div border color is #7ac138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac138


Comments

No comments written yet.

Please login to write comment.