Color Hex Logo

#9bf94d Color Hex

#9BF94D
(155,249,77)
0 Favorites   0 Comments

Color spaces of #9bf94d

RGB 15524977
HSL0.260.930.64
HSV93°69°98°
CMYK 0.380.000.69   0.02
XYZ48.732875.255718.9785
Yxy75.25570.34090.5264
Hunter Lab86.7500-51.538247.7540
CIE-Lab89.5126-54.607670.1984

#9bf94d color RGB value is (155,249,77).

#9bf94d hex color red value is 155, green value is 249 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #9bf94d hue: 0.26 , saturation: 0.93 and the lightness value of 9bf94d is 0.64.

The process color (four color CMYK) of #9bf94d color hex is 0.38, 0.00, 0.69, 0.02. Web safe color of #9bf94d is #99ff66. Color #9bf94d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111001 01001101
Octal 233 371 115
Decimal 155 249 77
Hex 9B F9 4D

RGB Percentages of Color #9bf94d

%32.22
%51.77
%16.01

CMYK Percentages of Color #9bf94d

%38
%0
%69
%2

Triadic Colors of #9bf94d

#9bf94d #4d9bf9 #f94d9b

Analogous Colors of #9bf94d

#9bf94d #4df955 #f1f94d

Monochromatic Colors of #9bf94d

#9bf94d

Complementary Color

#9bf94d #ab4df9

#9bf94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf94d Color CSS Codes

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

#9bf94d Text Font Color

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

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


#9bf94d Background Color

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

This div background color is #9bf94d


#9bf94d Border Color

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

This div border color is #9bf94d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf94d


Comments

No comments written yet.

Please login to write comment.