Color Hex Logo

#a9cf2a Color Hex

#A9CF2A
(169,207,42)
0 Favorites   0 Comments

Color spaces of #a9cf2a

RGB 16920742
HSL0.210.660.49
HSV74°80°81°
CMYK 0.180.000.80   0.19
XYZ39.092953.227810.4041
Yxy53.22780.38060.5182
Hunter Lab72.9574-32.029442.6151
CIE-Lab78.0093-33.372270.6502

#a9cf2a color RGB value is (169,207,42).

#a9cf2a hex color red value is 169, green value is 207 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #a9cf2a hue: 0.21 , saturation: 0.66 and the lightness value of a9cf2a is 0.49.

The process color (four color CMYK) of #a9cf2a color hex is 0.18, 0.00, 0.80, 0.19. Web safe color of #a9cf2a is #99cc33. Color #a9cf2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11001111 00101010
Octal 251 317 52
Decimal 169 207 42
Hex A9 CF 2A

RGB Percentages of Color #a9cf2a

%40.43
%49.52
%10.05

CMYK Percentages of Color #a9cf2a

%18
%0
%80
%19

Triadic Colors of #a9cf2a

#a9cf2a #2aa9cf #cf2aa9

Analogous Colors of #a9cf2a

#a9cf2a #57cf2a #cfa32a

Monochromatic Colors of #a9cf2a

#a9cf2a

Complementary Color

#a9cf2a #502acf

#a9cf2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9cf2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9cf2a Color CSS Codes

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

#a9cf2a Text Font Color

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

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


#a9cf2a Background Color

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

This div background color is #a9cf2a


#a9cf2a Border Color

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

This div border color is #a9cf2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9cf2a


Comments

No comments written yet.

Please login to write comment.