Color Hex Logo

#5fa96a Color Hex

#5FA96A
(95,169,106)
0 Favorites   0 Comments

Color spaces of #5fa96a

RGB 95169106
HSL0.360.300.52
HSV129°44°66°
CMYK 0.440.000.37   0.34
XYZ21.508831.849418.6496
Yxy31.84940.29870.4423
Hunter Lab56.4353-30.731219.9117
CIE-Lab63.2182-36.764825.5124

#5fa96a color RGB value is (95,169,106).

#5fa96a hex color red value is 95, green value is 169 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #5fa96a hue: 0.36 , saturation: 0.30 and the lightness value of 5fa96a is 0.52.

The process color (four color CMYK) of #5fa96a color hex is 0.44, 0.00, 0.37, 0.34. Web safe color of #5fa96a is #669966. Color #5fa96a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101001 01101010
Octal 137 251 152
Decimal 95 169 106
Hex 5F A9 6A

RGB Percentages of Color #5fa96a

%25.68
%45.68
%28.65

CMYK Percentages of Color #5fa96a

%44
%0
%37
%34

Triadic Colors of #5fa96a

#5fa96a #6a5fa9 #a96a5f

Analogous Colors of #5fa96a

#5fa96a #5fa98f #79a95f

Monochromatic Colors of #5fa96a

#5fa96a

Complementary Color

#5fa96a #a95f9e

#5fa96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa96a Color CSS Codes

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

#5fa96a Text Font Color

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

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


#5fa96a Background Color

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

This div background color is #5fa96a


#5fa96a Border Color

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

This div border color is #5fa96a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,169,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa96a


Comments

No comments written yet.

Please login to write comment.