Color Hex Logo

#9fba51 Color Hex

#9FBA51
(159,186,81)
0 Favorites   0 Comments

Color spaces of #9fba51

RGB 15918681
HSL0.210.430.52
HSV75°56°73°
CMYK 0.150.000.56   0.27
XYZ33.342243.082814.3431
Yxy43.08280.36730.4746
Hunter Lab65.6375-24.192132.9902
CIE-Lab71.6111-25.002049.2904

#9fba51 color RGB value is (159,186,81).

#9fba51 hex color red value is 159, green value is 186 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #9fba51 hue: 0.21 , saturation: 0.43 and the lightness value of 9fba51 is 0.52.

The process color (four color CMYK) of #9fba51 color hex is 0.15, 0.00, 0.56, 0.27. Web safe color of #9fba51 is #99cc66. Color #9fba51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 01010001
Octal 237 272 121
Decimal 159 186 81
Hex 9F BA 51

RGB Percentages of Color #9fba51

%37.32
%43.66
%19.01

CMYK Percentages of Color #9fba51

%15
%0
%56
%27

Triadic Colors of #9fba51

#9fba51 #519fba #ba519f

Analogous Colors of #9fba51

#9fba51 #6bba51 #baa151

Monochromatic Colors of #9fba51

#9fba51

Complementary Color

#9fba51 #6c51ba

#9fba51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fba51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fba51 Color CSS Codes

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

#9fba51 Text Font Color

<p style="color:#9fba51">Text here</p>

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


#9fba51 Background Color

<div style="background-color:#9fba51">
Div content here</div>

This div background color is #9fba51


#9fba51 Border Color

<div style="border:3px solid #9fba51">
Div here</div>

This div border color is #9fba51


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,186,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fba51; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fba51;
  -webkit-box-shadow: 1px 1px 3px 2px #9fba51;
  box-shadow:         1px 1px 3px 2px #9fba51; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,186,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fba51


Comments

No comments written yet.

Please login to write comment.