Color Hex Logo

#aaf42a Color Hex

#AAF42A
(170,244,42)
0 Favorites   0 Comments

Color spaces of #aaf42a

RGB 17024442
HSL0.230.900.56
HSV82°83°96°
CMYK 0.300.000.83   0.04
XYZ49.346273.414613.7601
Yxy73.41460.36150.5378
Hunter Lab85.6823-47.142350.4560
CIE-Lab88.6451-49.196180.0572

#aaf42a color RGB value is (170,244,42).

#aaf42a hex color red value is 170, green value is 244 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #aaf42a hue: 0.23 , saturation: 0.90 and the lightness value of aaf42a is 0.56.

The process color (four color CMYK) of #aaf42a color hex is 0.30, 0.00, 0.83, 0.04. Web safe color of #aaf42a is #99ff33. Color #aaf42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 00101010
Octal 252 364 52
Decimal 170 244 42
Hex AA F4 2A

RGB Percentages of Color #aaf42a

%37.28
%53.51
%9.21

CMYK Percentages of Color #aaf42a

%30
%0
%83
%4

Triadic Colors of #aaf42a

#aaf42a #2aaaf4 #f42aaa

Analogous Colors of #aaf42a

#aaf42a #45f42a #f4d92a

Monochromatic Colors of #aaf42a

#aaf42a

Complementary Color

#aaf42a #742af4

#aaf42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf42a Color CSS Codes

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

#aaf42a Text Font Color

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

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


#aaf42a Background Color

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

This div background color is #aaf42a


#aaf42a Border Color

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

This div border color is #aaf42a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,244,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 #aaf42a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf42a


Comments

No comments written yet.

Please login to write comment.