Color Hex Logo

#9bc470 Color Hex

#9BC470
(155,196,112)
0 Favorites   0 Comments

Color spaces of #9bc470

RGB 155196112
HSL0.250.420.60
HSV89°43°77°
CMYK 0.210.000.43   0.23
XYZ36.182147.618322.6135
Yxy47.61830.34000.4475
Hunter Lab69.0060-27.167228.8747
CIE-Lab74.5835-28.073937.7383

#9bc470 color RGB value is (155,196,112).

#9bc470 hex color red value is 155, green value is 196 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #9bc470 hue: 0.25 , saturation: 0.42 and the lightness value of 9bc470 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000100 01110000
Octal 233 304 160
Decimal 155 196 112
Hex 9B C4 70

RGB Percentages of Color #9bc470

%33.48
%42.33
%24.19

CMYK Percentages of Color #9bc470

%21
%0
%43
%23

Triadic Colors of #9bc470

#9bc470 #709bc4 #c4709b

Analogous Colors of #9bc470

#9bc470 #71c470 #c4c370

Monochromatic Colors of #9bc470

#9bc470

Complementary Color

#9bc470 #9970c4

#9bc470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc470 Color CSS Codes

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

#9bc470 Text Font Color

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

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


#9bc470 Background Color

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

This div background color is #9bc470


#9bc470 Border Color

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

This div border color is #9bc470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc470


Comments

No comments written yet.

Please login to write comment.