Color Hex Logo

#aaf24f Color Hex

#AAF24F
(170,242,79)
0 Favorites   0 Comments

Color spaces of #aaf24f

RGB 17024279
HSL0.240.860.63
HSV87°67°95°
CMYK 0.300.000.67   0.05
XYZ49.741072.614818.7916
Yxy72.61480.35240.5145
Hunter Lab85.2143-44.931746.5753
CIE-Lab88.2637-46.483268.4130

#aaf24f color RGB value is (170,242,79).

#aaf24f hex color red value is 170, green value is 242 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aaf24f hue: 0.24 , saturation: 0.86 and the lightness value of aaf24f is 0.63.

The process color (four color CMYK) of #aaf24f color hex is 0.30, 0.00, 0.67, 0.05. Web safe color of #aaf24f is #99ff66. Color #aaf24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110010 01001111
Octal 252 362 117
Decimal 170 242 79
Hex AA F2 4F

RGB Percentages of Color #aaf24f

%34.62
%49.29
%16.09

CMYK Percentages of Color #aaf24f

%30
%0
%67
%5

Triadic Colors of #aaf24f

#aaf24f #4faaf2 #f24faa

Analogous Colors of #aaf24f

#aaf24f #59f24f #f2e94f

Monochromatic Colors of #aaf24f

#aaf24f

Complementary Color

#aaf24f #974ff2

#aaf24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf24f Color CSS Codes

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

#aaf24f Text Font Color

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

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


#aaf24f Background Color

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

This div background color is #aaf24f


#aaf24f Border Color

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

This div border color is #aaf24f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,242,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf24f


Comments

No comments written yet.

Please login to write comment.