color codes Logo

#6ac11f color codes

#6AC11F
(106,193,31)
0 Favorites   0 Comments

Color spaces of #6ac11f

RGB 10619331
HSL0.260.720.44
HSV92°84°76°
CMYK 0.450.000.84   0.24
XYZ25.261141.30307.9372
Yxy41.30300.33910.5544
Hunter Lab64.2674-42.306337.6647
CIE-Lab70.3877-50.890165.3970

#6ac11f color RGB value is (106,193,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000001 00011111
Octal 152 301 37
Decimal 106 193 31
Hex 6A C1 1F

RGB Percentages of Color #6ac11f

%32.12
%58.48
%9.39

CMYK Percentages of Color #6ac11f

%45
%0
%84
%24

Triadic Colors of #6ac11f

#6ac11f #1f6ac1 #c11f6a

Analogous Colors of #6ac11f

#6ac11f #1fc125 #bbc11f

Monochromatic Colors of #6ac11f

#6ac11f

Complementary Color

#6ac11f #761fc1

#6ac11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac11f Color CSS Codes

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

#6ac11f Text Font Color

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

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


#6ac11f Background Color

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

This div background color is #6ac11f


#6ac11f Border Color

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

This div border color is #6ac11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac11f


Comments

No comments written yet.

Please login to write comment.