Color Hex Logo

#9bc94a Color Hex

#9BC94A
(155,201,74)
0 Favorites   0 Comments

Color spaces of #9bc94a

RGB 15520174
HSL0.230.540.54
HSV82°63°79°
CMYK 0.230.000.63   0.21
XYZ35.640249.236314.1037
Yxy49.23630.36010.4974
Hunter Lab70.1686-32.130937.2009
CIE-Lab75.5981-34.265256.7339

#9bc94a color RGB value is (155,201,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11001001 01001010
Octal 233 311 112
Decimal 155 201 74
Hex 9B C9 4A

RGB Percentages of Color #9bc94a

%36.05
%46.74
%17.21

CMYK Percentages of Color #9bc94a

%23
%0
%63
%21

Triadic Colors of #9bc94a

#9bc94a #4a9bc9 #c94a9b

Analogous Colors of #9bc94a

#9bc94a #5cc94a #c9b84a

Monochromatic Colors of #9bc94a

#9bc94a

Complementary Color

#9bc94a #784ac9

#9bc94a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc94a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc94a Color CSS Codes

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

#9bc94a Text Font Color

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

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


#9bc94a Background Color

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

This div background color is #9bc94a


#9bc94a Border Color

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

This div border color is #9bc94a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc94a

#9bc94a Color Palettes


Comments

No comments written yet.

Please login to write comment.