Color Hex Logo

#a0d65b Color Hex

#A0D65B
(160,214,91)
0 Favorites   0 Comments

Color spaces of #a0d65b

RGB 16021491
HSL0.240.600.60
HSV86°57°84°
CMYK 0.250.000.57   0.16
XYZ40.432156.322018.6378
Yxy56.32200.35040.4881
Hunter Lab75.0480-35.167137.8092
CIE-Lab79.7967-36.878254.1194

#a0d65b color RGB value is (160,214,91).

#a0d65b hex color red value is 160, green value is 214 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a0d65b hue: 0.24 , saturation: 0.60 and the lightness value of a0d65b is 0.60.

The process color (four color CMYK) of #a0d65b color hex is 0.25, 0.00, 0.57, 0.16. Web safe color of #a0d65b is #99cc66. Color #a0d65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11010110 01011011
Octal 240 326 133
Decimal 160 214 91
Hex A0 D6 5B

RGB Percentages of Color #a0d65b

%34.41
%46.02
%19.57

CMYK Percentages of Color #a0d65b

%25
%0
%57
%16

Triadic Colors of #a0d65b

#a0d65b #5ba0d6 #d65ba0

Analogous Colors of #a0d65b

#a0d65b #62d65b #d6cf5b

Monochromatic Colors of #a0d65b

#a0d65b

Complementary Color

#a0d65b #915bd6

#a0d65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0d65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0d65b Color CSS Codes

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

#a0d65b Text Font Color

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

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


#a0d65b Background Color

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

This div background color is #a0d65b


#a0d65b Border Color

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

This div border color is #a0d65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0d65b


Comments

No comments written yet.

Please login to write comment.