Color Hex Logo

#a6c18d Color Hex

#A6C18D
(166,193,141)
0 Favorites   0 Comments

Color spaces of #a6c18d

RGB 166193141
HSL0.250.300.65
HSV91°27°76°
CMYK 0.140.000.27   0.24
XYZ39.603648.170032.4097
Yxy48.17000.32950.4008
Hunter Lab69.4046-19.602620.8967
CIE-Lab74.9320-18.495823.2423

#a6c18d color RGB value is (166,193,141).

#a6c18d hex color red value is 166, green value is 193 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a6c18d hue: 0.25 , saturation: 0.30 and the lightness value of a6c18d is 0.65.

The process color (four color CMYK) of #a6c18d color hex is 0.14, 0.00, 0.27, 0.24. Web safe color of #a6c18d is #99cc99. Color #a6c18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11000001 10001101
Octal 246 301 215
Decimal 166 193 141
Hex A6 C1 8D

RGB Percentages of Color #a6c18d

%33.20
%38.60
%28.20

CMYK Percentages of Color #a6c18d

%14
%0
%27
%24

Triadic Colors of #a6c18d

#a6c18d #8da6c1 #c18da6

Analogous Colors of #a6c18d

#a6c18d #8dc18e #c0c18d

Monochromatic Colors of #a6c18d

#a6c18d

Complementary Color

#a6c18d #a88dc1

#a6c18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6c18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6c18d Color CSS Codes

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

#a6c18d Text Font Color

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

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


#a6c18d Background Color

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

This div background color is #a6c18d


#a6c18d Border Color

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

This div border color is #a6c18d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,193,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6c18d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6c18d;
  -webkit-box-shadow: 1px 1px 3px 2px #a6c18d;
  box-shadow:         1px 1px 3px 2px #a6c18d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6c18d


Comments

No comments written yet.

Please login to write comment.