Color Hex Logo

#a0fa9e Color Hex

#A0FA9E
(160,250,158)
0 Favorites   0 Comments

Color spaces of #a0fa9e

RGB 160250158
HSL0.330.900.80
HSV119°37°98°
CMYK 0.360.000.37   0.02
XYZ54.854478.313444.5726
Yxy78.31340.30860.4406
Hunter Lab88.4949-44.221032.0835
CIE-Lab90.9227-44.585435.8474

#a0fa9e color RGB value is (160,250,158).

#a0fa9e hex color red value is 160, green value is 250 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a0fa9e hue: 0.33 , saturation: 0.90 and the lightness value of a0fa9e is 0.80.

The process color (four color CMYK) of #a0fa9e color hex is 0.36, 0.00, 0.37, 0.02. Web safe color of #a0fa9e is #99ff99. Color #a0fa9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111010 10011110
Octal 240 372 236
Decimal 160 250 158
Hex A0 FA 9E

RGB Percentages of Color #a0fa9e

%28.17
%44.01
%27.82

CMYK Percentages of Color #a0fa9e

%36
%0
%37
%2

Triadic Colors of #a0fa9e

#a0fa9e #9ea0fa #fa9ea0

Analogous Colors of #a0fa9e

#a0fa9e #9efaca #cefa9e

Monochromatic Colors of #a0fa9e

#a0fa9e

Complementary Color

#a0fa9e #f89efa

#a0fa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0fa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0fa9e Color CSS Codes

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

#a0fa9e Text Font Color

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

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


#a0fa9e Background Color

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

This div background color is #a0fa9e


#a0fa9e Border Color

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

This div border color is #a0fa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0fa9e

Related Colors


Comments

No comments written yet.

Please login to write comment.