Color Hex Logo

#a1c109 Color Hex

#A1C109
(161,193,9)
0 Favorites   0 Comments

Color spaces of #a1c109

RGB 1611939
HSL0.200.910.40
HSV70°95°76°
CMYK 0.170.000.95   0.24
XYZ33.817245.73677.3042
Yxy45.73670.38930.5266
Hunter Lab67.6289-29.093440.9367
CIE-Lab73.3744-30.935472.8292

#a1c109 color RGB value is (161,193,9).

#a1c109 hex color red value is 161, green value is 193 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #a1c109 hue: 0.20 , saturation: 0.91 and the lightness value of a1c109 is 0.40.

The process color (four color CMYK) of #a1c109 color hex is 0.17, 0.00, 0.95, 0.24. Web safe color of #a1c109 is #99cc00. Color #a1c109 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11000001 00001001
Octal 241 301 11
Decimal 161 193 9
Hex A1 C1 9

RGB Percentages of Color #a1c109

%44.35
%53.17
%2.48

CMYK Percentages of Color #a1c109

%17
%0
%95
%24

Triadic Colors of #a1c109

#a1c109 #09a1c1 #c109a1

Analogous Colors of #a1c109

#a1c109 #45c109 #c18509

Monochromatic Colors of #a1c109

#a1c109

Complementary Color

#a1c109 #2909c1

#a1c109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1c109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1c109 Color CSS Codes

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

#a1c109 Text Font Color

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

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


#a1c109 Background Color

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

This div background color is #a1c109


#a1c109 Border Color

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

This div border color is #a1c109


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(161,193,9, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a1c109; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a1c109;
  -webkit-box-shadow: 1px 1px 3px 2px #a1c109;
  box-shadow:         1px 1px 3px 2px #a1c109; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,193,9, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1c109


Comments

No comments written yet.

Please login to write comment.