Color Hex Logo

#a6d30f Color Hex

#A6D30F
(166,211,15)
0 Favorites   0 Comments

Color spaces of #a6d30f

RGB 16621115
HSL0.200.870.44
HSV74°93°83°
CMYK 0.210.000.93   0.17
XYZ39.106454.73008.9548
Yxy54.73000.38040.5324
Hunter Lab73.9797-35.107744.6091
CIE-Lab78.8855-37.106176.6205

#a6d30f color RGB value is (166,211,15).

#a6d30f hex color red value is 166, green value is 211 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #a6d30f hue: 0.20 , saturation: 0.87 and the lightness value of a6d30f is 0.44.

The process color (four color CMYK) of #a6d30f color hex is 0.21, 0.00, 0.93, 0.17. Web safe color of #a6d30f is #99cc00. Color #a6d30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11010011 00001111
Octal 246 323 17
Decimal 166 211 15
Hex A6 D3 F

RGB Percentages of Color #a6d30f

%42.35
%53.83
%3.83

CMYK Percentages of Color #a6d30f

%21
%0
%93
%17

Triadic Colors of #a6d30f

#a6d30f #0fa6d3 #d30fa6

Analogous Colors of #a6d30f

#a6d30f #44d30f #d39e0f

Monochromatic Colors of #a6d30f

#a6d30f

Complementary Color

#a6d30f #3c0fd3

#a6d30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d30f Color CSS Codes

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

#a6d30f Text Font Color

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

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


#a6d30f Background Color

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

This div background color is #a6d30f


#a6d30f Border Color

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

This div border color is #a6d30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d30f


Comments

No comments written yet.

Please login to write comment.