Color Hex Logo

#6ac71a Color Hex

#6AC71A
(106,199,26)
0 Favorites   0 Comments

Color spaces of #6ac71a

RGB 10619926
HSL0.260.770.44
HSV92°87°78°
CMYK 0.470.000.87   0.22
XYZ26.553743.98568.0678
Yxy43.98560.33780.5596
Hunter Lab66.3216-44.595539.2127
CIE-Lab72.2189-53.390968.0985

#6ac71a color RGB value is (106,199,26).

#6ac71a hex color red value is 106, green value is 199 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #6ac71a hue: 0.26 , saturation: 0.77 and the lightness value of 6ac71a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000111 00011010
Octal 152 307 32
Decimal 106 199 26
Hex 6A C7 1A

RGB Percentages of Color #6ac71a

%32.02
%60.12
%7.85

CMYK Percentages of Color #6ac71a

%47
%0
%87
%22

Triadic Colors of #6ac71a

#6ac71a #1a6ac7 #c71a6a

Analogous Colors of #6ac71a

#6ac71a #1ac721 #c1c71a

Monochromatic Colors of #6ac71a

#6ac71a

Complementary Color

#6ac71a #771ac7

#6ac71a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac71a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac71a Color CSS Codes

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

#6ac71a Text Font Color

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

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


#6ac71a Background Color

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

This div background color is #6ac71a


#6ac71a Border Color

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

This div border color is #6ac71a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac71a


Comments

No comments written yet.

Please login to write comment.