Color Hex Logo

#6ac901 Color Hex

#6AC901
(106,201,1)
0 Favorites   0 Comments

Color spaces of #6ac901

RGB 1062011
HSL0.250.990.40
HSV88°100°79°
CMYK 0.470.001.00   0.21
XYZ26.836044.83977.2692
Yxy44.83970.33990.5680
Hunter Lab66.9625-45.648340.4374
CIE-Lab72.7862-54.682171.9452

#6ac901 color RGB value is (106,201,1).

#6ac901 hex color red value is 106, green value is 201 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #6ac901 hue: 0.25 , saturation: 0.99 and the lightness value of 6ac901 is 0.40.

The process color (four color CMYK) of #6ac901 color hex is 0.47, 0.00, 1.00, 0.21. Web safe color of #6ac901 is #66cc00. Color #6ac901 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001001 00000001
Octal 152 311 1
Decimal 106 201 1
Hex 6A C9 1

RGB Percentages of Color #6ac901

%34.42
%65.26
%0.32

CMYK Percentages of Color #6ac901

%47
%0
%100
%21

Triadic Colors of #6ac901

#6ac901 #016ac9 #c9016a

Analogous Colors of #6ac901

#6ac901 #06c901 #c9c401

Monochromatic Colors of #6ac901

#6ac901

Complementary Color

#6ac901 #6001c9

#6ac901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac901 Color CSS Codes

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

#6ac901 Text Font Color

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

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


#6ac901 Background Color

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

This div background color is #6ac901


#6ac901 Border Color

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

This div border color is #6ac901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac901


Comments

No comments written yet.

Please login to write comment.