Color Hex Logo

#a0c60a Color Hex

#A0C60A
(160,198,10)
0 Favorites   0 Comments

Color spaces of #a0c60a

RGB 16019810
HSL0.200.900.41
HSV72°95°78°
CMYK 0.190.000.95   0.22
XYZ34.746147.88377.6983
Yxy47.88370.38470.5301
Hunter Lab69.1980-31.467241.8426
CIE-Lab74.7515-33.656773.7676

#a0c60a color RGB value is (160,198,10).

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

The process color (four color CMYK) of #a0c60a color hex is 0.19, 0.00, 0.95, 0.22. Web safe color of #a0c60a is #99cc00. Color #a0c60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000110 00001010
Octal 240 306 12
Decimal 160 198 10
Hex A0 C6 A

RGB Percentages of Color #a0c60a

%43.48
%53.80
%2.72

CMYK Percentages of Color #a0c60a

%19
%0
%95
%22

Triadic Colors of #a0c60a

#a0c60a #0aa0c6 #c60aa0

Analogous Colors of #a0c60a

#a0c60a #42c60a #c68e0a

Monochromatic Colors of #a0c60a

#a0c60a

Complementary Color

#a0c60a #300ac6

#a0c60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c60a Color CSS Codes

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

#a0c60a Text Font Color

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

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


#a0c60a Background Color

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

This div background color is #a0c60a


#a0c60a Border Color

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

This div border color is #a0c60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c60a


Comments

No comments written yet.

Please login to write comment.