Color Hex Logo

#42ac0f Color Hex

#42AC0F
(66,172,15)
0 Favorites   0 Comments

Color spaces of #42ac0f

RGB 6617215
HSL0.280.840.37
HSV101°91°67°
CMYK 0.620.000.91   0.33
XYZ17.085530.69785.4767
Yxy30.69780.32080.5764
Hunter Lab55.4056-41.915532.9233
CIE-Lab62.2517-55.107361.0895

#42ac0f color RGB value is (66,172,15).

#42ac0f hex color red value is 66, green value is 172 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #42ac0f hue: 0.28 , saturation: 0.84 and the lightness value of 42ac0f is 0.37.

The process color (four color CMYK) of #42ac0f color hex is 0.62, 0.00, 0.91, 0.33. Web safe color of #42ac0f is #339900. Color #42ac0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101100 00001111
Octal 102 254 17
Decimal 66 172 15
Hex 42 AC F

RGB Percentages of Color #42ac0f

%26.09
%67.98
%5.93

CMYK Percentages of Color #42ac0f

%62
%0
%91
%33

Triadic Colors of #42ac0f

#42ac0f #0f42ac #ac0f42

Analogous Colors of #42ac0f

#42ac0f #0fac2a #91ac0f

Monochromatic Colors of #42ac0f

#42ac0f

Complementary Color

#42ac0f #790fac

#42ac0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ac0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ac0f Color CSS Codes

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

#42ac0f Text Font Color

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

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


#42ac0f Background Color

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

This div background color is #42ac0f


#42ac0f Border Color

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

This div border color is #42ac0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ac0f


Comments

No comments written yet.

Please login to write comment.