Color Hex Logo

#6ac25b Color Hex

#6AC25B
(106,194,91)
0 Favorites   0 Comments

Color spaces of #6ac25b

RGB 10619491
HSL0.310.460.56
HSV111°53°76°
CMYK 0.450.000.53   0.24
XYZ27.124042.403116.6526
Yxy42.40310.31470.4920
Hunter Lab65.1177-39.603830.4201
CIE-Lab71.1480-46.451443.2994

#6ac25b color RGB value is (106,194,91).

#6ac25b hex color red value is 106, green value is 194 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #6ac25b hue: 0.31 , saturation: 0.46 and the lightness value of 6ac25b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000010 01011011
Octal 152 302 133
Decimal 106 194 91
Hex 6A C2 5B

RGB Percentages of Color #6ac25b

%27.11
%49.62
%23.27

CMYK Percentages of Color #6ac25b

%45
%0
%53
%24

Triadic Colors of #6ac25b

#6ac25b #5b6ac2 #c25b6a

Analogous Colors of #6ac25b

#6ac25b #5bc280 #9ec25b

Monochromatic Colors of #6ac25b

#6ac25b

Complementary Color

#6ac25b #b35bc2

#6ac25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac25b Color CSS Codes

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

#6ac25b Text Font Color

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

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


#6ac25b Background Color

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

This div background color is #6ac25b


#6ac25b Border Color

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

This div border color is #6ac25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac25b


Comments

No comments written yet.

Please login to write comment.