Color Hex Logo

#a0e98d Color Hex

#A0E98D
(160,233,141)
0 Favorites   0 Comments

Color spaces of #a0e98d

RGB 160233141
HSL0.300.680.73
HSV108°39°91°
CMYK 0.310.000.39   0.09
XYZ48.443867.674535.7085
Yxy67.67450.31910.4457
Hunter Lab82.2645-38.848131.8492
CIE-Lab85.8434-39.584737.6700

#a0e98d color RGB value is (160,233,141).

#a0e98d hex color red value is 160, green value is 233 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #a0e98d hue: 0.30 , saturation: 0.68 and the lightness value of a0e98d is 0.73.

The process color (four color CMYK) of #a0e98d color hex is 0.31, 0.00, 0.39, 0.09. Web safe color of #a0e98d is #99ff99. Color #a0e98d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11101001 10001101
Octal 240 351 215
Decimal 160 233 141
Hex A0 E9 8D

RGB Percentages of Color #a0e98d

%29.96
%43.63
%26.40

CMYK Percentages of Color #a0e98d

%31
%0
%39
%9

Triadic Colors of #a0e98d

#a0e98d #8da0e9 #e98da0

Analogous Colors of #a0e98d

#a0e98d #8de9a8 #cee98d

Monochromatic Colors of #a0e98d

#a0e98d

Complementary Color

#a0e98d #d68de9

#a0e98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0e98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0e98d Color CSS Codes

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

#a0e98d Text Font Color

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

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


#a0e98d Background Color

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

This div background color is #a0e98d


#a0e98d Border Color

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

This div border color is #a0e98d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0e98d


Comments

No comments written yet.

Please login to write comment.