Color Hex Logo

#afc55a Color Hex

#AFC55A
(175,197,90)
0 Favorites   0 Comments

Color spaces of #afc55a

RGB 17519790
HSL0.200.480.56
HSV72°54°77°
CMYK 0.110.000.54   0.23
XYZ39.490949.784617.2009
Yxy49.78460.37090.4676
Hunter Lab70.5582-23.571734.9368
CIE-Lab75.9369-23.181650.3949

#afc55a color RGB value is (175,197,90).

#afc55a hex color red value is 175, green value is 197 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #afc55a hue: 0.20 , saturation: 0.48 and the lightness value of afc55a is 0.56.

The process color (four color CMYK) of #afc55a color hex is 0.11, 0.00, 0.54, 0.23. Web safe color of #afc55a is #99cc66. Color #afc55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01011010
Octal 257 305 132
Decimal 175 197 90
Hex AF C5 5A

RGB Percentages of Color #afc55a

%37.88
%42.64
%19.48

CMYK Percentages of Color #afc55a

%11
%0
%54
%23

Triadic Colors of #afc55a

#afc55a #5aafc5 #c55aaf

Analogous Colors of #afc55a

#afc55a #7ac55a #c5a65a

Monochromatic Colors of #afc55a

#afc55a

Complementary Color

#afc55a #705ac5

#afc55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc55a Color CSS Codes

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

#afc55a Text Font Color

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

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


#afc55a Background Color

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

This div background color is #afc55a


#afc55a Border Color

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

This div border color is #afc55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc55a


Comments

No comments written yet.

Please login to write comment.