Color Hex Logo

#9bd34a Color Hex

#9BD34A
(155,211,74)
0 Favorites   0 Comments

Color spaces of #9bd34a

RGB 15521174
HSL0.230.610.56
HSV85°65°83°
CMYK 0.270.000.65   0.17
XYZ38.047954.051514.9062
Yxy54.05150.35560.5051
Hunter Lab73.5197-36.282339.4427
CIE-Lab78.4918-38.794959.8389

#9bd34a color RGB value is (155,211,74).

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

The process color (four color CMYK) of #9bd34a color hex is 0.27, 0.00, 0.65, 0.17. Web safe color of #9bd34a is #99cc33. Color #9bd34a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010011 01001010
Octal 233 323 112
Decimal 155 211 74
Hex 9B D3 4A

RGB Percentages of Color #9bd34a

%35.23
%47.95
%16.82

CMYK Percentages of Color #9bd34a

%27
%0
%65
%17

Triadic Colors of #9bd34a

#9bd34a #4a9bd3 #d34a9b

Analogous Colors of #9bd34a

#9bd34a #56d34a #d3c74a

Monochromatic Colors of #9bd34a

#9bd34a

Complementary Color

#9bd34a #824ad3

#9bd34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd34a Color CSS Codes

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

#9bd34a Text Font Color

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

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


#9bd34a Background Color

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

This div background color is #9bd34a


#9bd34a Border Color

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

This div border color is #9bd34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd34a


Comments

No comments written yet.

Please login to write comment.