Color Hex Logo

#9bf642 Color Hex

#9BF642
(155,246,66)
0 Favorites   0 Comments

Color spaces of #9bf642

RGB 15524666
HSL0.250.910.61
HSV90°73°96°
CMYK 0.370.000.73   0.04
XYZ47.456773.273416.7962
Yxy73.27340.34510.5328
Hunter Lab85.5999-50.839148.2862
CIE-Lab88.5779-54.102873.0445

#9bf642 color RGB value is (155,246,66).

#9bf642 hex color red value is 155, green value is 246 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #9bf642 hue: 0.25 , saturation: 0.91 and the lightness value of 9bf642 is 0.61.

The process color (four color CMYK) of #9bf642 color hex is 0.37, 0.00, 0.73, 0.04. Web safe color of #9bf642 is #99ff33. Color #9bf642 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11110110 01000010
Octal 233 366 102
Decimal 155 246 66
Hex 9B F6 42

RGB Percentages of Color #9bf642

%33.19
%52.68
%14.13

CMYK Percentages of Color #9bf642

%37
%0
%73
%4

Triadic Colors of #9bf642

#9bf642 #429bf6 #f6429b

Analogous Colors of #9bf642

#9bf642 #42f643 #f5f642

Monochromatic Colors of #9bf642

#9bf642

Complementary Color

#9bf642 #9d42f6

#9bf642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bf642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bf642 Color CSS Codes

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

#9bf642 Text Font Color

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

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


#9bf642 Background Color

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

This div background color is #9bf642


#9bf642 Border Color

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

This div border color is #9bf642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bf642

Related Colors


Comments

No comments written yet.

Please login to write comment.