Color Hex Logo

#a9f90d Color Hex

#A9F90D
(169,249,13)
0 Favorites   0 Comments

Color spaces of #a9f90d

RGB 16924913
HSL0.220.950.51
HSV80°95°98°
CMYK 0.320.000.95   0.02
XYZ50.310576.215412.4402
Yxy76.21540.36200.5484
Hunter Lab87.3014-49.910652.6623
CIE-Lab89.9593-52.259885.6406

#a9f90d color RGB value is (169,249,13).

#a9f90d hex color red value is 169, green value is 249 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #a9f90d hue: 0.22 , saturation: 0.95 and the lightness value of a9f90d is 0.51.

The process color (four color CMYK) of #a9f90d color hex is 0.32, 0.00, 0.95, 0.02. Web safe color of #a9f90d is #99ff00. Color #a9f90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111001 00001101
Octal 251 371 15
Decimal 169 249 13
Hex A9 F9 D

RGB Percentages of Color #a9f90d

%39.21
%57.77
%3.02

CMYK Percentages of Color #a9f90d

%32
%0
%95
%2

Triadic Colors of #a9f90d

#a9f90d #0da9f9 #f90da9

Analogous Colors of #a9f90d

#a9f90d #33f90d #f9d30d

Monochromatic Colors of #a9f90d

#a9f90d

Complementary Color

#a9f90d #5d0df9

#a9f90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9f90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9f90d Color CSS Codes

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

#a9f90d Text Font Color

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

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


#a9f90d Background Color

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

This div background color is #a9f90d


#a9f90d Border Color

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

This div border color is #a9f90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9f90d


Comments

No comments written yet.

Please login to write comment.