Color Hex Logo

#aff16a Color Hex

#AFF16A
(175,241,106)
0 Favorites   0 Comments

Color spaces of #aff16a

RGB 175241106
HSL0.250.830.68
HSV89°56°95°
CMYK 0.270.000.56   0.05
XYZ51.736073.065225.0119
Yxy73.06520.34530.4877
Hunter Lab85.4782-41.549042.4858
CIE-Lab88.4788-42.094157.6482

#aff16a color RGB value is (175,241,106).

#aff16a hex color red value is 175, green value is 241 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aff16a hue: 0.25 , saturation: 0.83 and the lightness value of aff16a is 0.68.

The process color (four color CMYK) of #aff16a color hex is 0.27, 0.00, 0.56, 0.05. Web safe color of #aff16a is #99ff66. Color #aff16a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110001 01101010
Octal 257 361 152
Decimal 175 241 106
Hex AF F1 6A

RGB Percentages of Color #aff16a

%33.52
%46.17
%20.31

CMYK Percentages of Color #aff16a

%27
%0
%56
%5

Triadic Colors of #aff16a

#aff16a #6aaff1 #f16aaf

Analogous Colors of #aff16a

#aff16a #6cf16a #f1f06a

Monochromatic Colors of #aff16a

#aff16a

Complementary Color

#aff16a #ac6af1

#aff16a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff16a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff16a Color CSS Codes

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

#aff16a Text Font Color

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

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


#aff16a Background Color

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

This div background color is #aff16a


#aff16a Border Color

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

This div border color is #aff16a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,241,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aff16a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aff16a;
  -webkit-box-shadow: 1px 1px 3px 2px #aff16a;
  box-shadow:         1px 1px 3px 2px #aff16a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,241,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff16a


Comments

No comments written yet.

Please login to write comment.