Color Hex Logo

#9bf13a Color Hex

#9BF13A
(155,241,58)
0 Favorites   0 Comments

Color spaces of #9bf13a

RGB 15524158
HSL0.240.870.59
HSV88°76°95°
CMYK 0.360.000.76   0.05
XYZ45.736670.184615.1394
Yxy70.18460.34900.5355
Hunter Lab83.7762-49.158647.9289
CIE-Lab87.0873-52.529274.1241

#9bf13a color RGB value is (155,241,58).

#9bf13a hex color red value is 155, green value is 241 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #9bf13a hue: 0.24 , saturation: 0.87 and the lightness value of 9bf13a is 0.59.

The process color (four color CMYK) of #9bf13a color hex is 0.36, 0.00, 0.76, 0.05. Web safe color of #9bf13a is #99ff33. Color #9bf13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11110001 00111010
Octal 233 361 72
Decimal 155 241 58
Hex 9B F1 3A

RGB Percentages of Color #9bf13a

%34.14
%53.08
%12.78

CMYK Percentages of Color #9bf13a

%36
%0
%76
%5

Triadic Colors of #9bf13a

#9bf13a #3a9bf1 #f13a9b

Analogous Colors of #9bf13a

#9bf13a #40f13a #f1ec3a

Monochromatic Colors of #9bf13a

#9bf13a

Complementary Color

#9bf13a #903af1

#9bf13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf13a Color CSS Codes

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

#9bf13a Text Font Color

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

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


#9bf13a Background Color

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

This div background color is #9bf13a


#9bf13a Border Color

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

This div border color is #9bf13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf13a


Comments

No comments written yet.

Please login to write comment.