Color Hex Logo

#a0c98e Color Hex

#A0C98E
(160,201,142)
0 Favorites   0 Comments

Color spaces of #a0c98e

RGB 160201142
HSL0.280.350.67
HSV102°29°79°
CMYK 0.200.000.29   0.21
XYZ40.266351.199933.3515
Yxy51.19990.32260.4102
Hunter Lab71.5541-24.770722.4527
CIE-Lab76.7999-24.475725.1817

#a0c98e color RGB value is (160,201,142).

#a0c98e hex color red value is 160, green value is 201 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a0c98e hue: 0.28 , saturation: 0.35 and the lightness value of a0c98e is 0.67.

The process color (four color CMYK) of #a0c98e color hex is 0.20, 0.00, 0.29, 0.21. Web safe color of #a0c98e is #99cc99. Color #a0c98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001001 10001110
Octal 240 311 216
Decimal 160 201 142
Hex A0 C9 8E

RGB Percentages of Color #a0c98e

%31.81
%39.96
%28.23

CMYK Percentages of Color #a0c98e

%20
%0
%29
%21

Triadic Colors of #a0c98e

#a0c98e #8ea0c9 #c98ea0

Analogous Colors of #a0c98e

#a0c98e #8ec99a #bec98e

Monochromatic Colors of #a0c98e

#a0c98e

Complementary Color

#a0c98e #b78ec9

#a0c98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c98e Color CSS Codes

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

#a0c98e Text Font Color

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

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


#a0c98e Background Color

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

This div background color is #a0c98e


#a0c98e Border Color

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

This div border color is #a0c98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c98e


Comments

No comments written yet.

Please login to write comment.