Color Hex Logo

#9fc59b Color Hex

#9FC59B
(159,197,155)
0 Favorites   0 Comments

Color spaces of #9fc59b

RGB 159197155
HSL0.320.270.69
HSV114°21°77°
CMYK 0.190.000.21   0.23
XYZ40.180749.670038.4799
Yxy49.67000.31310.3870
Hunter Lab70.4769-21.567316.9620
CIE-Lab75.8663-20.717516.9884

#9fc59b color RGB value is (159,197,155).

#9fc59b hex color red value is 159, green value is 197 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9fc59b hue: 0.32 , saturation: 0.27 and the lightness value of 9fc59b is 0.69.

The process color (four color CMYK) of #9fc59b color hex is 0.19, 0.00, 0.21, 0.23. Web safe color of #9fc59b is #99cc99. Color #9fc59b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11000101 10011011
Octal 237 305 233
Decimal 159 197 155
Hex 9F C5 9B

RGB Percentages of Color #9fc59b

%31.12
%38.55
%30.33

CMYK Percentages of Color #9fc59b

%19
%0
%21
%23

Triadic Colors of #9fc59b

#9fc59b #9b9fc5 #c59b9f

Analogous Colors of #9fc59b

#9fc59b #9bc5ac #b4c59b

Monochromatic Colors of #9fc59b

#9fc59b

Complementary Color

#9fc59b #c19bc5

#9fc59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc59b Color CSS Codes

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

#9fc59b Text Font Color

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

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


#9fc59b Background Color

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

This div background color is #9fc59b


#9fc59b Border Color

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

This div border color is #9fc59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc59b


Comments

No comments written yet.

Please login to write comment.