Color Hex Logo

#5fa50a Color Hex

#5FA50A
(95,165,10)
0 Favorites   0 Comments

Color spaces of #5fa50a

RGB 9516510
HSL0.240.890.34
HSV87°94°65°
CMYK 0.420.000.94   0.35
XYZ18.229229.36514.9944
Yxy29.36510.34660.5584
Hunter Lab54.1896-34.784932.4682
CIE-Lab61.1025-43.993061.3423

#5fa50a color RGB value is (95,165,10).

#5fa50a hex color red value is 95, green value is 165 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5fa50a hue: 0.24 , saturation: 0.89 and the lightness value of 5fa50a is 0.34.

The process color (four color CMYK) of #5fa50a color hex is 0.42, 0.00, 0.94, 0.35. Web safe color of #5fa50a is #669900. Color #5fa50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100101 00001010
Octal 137 245 12
Decimal 95 165 10
Hex 5F A5 A

RGB Percentages of Color #5fa50a

%35.19
%61.11
%3.70

CMYK Percentages of Color #5fa50a

%42
%0
%94
%35

Triadic Colors of #5fa50a

#5fa50a #0a5fa5 #a50a5f

Analogous Colors of #5fa50a

#5fa50a #12a50a #a59e0a

Monochromatic Colors of #5fa50a

#5fa50a

Complementary Color

#5fa50a #500aa5

#5fa50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa50a Color CSS Codes

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

#5fa50a Text Font Color

<p style="color:#5fa50a">Text here</p>

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


#5fa50a Background Color

<div style="background-color:#5fa50a">
Div content here</div>

This div background color is #5fa50a


#5fa50a Border Color

<div style="border:3px solid #5fa50a">
Div here</div>

This div border color is #5fa50a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,165,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fa50a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fa50a;
  -webkit-box-shadow: 1px 1px 3px 2px #5fa50a;
  box-shadow:         1px 1px 3px 2px #5fa50a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,165,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 #5fa50a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa50a


Comments

No comments written yet.

Please login to write comment.