Color Hex Logo

#4af94a Color Hex

#4AF94A
(74,249,74)
0 Favorites   0 Comments

Color spaces of #4af94a

RGB 7424974
HSL0.330.940.63
HSV120°70°98°
CMYK 0.700.000.70   0.02
XYZ37.935869.701617.9329
Yxy69.70160.30210.5551
Hunter Lab83.4875-64.994645.7059
CIE-Lab86.8503-75.185467.6988

#4af94a color RGB value is (74,249,74).

#4af94a hex color red value is 74, green value is 249 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #4af94a hue: 0.33 , saturation: 0.94 and the lightness value of 4af94a is 0.63.

The process color (four color CMYK) of #4af94a color hex is 0.70, 0.00, 0.70, 0.02. Web safe color of #4af94a is #33ff33. Color #4af94a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111001 01001010
Octal 112 371 112
Decimal 74 249 74
Hex 4A F9 4A

RGB Percentages of Color #4af94a

%18.64
%62.72
%18.64

CMYK Percentages of Color #4af94a

%70
%0
%70
%2

Triadic Colors of #4af94a

#4af94a #4a4af9 #f94a4a

Analogous Colors of #4af94a

#4af94a #4af9a2 #a2f94a

Monochromatic Colors of #4af94a

#4af94a

Complementary Color

#4af94a #f94af9

#4af94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af94a Color CSS Codes

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

#4af94a Text Font Color

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

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


#4af94a Background Color

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

This div background color is #4af94a


#4af94a Border Color

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

This div border color is #4af94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af94a


Comments

No comments written yet.

Please login to write comment.