Color Hex Logo

#a0c63c Color Hex

#A0C63C
(160,198,60)
0 Favorites   0 Comments

Color spaces of #a0c63c

RGB 16019860
HSL0.210.550.51
HSV77°70°78°
CMYK 0.190.000.70   0.22
XYZ35.506948.188011.7048
Yxy48.18800.37220.5051
Hunter Lab69.4176-30.178538.5952
CIE-Lab74.9434-31.893161.7024

#a0c63c color RGB value is (160,198,60).

#a0c63c hex color red value is 160, green value is 198 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #a0c63c hue: 0.21 , saturation: 0.55 and the lightness value of a0c63c is 0.51.

The process color (four color CMYK) of #a0c63c color hex is 0.19, 0.00, 0.70, 0.22. Web safe color of #a0c63c is #99cc33. Color #a0c63c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11000110 00111100
Octal 240 306 74
Decimal 160 198 60
Hex A0 C6 3C

RGB Percentages of Color #a0c63c

%38.28
%47.37
%14.35

CMYK Percentages of Color #a0c63c

%19
%0
%70
%22

Triadic Colors of #a0c63c

#a0c63c #3ca0c6 #c63ca0

Analogous Colors of #a0c63c

#a0c63c #5bc63c #c6a73c

Monochromatic Colors of #a0c63c

#a0c63c

Complementary Color

#a0c63c #623cc6

#a0c63c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0c63c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0c63c Color CSS Codes

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

#a0c63c Text Font Color

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

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


#a0c63c Background Color

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

This div background color is #a0c63c


#a0c63c Border Color

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

This div border color is #a0c63c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0c63c


Comments

No comments written yet.

Please login to write comment.