Color Hex Logo

#9bd44d Color Hex

#9BD44D
(155,212,77)
0 Favorites   0 Comments

Color spaces of #9bd44d

RGB 15521277
HSL0.240.610.57
HSV85°64°83°
CMYK 0.270.000.64   0.17
XYZ38.400654.591415.5344
Yxy54.59140.35380.5030
Hunter Lab73.8860-36.529139.2546
CIE-Lab78.8053-39.011458.9514

#9bd44d color RGB value is (155,212,77).

#9bd44d hex color red value is 155, green value is 212 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9bd44d hue: 0.24 , saturation: 0.61 and the lightness value of 9bd44d is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010100 01001101
Octal 233 324 115
Decimal 155 212 77
Hex 9B D4 4D

RGB Percentages of Color #9bd44d

%34.91
%47.75
%17.34

CMYK Percentages of Color #9bd44d

%27
%0
%64
%17

Triadic Colors of #9bd44d

#9bd44d #4d9bd4 #d44d9b

Analogous Colors of #9bd44d

#9bd44d #58d44d #d4ca4d

Monochromatic Colors of #9bd44d

#9bd44d

Complementary Color

#9bd44d #864dd4

#9bd44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd44d Color CSS Codes

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

#9bd44d Text Font Color

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

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


#9bd44d Background Color

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

This div background color is #9bd44d


#9bd44d Border Color

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

This div border color is #9bd44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd44d


Comments

No comments written yet.

Please login to write comment.