Color Hex Logo

#aff99a Color Hex

#AFF99A
(175,249,154)
0 Favorites   0 Comments

Color spaces of #aff99a

RGB 175249154
HSL0.300.890.79
HSV107°38°98°
CMYK 0.300.000.38   0.02
XYZ57.387679.198442.8340
Yxy79.19840.31990.4414
Hunter Lab88.9935-40.632633.7582
CIE-Lab91.3240-40.003038.4957

#aff99a color RGB value is (175,249,154).

#aff99a hex color red value is 175, green value is 249 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aff99a hue: 0.30 , saturation: 0.89 and the lightness value of aff99a is 0.79.

The process color (four color CMYK) of #aff99a color hex is 0.30, 0.00, 0.38, 0.02. Web safe color of #aff99a is #99ff99. Color #aff99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 10011010
Octal 257 371 232
Decimal 175 249 154
Hex AF F9 9A

RGB Percentages of Color #aff99a

%30.28
%43.08
%26.64

CMYK Percentages of Color #aff99a

%30
%0
%38
%2

Triadic Colors of #aff99a

#aff99a #9aaff9 #f99aaf

Analogous Colors of #aff99a

#aff99a #9af9b5 #dff99a

Monochromatic Colors of #aff99a

#aff99a

Complementary Color

#aff99a #e49af9

#aff99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff99a Color CSS Codes

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

#aff99a Text Font Color

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

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


#aff99a Background Color

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

This div background color is #aff99a


#aff99a Border Color

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

This div border color is #aff99a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff99a

Related Colors


Comments

No comments written yet.

Please login to write comment.