Color Hex Logo

#7ac211 Color Hex

#7AC211
(122,194,17)
0 Favorites   0 Comments

Color spaces of #7ac211

RGB 12219417
HSL0.230.840.41
HSV84°91°76°
CMYK 0.370.000.91   0.24
XYZ27.419042.76167.3390
Yxy42.76160.35370.5516
Hunter Lab65.3924-39.591639.1205
CIE-Lab71.3929-46.318069.2840

#7ac211 color RGB value is (122,194,17).

#7ac211 hex color red value is 122, green value is 194 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #7ac211 hue: 0.23 , saturation: 0.84 and the lightness value of 7ac211 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000010 00010001
Octal 172 302 21
Decimal 122 194 17
Hex 7A C2 11

RGB Percentages of Color #7ac211

%36.64
%58.26
%5.11

CMYK Percentages of Color #7ac211

%37
%0
%91
%24

Triadic Colors of #7ac211

#7ac211 #117ac2 #c2117a

Analogous Colors of #7ac211

#7ac211 #22c211 #c2b211

Monochromatic Colors of #7ac211

#7ac211

Complementary Color

#7ac211 #5911c2

#7ac211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac211 Color CSS Codes

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

#7ac211 Text Font Color

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

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


#7ac211 Background Color

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

This div background color is #7ac211


#7ac211 Border Color

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

This div border color is #7ac211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac211


Comments

No comments written yet.

Please login to write comment.