color codes Logo

#a2cc05 color codes

#A2CC05
(162,204,5)
0 Favorites   0 Comments

Color spaces of #a2cc05

RGB 1622045
HSL0.200.950.41
HSV73°98°80°
CMYK 0.210.000.98   0.20
XYZ36.520650.87818.0392
Yxy50.87810.38270.5331
Hunter Lab71.3289-33.433043.2479
CIE-Lab76.6051-35.661075.7603

#a2cc05 color RGB value is (162,204,5).

#a2cc05 hex color red value is 162, green value is 204 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #a2cc05 hue: 0.20 , saturation: 0.95 and the lightness value of a2cc05 is 0.41.

The process color (four color CMYK) of #a2cc05 color code is 0.21, 0.00, 0.98, 0.20. Web safe color of #a2cc05 is #99cc00. Color #a2cc05 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001100 00000101
Octal 242 314 5
Decimal 162 204 5
Hex A2 CC 5

RGB Percentages of Color #a2cc05

%43.67
%54.99
%1.35

CMYK Percentages of Color #a2cc05

%21
%0
%98
%20

Triadic Colors of #a2cc05

#a2cc05 #05a2cc #cc05a2

Analogous Colors of #a2cc05

#a2cc05 #3fcc05 #cc9305

Monochromatic Colors of #a2cc05

#a2cc05

Complementary Color

#a2cc05 #2f05cc

#a2cc05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cc05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cc05 Color CSS Codes

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

#a2cc05 Text Font Color

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

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


#a2cc05 Background Color

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

This div background color is #a2cc05


#a2cc05 Border Color

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

This div border color is #a2cc05


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,204,5, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2cc05; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2cc05;
  -webkit-box-shadow: 1px 1px 3px 2px #a2cc05;
  box-shadow:         1px 1px 3px 2px #a2cc05; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,204,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cc05


Comments

No comments written yet.

Please login to write comment.