Color Hex Logo

#6ac246 Color Hex

#6AC246
(106,194,70)
0 Favorites   0 Comments

Color spaces of #6ac246

RGB 10619470
HSL0.280.500.52
HSV103°64°76°
CMYK 0.450.000.64   0.24
XYZ26.341142.089912.5302
Yxy42.08990.32540.5199
Hunter Lab64.8767-41.060133.9625
CIE-Lab70.9329-48.722452.6030

#6ac246 color RGB value is (106,194,70).

#6ac246 hex color red value is 106, green value is 194 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #6ac246 hue: 0.28 , saturation: 0.50 and the lightness value of 6ac246 is 0.52.

The process color (four color CMYK) of #6ac246 color hex is 0.45, 0.00, 0.64, 0.24. Web safe color of #6ac246 is #66cc33. Color #6ac246 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000010 01000110
Octal 152 302 106
Decimal 106 194 70
Hex 6A C2 46

RGB Percentages of Color #6ac246

%28.65
%52.43
%18.92

CMYK Percentages of Color #6ac246

%45
%0
%64
%24

Triadic Colors of #6ac246

#6ac246 #466ac2 #c2466a

Analogous Colors of #6ac246

#6ac246 #46c260 #a8c246

Monochromatic Colors of #6ac246

#6ac246

Complementary Color

#6ac246 #9e46c2

#6ac246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac246 Color CSS Codes

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

#6ac246 Text Font Color

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

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


#6ac246 Background Color

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

This div background color is #6ac246


#6ac246 Border Color

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

This div border color is #6ac246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac246


Comments

No comments written yet.

Please login to write comment.