Color Hex Logo

#58a30a Color Hex

#58A30A
(88,163,10)
0 Favorites   0 Comments

Color spaces of #58a30a

RGB 8816310
HSL0.250.880.34
HSV89°94°64°
CMYK 0.460.000.94   0.36
XYZ17.176528.29104.8426
Yxy28.29100.34140.5623
Hunter Lab53.1893-35.438031.8345
CIE-Lab60.1507-45.551460.4341

#58a30a color RGB value is (88,163,10).

#58a30a hex color red value is 88, green value is 163 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #58a30a hue: 0.25 , saturation: 0.88 and the lightness value of 58a30a is 0.34.

The process color (four color CMYK) of #58a30a color hex is 0.46, 0.00, 0.94, 0.36. Web safe color of #58a30a is #669900. Color #58a30a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10100011 00001010
Octal 130 243 12
Decimal 88 163 10
Hex 58 A3 A

RGB Percentages of Color #58a30a

%33.72
%62.45
%3.83

CMYK Percentages of Color #58a30a

%46
%0
%94
%36

Triadic Colors of #58a30a

#58a30a #0a58a3 #a30a58

Analogous Colors of #58a30a

#58a30a #0ba30a #a3a20a

Monochromatic Colors of #58a30a

#58a30a

Complementary Color

#58a30a #550aa3

#58a30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58a30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58a30a Color CSS Codes

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

#58a30a Text Font Color

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

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


#58a30a Background Color

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

This div background color is #58a30a


#58a30a Border Color

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

This div border color is #58a30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58a30a


Comments

No comments written yet.

Please login to write comment.