Color Hex Logo

#7ac021 Color Hex

#7AC021
(122,192,33)
0 Favorites   0 Comments

Color spaces of #7ac021

RGB 12219233
HSL0.240.710.44
HSV86°83°75°
CMYK 0.360.000.83   0.25
XYZ27.150241.94678.1044
Yxy41.94670.35170.5433
Hunter Lab64.7663-38.513337.9173
CIE-Lab70.8342-44.992965.5842

#7ac021 color RGB value is (122,192,33).

#7ac021 hex color red value is 122, green value is 192 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #7ac021 hue: 0.24 , saturation: 0.71 and the lightness value of 7ac021 is 0.44.

The process color (four color CMYK) of #7ac021 color hex is 0.36, 0.00, 0.83, 0.25. Web safe color of #7ac021 is #66cc33. Color #7ac021 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000000 00100001
Octal 172 300 41
Decimal 122 192 33
Hex 7A C0 21

RGB Percentages of Color #7ac021

%35.16
%55.33
%9.51

CMYK Percentages of Color #7ac021

%36
%0
%83
%25

Triadic Colors of #7ac021

#7ac021 #217ac0 #c0217a

Analogous Colors of #7ac021

#7ac021 #2bc021 #c0b721

Monochromatic Colors of #7ac021

#7ac021

Complementary Color

#7ac021 #6721c0

#7ac021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac021 Color CSS Codes

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

#7ac021 Text Font Color

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

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


#7ac021 Background Color

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

This div background color is #7ac021


#7ac021 Border Color

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

This div border color is #7ac021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac021


Comments

No comments written yet.

Please login to write comment.