Color Hex Logo

#9bf90f Color Hex

#9BF90F
(155,249,15)
0 Favorites   0 Comments

Color spaces of #9bf90f

RGB 15524915
HSL0.230.950.52
HSV84°94°98°
CMYK 0.380.000.94   0.02
XYZ47.479574.754412.3786
Yxy74.75440.35270.5553
Hunter Lab86.4606-53.283652.0339
CIE-Lab89.2778-57.056084.6261

#9bf90f color RGB value is (155,249,15).

#9bf90f hex color red value is 155, green value is 249 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #9bf90f hue: 0.23 , saturation: 0.95 and the lightness value of 9bf90f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111001 00001111
Octal 233 371 17
Decimal 155 249 15
Hex 9B F9 F

RGB Percentages of Color #9bf90f

%36.99
%59.43
%3.58

CMYK Percentages of Color #9bf90f

%38
%0
%94
%2

Triadic Colors of #9bf90f

#9bf90f #0f9bf9 #f90f9b

Analogous Colors of #9bf90f

#9bf90f #26f90f #f9e20f

Monochromatic Colors of #9bf90f

#9bf90f

Complementary Color

#9bf90f #6d0ff9

#9bf90f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf90f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf90f Color CSS Codes

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

#9bf90f Text Font Color

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

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


#9bf90f Background Color

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

This div background color is #9bf90f


#9bf90f Border Color

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

This div border color is #9bf90f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf90f

Related Colors


Comments

No comments written yet.

Please login to write comment.