Color Hex Logo

#9bc12d Color Hex

#9BC12D
(155,193,45)
0 Favorites   0 Comments

Color spaces of #9bc12d

RGB 15519345
HSL0.210.620.47
HSV75°77°76°
CMYK 0.200.000.77   0.24
XYZ33.061245.29809.4835
Yxy45.29800.37640.5157
Hunter Lab67.3038-30.098238.7583
CIE-Lab73.0877-32.359964.9452

#9bc12d color RGB value is (155,193,45).

#9bc12d hex color red value is 155, green value is 193 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #9bc12d hue: 0.21 , saturation: 0.62 and the lightness value of 9bc12d is 0.47.

The process color (four color CMYK) of #9bc12d color hex is 0.20, 0.00, 0.77, 0.24. Web safe color of #9bc12d is #99cc33. Color #9bc12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11000001 00101101
Octal 233 301 55
Decimal 155 193 45
Hex 9B C1 2D

RGB Percentages of Color #9bc12d

%39.44
%49.11
%11.45

CMYK Percentages of Color #9bc12d

%20
%0
%77
%24

Triadic Colors of #9bc12d

#9bc12d #2d9bc1 #c12d9b

Analogous Colors of #9bc12d

#9bc12d #51c12d #c19d2d

Monochromatic Colors of #9bc12d

#9bc12d

Complementary Color

#9bc12d #532dc1

#9bc12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bc12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bc12d Color CSS Codes

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

#9bc12d Text Font Color

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

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


#9bc12d Background Color

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

This div background color is #9bc12d


#9bc12d Border Color

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

This div border color is #9bc12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bc12d


Comments

No comments written yet.

Please login to write comment.