Color Hex Logo

#a9d98f Color Hex

#A9D98F
(169,217,143)
0 Favorites   0 Comments

Color spaces of #a9d98f

RGB 169217143
HSL0.270.490.71
HSV99°34°85°
CMYK 0.220.000.34   0.15
XYZ46.133060.043935.1448
Yxy60.04390.32640.4249
Hunter Lab77.4880-29.332827.3505
CIE-Lab81.8620-28.877831.5352

#a9d98f color RGB value is (169,217,143).

#a9d98f hex color red value is 169, green value is 217 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a9d98f hue: 0.27 , saturation: 0.49 and the lightness value of a9d98f is 0.71.

The process color (four color CMYK) of #a9d98f color hex is 0.22, 0.00, 0.34, 0.15. Web safe color of #a9d98f is #99cc99. Color #a9d98f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11011001 10001111
Octal 251 331 217
Decimal 169 217 143
Hex A9 D9 8F

RGB Percentages of Color #a9d98f

%31.95
%41.02
%27.03

CMYK Percentages of Color #a9d98f

%22
%0
%34
%15

Triadic Colors of #a9d98f

#a9d98f #8fa9d9 #d98fa9

Analogous Colors of #a9d98f

#a9d98f #8fd99a #ced98f

Monochromatic Colors of #a9d98f

#a9d98f

Complementary Color

#a9d98f #bf8fd9

#a9d98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9d98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9d98f Color CSS Codes

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

#a9d98f Text Font Color

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

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


#a9d98f Background Color

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

This div background color is #a9d98f


#a9d98f Border Color

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

This div border color is #a9d98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9d98f


Comments

No comments written yet.

Please login to write comment.