Color Hex Logo

#a0f67e Color Hex

#A0F67E
(160,246,126)
0 Favorites   0 Comments

Color spaces of #a0f67e

RGB 160246126
HSL0.290.870.73
HSV103°49°96°
CMYK 0.350.000.49   0.04
XYZ51.218974.891531.4946
Yxy74.89150.32500.4752
Hunter Lab86.5399-45.799039.0004
CIE-Lab89.3421-47.180149.3562

#a0f67e color RGB value is (160,246,126).

#a0f67e hex color red value is 160, green value is 246 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a0f67e hue: 0.29 , saturation: 0.87 and the lightness value of a0f67e is 0.73.

The process color (four color CMYK) of #a0f67e color hex is 0.35, 0.00, 0.49, 0.04. Web safe color of #a0f67e is #99ff66. Color #a0f67e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11110110 01111110
Octal 240 366 176
Decimal 160 246 126
Hex A0 F6 7E

RGB Percentages of Color #a0f67e

%30.08
%46.24
%23.68

CMYK Percentages of Color #a0f67e

%35
%0
%49
%4

Triadic Colors of #a0f67e

#a0f67e #7ea0f6 #f67ea0

Analogous Colors of #a0f67e

#a0f67e #7ef698 #dcf67e

Monochromatic Colors of #a0f67e

#a0f67e

Complementary Color

#a0f67e #d47ef6

#a0f67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0f67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0f67e Color CSS Codes

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

#a0f67e Text Font Color

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

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


#a0f67e Background Color

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

This div background color is #a0f67e


#a0f67e Border Color

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

This div border color is #a0f67e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,246,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0f67e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0f67e;
  -webkit-box-shadow: 1px 1px 3px 2px #a0f67e;
  box-shadow:         1px 1px 3px 2px #a0f67e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,246,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0f67e


Comments

No comments written yet.

Please login to write comment.