Color Hex Logo

#9bc94c Color Hex

#9BC94C
(155,201,76)
0 Favorites   0 Comments

Color spaces of #9bc94c

RGB 15520176
HSL0.230.540.54
HSV82°62°79°
CMYK 0.230.000.62   0.21
XYZ35.708749.263714.4643
Yxy49.26370.35910.4954
Hunter Lab70.1881-32.016036.9132
CIE-Lab75.6151-34.107655.9080

#9bc94c color RGB value is (155,201,76).

#9bc94c hex color red value is 155, green value is 201 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #9bc94c hue: 0.23 , saturation: 0.54 and the lightness value of 9bc94c is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001001 01001100
Octal 233 311 114
Decimal 155 201 76
Hex 9B C9 4C

RGB Percentages of Color #9bc94c

%35.88
%46.53
%17.59

CMYK Percentages of Color #9bc94c

%23
%0
%62
%21

Triadic Colors of #9bc94c

#9bc94c #4c9bc9 #c94c9b

Analogous Colors of #9bc94c

#9bc94c #5cc94c #c9b94c

Monochromatic Colors of #9bc94c

#9bc94c

Complementary Color

#9bc94c #7a4cc9

#9bc94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc94c Color CSS Codes

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

#9bc94c Text Font Color

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

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


#9bc94c Background Color

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

This div background color is #9bc94c


#9bc94c Border Color

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

This div border color is #9bc94c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,201,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 #9bc94c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc94c


Comments

No comments written yet.

Please login to write comment.