Color Hex Logo

#9fb14c Color Hex

#9FB14C
(159,177,76)
0 Favorites   0 Comments

Color spaces of #9fb14c

RGB 15917776
HSL0.200.400.50
HSV71°57°69°
CMYK 0.100.000.57   0.31
XYZ31.324739.337012.7793
Yxy39.33700.37540.4714
Hunter Lab62.7192-20.608031.8229
CIE-Lab68.9947-20.985148.6208

#9fb14c color RGB value is (159,177,76).

#9fb14c hex color red value is 159, green value is 177 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #9fb14c hue: 0.20 , saturation: 0.40 and the lightness value of 9fb14c is 0.50.

The process color (four color CMYK) of #9fb14c color hex is 0.10, 0.00, 0.57, 0.31. Web safe color of #9fb14c is #999933. Color #9fb14c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110001 01001100
Octal 237 261 114
Decimal 159 177 76
Hex 9F B1 4C

RGB Percentages of Color #9fb14c

%38.59
%42.96
%18.45

CMYK Percentages of Color #9fb14c

%10
%0
%57
%31

Triadic Colors of #9fb14c

#9fb14c #4c9fb1 #b14c9f

Analogous Colors of #9fb14c

#9fb14c #6db14c #b1914c

Monochromatic Colors of #9fb14c

#9fb14c

Complementary Color

#9fb14c #5e4cb1

#9fb14c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb14c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb14c Color CSS Codes

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

#9fb14c Text Font Color

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

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


#9fb14c Background Color

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

This div background color is #9fb14c


#9fb14c Border Color

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

This div border color is #9fb14c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb14c


Comments

No comments written yet.

Please login to write comment.