Color Hex Logo

#a0c50d Color Hex

#A0C50D
(160,197,13)
0 Favorites   0 Comments

Color spaces of #a0c50d

RGB 16019713
HSL0.200.880.41
HSV72°93°77°
CMYK 0.190.000.93   0.23
XYZ34.536147.43517.7164
Yxy47.43510.38510.5289
Hunter Lab68.8731-31.020141.5685
CIE-Lab74.4672-33.153073.2127

#a0c50d color RGB value is (160,197,13).

#a0c50d hex color red value is 160, green value is 197 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a0c50d hue: 0.20 , saturation: 0.88 and the lightness value of a0c50d is 0.41.

The process color (four color CMYK) of #a0c50d color hex is 0.19, 0.00, 0.93, 0.23. Web safe color of #a0c50d is #99cc00. Color #a0c50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000101 00001101
Octal 240 305 15
Decimal 160 197 13
Hex A0 C5 D

RGB Percentages of Color #a0c50d

%43.24
%53.24
%3.51

CMYK Percentages of Color #a0c50d

%19
%0
%93
%23

Triadic Colors of #a0c50d

#a0c50d #0da0c5 #c50da0

Analogous Colors of #a0c50d

#a0c50d #44c50d #c58e0d

Monochromatic Colors of #a0c50d

#a0c50d

Complementary Color

#a0c50d #320dc5

#a0c50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c50d Color CSS Codes

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

#a0c50d Text Font Color

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

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


#a0c50d Background Color

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

This div background color is #a0c50d


#a0c50d Border Color

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

This div border color is #a0c50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c50d


Comments

No comments written yet.

Please login to write comment.