Color Hex Logo

#a9d641 Color Hex

#A9D641
(169,214,65)
0 Favorites   0 Comments

Color spaces of #a9d641

RGB 16921465
HSL0.220.650.55
HSV78°70°84°
CMYK 0.210.000.70   0.16
XYZ41.362956.909813.8057
Yxy56.90980.36910.5078
Hunter Lab75.4386-34.146241.9566
CIE-Lab80.1288-35.445965.2633

#a9d641 color RGB value is (169,214,65).

#a9d641 hex color red value is 169, green value is 214 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a9d641 hue: 0.22 , saturation: 0.65 and the lightness value of a9d641 is 0.55.

The process color (four color CMYK) of #a9d641 color hex is 0.21, 0.00, 0.70, 0.16. Web safe color of #a9d641 is #99cc33. Color #a9d641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11010110 01000001
Octal 251 326 101
Decimal 169 214 65
Hex A9 D6 41

RGB Percentages of Color #a9d641

%37.72
%47.77
%14.51

CMYK Percentages of Color #a9d641

%21
%0
%70
%16

Triadic Colors of #a9d641

#a9d641 #41a9d6 #d641a9

Analogous Colors of #a9d641

#a9d641 #5fd641 #d6b941

Monochromatic Colors of #a9d641

#a9d641

Complementary Color

#a9d641 #6e41d6

#a9d641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d641 Color CSS Codes

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

#a9d641 Text Font Color

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

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


#a9d641 Background Color

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

This div background color is #a9d641


#a9d641 Border Color

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

This div border color is #a9d641


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,214,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a9d641; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a9d641;
  -webkit-box-shadow: 1px 1px 3px 2px #a9d641;
  box-shadow:         1px 1px 3px 2px #a9d641; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,214,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d641


Comments

No comments written yet.

Please login to write comment.