Color Hex Logo

#9fc95b Color Hex

#9FC95B
(159,201,91)
0 Favorites   0 Comments

Color spaces of #9fc95b

RGB 15920191
HSL0.230.500.57
HSV83°55°79°
CMYK 0.210.000.55   0.21
XYZ37.073049.899517.5752
Yxy49.89950.35460.4773
Hunter Lab70.6396-29.939134.6963
CIE-Lab76.0075-31.261749.7381

#9fc95b color RGB value is (159,201,91).

#9fc95b hex color red value is 159, green value is 201 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #9fc95b hue: 0.23 , saturation: 0.50 and the lightness value of 9fc95b is 0.57.

The process color (four color CMYK) of #9fc95b color hex is 0.21, 0.00, 0.55, 0.21. Web safe color of #9fc95b is #99cc66. Color #9fc95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001001 01011011
Octal 237 311 133
Decimal 159 201 91
Hex 9F C9 5B

RGB Percentages of Color #9fc95b

%35.25
%44.57
%20.18

CMYK Percentages of Color #9fc95b

%21
%0
%55
%21

Triadic Colors of #9fc95b

#9fc95b #5b9fc9 #c95b9f

Analogous Colors of #9fc95b

#9fc95b #68c95b #c9bc5b

Monochromatic Colors of #9fc95b

#9fc95b

Complementary Color

#9fc95b #855bc9

#9fc95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc95b Color CSS Codes

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

#9fc95b Text Font Color

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

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


#9fc95b Background Color

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

This div background color is #9fc95b


#9fc95b Border Color

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

This div border color is #9fc95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc95b


Comments

No comments written yet.

Please login to write comment.