Color Hex Logo

#66ac42 Color Hex

#66AC42
(102,172,66)
0 Favorites   0 Comments

Color spaces of #66ac42

RGB 10217266
HSL0.280.450.47
HSV100°62°67°
CMYK 0.410.000.62   0.33
XYZ21.215432.723210.3523
Yxy32.72320.33000.5090
Hunter Lab57.2042-33.906829.3132
CIE-Lab63.9362-41.251146.5382

#66ac42 color RGB value is (102,172,66).

#66ac42 hex color red value is 102, green value is 172 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #66ac42 hue: 0.28 , saturation: 0.45 and the lightness value of 66ac42 is 0.47.

The process color (four color CMYK) of #66ac42 color hex is 0.41, 0.00, 0.62, 0.33. Web safe color of #66ac42 is #669933. Color #66ac42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 10101100 01000010
Octal 146 254 102
Decimal 102 172 66
Hex 66 AC 42

RGB Percentages of Color #66ac42

%30.00
%50.59
%19.41

CMYK Percentages of Color #66ac42

%41
%0
%62
%33

Triadic Colors of #66ac42

#66ac42 #4266ac #ac4266

Analogous Colors of #66ac42

#66ac42 #42ac53 #9bac42

Monochromatic Colors of #66ac42

#66ac42

Complementary Color

#66ac42 #8842ac

#66ac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66ac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#66ac42 Color CSS Codes

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

#66ac42 Text Font Color

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

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


#66ac42 Background Color

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

This div background color is #66ac42


#66ac42 Border Color

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

This div border color is #66ac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66ac42


Comments

No comments written yet.

Please login to write comment.