Color Hex Logo

#58a24f Color Hex

#58A24F
(88,162,79)
0 Favorites   0 Comments

Color spaces of #58a24f

RGB 8816279
HSL0.320.340.47
HSV113°51°64°
CMYK 0.460.000.51   0.36
XYZ18.356128.479911.9268
Yxy28.47990.31240.4847
Hunter Lab53.3666-31.994224.1060
CIE-Lab60.3198-39.951935.8920

#58a24f color RGB value is (88,162,79).

#58a24f hex color red value is 88, green value is 162 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #58a24f hue: 0.32 , saturation: 0.34 and the lightness value of 58a24f is 0.47.

The process color (four color CMYK) of #58a24f color hex is 0.46, 0.00, 0.51, 0.36. Web safe color of #58a24f is #669966. Color #58a24f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100010 01001111
Octal 130 242 117
Decimal 88 162 79
Hex 58 A2 4F

RGB Percentages of Color #58a24f

%26.75
%49.24
%24.01

CMYK Percentages of Color #58a24f

%46
%0
%51
%36

Triadic Colors of #58a24f

#58a24f #4f58a2 #a24f58

Analogous Colors of #58a24f

#58a24f #4fa270 #82a24f

Monochromatic Colors of #58a24f

#58a24f

Complementary Color

#58a24f #994fa2

#58a24f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a24f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a24f Color CSS Codes

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

#58a24f Text Font Color

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

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


#58a24f Background Color

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

This div background color is #58a24f


#58a24f Border Color

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

This div border color is #58a24f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,162,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58a24f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58a24f;
  -webkit-box-shadow: 1px 1px 3px 2px #58a24f;
  box-shadow:         1px 1px 3px 2px #58a24f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a24f


Comments

No comments written yet.

Please login to write comment.