Color Hex Logo

#a6d84a Color Hex

#A6D84A
(166,216,74)
0 Favorites   0 Comments

Color spaces of #a6d84a

RGB 16621674
HSL0.230.650.57
HSV81°66°85°
CMYK 0.230.000.66   0.15
XYZ41.517857.713115.4301
Yxy57.71310.36210.5033
Hunter Lab75.9691-35.394241.1360
CIE-Lab80.5790-36.913962.2439

#a6d84a color RGB value is (166,216,74).

#a6d84a hex color red value is 166, green value is 216 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #a6d84a hue: 0.23 , saturation: 0.65 and the lightness value of a6d84a is 0.57.

The process color (four color CMYK) of #a6d84a color hex is 0.23, 0.00, 0.66, 0.15. Web safe color of #a6d84a is #99cc33. Color #a6d84a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011000 01001010
Octal 246 330 112
Decimal 166 216 74
Hex A6 D8 4A

RGB Percentages of Color #a6d84a

%36.40
%47.37
%16.23

CMYK Percentages of Color #a6d84a

%23
%0
%66
%15

Triadic Colors of #a6d84a

#a6d84a #4aa6d8 #d84aa6

Analogous Colors of #a6d84a

#a6d84a #5fd84a #d8c34a

Monochromatic Colors of #a6d84a

#a6d84a

Complementary Color

#a6d84a #7c4ad8

#a6d84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d84a Color CSS Codes

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

#a6d84a Text Font Color

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

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


#a6d84a Background Color

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

This div background color is #a6d84a


#a6d84a Border Color

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

This div border color is #a6d84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d84a


Comments

No comments written yet.

Please login to write comment.