Color Hex Logo

#9fb981 Color Hex

#9FB981
(159,185,129)
0 Favorites   0 Comments

Color spaces of #9fb981

RGB 159185129
HSL0.240.290.62
HSV88°30°73°
CMYK 0.140.000.30   0.27
XYZ35.609543.653827.3181
Yxy43.65380.33410.4096
Hunter Lab66.0710-19.420321.7353
CIE-Lab71.9965-18.844525.5760

#9fb981 color RGB value is (159,185,129).

#9fb981 hex color red value is 159, green value is 185 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #9fb981 hue: 0.24 , saturation: 0.29 and the lightness value of 9fb981 is 0.62.

The process color (four color CMYK) of #9fb981 color hex is 0.14, 0.00, 0.30, 0.27. Web safe color of #9fb981 is #99cc99. Color #9fb981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111001 10000001
Octal 237 271 201
Decimal 159 185 129
Hex 9F B9 81

RGB Percentages of Color #9fb981

%33.62
%39.11
%27.27

CMYK Percentages of Color #9fb981

%14
%0
%30
%27

Triadic Colors of #9fb981

#9fb981 #819fb9 #b9819f

Analogous Colors of #9fb981

#9fb981 #83b981 #b9b781

Monochromatic Colors of #9fb981

#9fb981

Complementary Color

#9fb981 #9b81b9

#9fb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb981 Color CSS Codes

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

#9fb981 Text Font Color

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

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


#9fb981 Background Color

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

This div background color is #9fb981


#9fb981 Border Color

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

This div border color is #9fb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb981


Comments

No comments written yet.

Please login to write comment.