Color Hex Logo

#a3c200 Color Hex

#A3C200
(163,194,0)
0 Favorites   0 Comments

Color spaces of #a3c200

RGB 1631940
HSL0.191.000.38
HSV70°100°76°
CMYK 0.160.001.00   0.24
XYZ34.396046.37017.1375
Yxy46.37010.39130.5275
Hunter Lab68.0956-29.004541.4524
CIE-Lab73.7850-30.695774.1603

#a3c200 color RGB value is (163,194,0).

#a3c200 hex color red value is 163, green value is 194 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #a3c200 hue: 0.19 , saturation: 1.00 and the lightness value of a3c200 is 0.38.

The process color (four color CMYK) of #a3c200 color hex is 0.16, 0.00, 1.00, 0.24. Web safe color of #a3c200 is #99cc00. Color #a3c200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11000010 00000000
Octal 243 302 0
Decimal 163 194 0
Hex A3 C2 0

RGB Percentages of Color #a3c200

%45.66
%54.34
%0.00

CMYK Percentages of Color #a3c200

%16
%0
%100
%24

Triadic Colors of #a3c200

#a3c200 #00a3c2 #c200a3

Analogous Colors of #a3c200

#a3c200 #42c200 #c28000

Monochromatic Colors of #a3c200

#a3c200

Complementary Color

#a3c200 #1f00c2

#a3c200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3c200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3c200 Color CSS Codes

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

#a3c200 Text Font Color

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

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


#a3c200 Background Color

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

This div background color is #a3c200


#a3c200 Border Color

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

This div border color is #a3c200


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,194,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3c200; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3c200;
  -webkit-box-shadow: 1px 1px 3px 2px #a3c200;
  box-shadow:         1px 1px 3px 2px #a3c200; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,194,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3c200


Comments

No comments written yet.

Please login to write comment.