Color Hex Logo

#4aaf66 Color Hex

#4AAF66
(74,175,102)
0 Favorites   0 Comments

Color spaces of #4aaf66

RGB 74175102
HSL0.380.410.49
HSV137°58°69°
CMYK 0.580.000.42   0.31
XYZ20.552333.075117.8713
Yxy33.07510.28740.4626
Hunter Lab57.5110-36.854821.8335
CIE-Lab64.2217-45.675228.8096

#4aaf66 color RGB value is (74,175,102).

#4aaf66 hex color red value is 74, green value is 175 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #4aaf66 hue: 0.38 , saturation: 0.41 and the lightness value of 4aaf66 is 0.49.

The process color (four color CMYK) of #4aaf66 color hex is 0.58, 0.00, 0.42, 0.31. Web safe color of #4aaf66 is #339966. Color #4aaf66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 10101111 01100110
Octal 112 257 146
Decimal 74 175 102
Hex 4A AF 66

RGB Percentages of Color #4aaf66

%21.08
%49.86
%29.06

CMYK Percentages of Color #4aaf66

%58
%0
%42
%31

Triadic Colors of #4aaf66

#4aaf66 #664aaf #af664a

Analogous Colors of #4aaf66

#4aaf66 #4aaf99 #61af4a

Monochromatic Colors of #4aaf66

#4aaf66

Complementary Color

#4aaf66 #af4a93

#4aaf66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aaf66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aaf66 Color CSS Codes

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

#4aaf66 Text Font Color

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

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


#4aaf66 Background Color

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

This div background color is #4aaf66


#4aaf66 Border Color

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

This div border color is #4aaf66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aaf66


Comments

No comments written yet.

Please login to write comment.