Color Hex Logo

#9bf10a Color Hex

#9BF10A
(155,241,10)
0 Favorites   0 Comments

Color spaces of #9bf10a

RGB 15524110
HSL0.230.920.49
HSV82°96°95°
CMYK 0.360.000.96   0.05
XYZ45.027769.901111.4062
Yxy69.90110.35640.5533
Hunter Lab83.6069-50.178350.4361
CIE-Lab86.9483-53.965083.2162

#9bf10a color RGB value is (155,241,10).

#9bf10a hex color red value is 155, green value is 241 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #9bf10a hue: 0.23 , saturation: 0.92 and the lightness value of 9bf10a is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11110001 00001010
Octal 233 361 12
Decimal 155 241 10
Hex 9B F1 A

RGB Percentages of Color #9bf10a

%38.18
%59.36
%2.46

CMYK Percentages of Color #9bf10a

%36
%0
%96
%5

Triadic Colors of #9bf10a

#9bf10a #0a9bf1 #f10a9b

Analogous Colors of #9bf10a

#9bf10a #27f10a #f1d40a

Monochromatic Colors of #9bf10a

#9bf10a

Complementary Color

#9bf10a #600af1

#9bf10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf10a Color CSS Codes

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

#9bf10a Text Font Color

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

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


#9bf10a Background Color

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

This div background color is #9bf10a


#9bf10a Border Color

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

This div border color is #9bf10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf10a


Comments

No comments written yet.

Please login to write comment.