Color Hex Logo

#6ac620 Color Hex

#6AC620
(106,198,32)
0 Favorites   0 Comments

Color spaces of #6ac620

RGB 10619832
HSL0.260.720.45
HSV93°84°78°
CMYK 0.460.000.84   0.22
XYZ26.398743.55668.3824
Yxy43.55660.33700.5560
Hunter Lab65.9974-44.096238.6677
CIE-Lab71.9311-52.787966.5244

#6ac620 color RGB value is (106,198,32).

#6ac620 hex color red value is 106, green value is 198 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #6ac620 hue: 0.26 , saturation: 0.72 and the lightness value of 6ac620 is 0.45.

The process color (four color CMYK) of #6ac620 color hex is 0.46, 0.00, 0.84, 0.22. Web safe color of #6ac620 is #66cc33. Color #6ac620 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000110 00100000
Octal 152 306 40
Decimal 106 198 32
Hex 6A C6 20

RGB Percentages of Color #6ac620

%31.55
%58.93
%9.52

CMYK Percentages of Color #6ac620

%46
%0
%84
%22

Triadic Colors of #6ac620

#6ac620 #206ac6 #c6206a

Analogous Colors of #6ac620

#6ac620 #20c629 #bdc620

Monochromatic Colors of #6ac620

#6ac620

Complementary Color

#6ac620 #7c20c6

#6ac620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac620 Color CSS Codes

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

#6ac620 Text Font Color

<p style="color:#6ac620">Text here</p>

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


#6ac620 Background Color

<div style="background-color:#6ac620">
Div content here</div>

This div background color is #6ac620


#6ac620 Border Color

<div style="border:3px solid #6ac620">
Div here</div>

This div border color is #6ac620


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,198,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ac620; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ac620;
  -webkit-box-shadow: 1px 1px 3px 2px #6ac620;
  box-shadow:         1px 1px 3px 2px #6ac620; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,198,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac620


Comments

No comments written yet.

Please login to write comment.