Color Hex Logo

#a6f749 Color Hex

#A6F749
(166,247,73)
0 Favorites   0 Comments

Color spaces of #a6f749

RGB 16624773
HSL0.240.920.63
HSV88°70°97°
CMYK 0.330.000.70   0.03
XYZ50.189275.109618.1557
Yxy75.10960.34990.5236
Hunter Lab86.6658-48.293748.2453
CIE-Lab89.4443-50.365671.7190

#a6f749 color RGB value is (166,247,73).

#a6f749 hex color red value is 166, green value is 247 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #a6f749 hue: 0.24 , saturation: 0.92 and the lightness value of a6f749 is 0.63.

The process color (four color CMYK) of #a6f749 color hex is 0.33, 0.00, 0.70, 0.03. Web safe color of #a6f749 is #99ff33. Color #a6f749 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11110111 01001001
Octal 246 367 111
Decimal 166 247 73
Hex A6 F7 49

RGB Percentages of Color #a6f749

%34.16
%50.82
%15.02

CMYK Percentages of Color #a6f749

%33
%0
%70
%3

Triadic Colors of #a6f749

#a6f749 #49a6f7 #f749a6

Analogous Colors of #a6f749

#a6f749 #4ff749 #f7f149

Monochromatic Colors of #a6f749

#a6f749

Complementary Color

#a6f749 #9a49f7

#a6f749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6f749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6f749 Color CSS Codes

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

#a6f749 Text Font Color

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

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


#a6f749 Background Color

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

This div background color is #a6f749


#a6f749 Border Color

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

This div border color is #a6f749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6f749

Related Colors


Comments

No comments written yet.

Please login to write comment.