Color Hex Logo

#9fbc30 Color Hex

#9FBC30
(159,188,48)
0 Favorites   0 Comments

Color spaces of #9fbc30

RGB 15918848
HSL0.200.590.46
HSV72°74°74°
CMYK 0.150.000.74   0.26
XYZ32.814843.55089.4729
Yxy43.55080.38230.5074
Hunter Lab65.9930-26.729337.6844
CIE-Lab71.9272-28.233762.9775

#9fbc30 color RGB value is (159,188,48).

#9fbc30 hex color red value is 159, green value is 188 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #9fbc30 hue: 0.20 , saturation: 0.59 and the lightness value of 9fbc30 is 0.46.

The process color (four color CMYK) of #9fbc30 color hex is 0.15, 0.00, 0.74, 0.26. Web safe color of #9fbc30 is #99cc33. Color #9fbc30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 00110000
Octal 237 274 60
Decimal 159 188 48
Hex 9F BC 30

RGB Percentages of Color #9fbc30

%40.25
%47.59
%12.15

CMYK Percentages of Color #9fbc30

%15
%0
%74
%26

Triadic Colors of #9fbc30

#9fbc30 #309fbc #bc309f

Analogous Colors of #9fbc30

#9fbc30 #59bc30 #bc9330

Monochromatic Colors of #9fbc30

#9fbc30

Complementary Color

#9fbc30 #4d30bc

#9fbc30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbc30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbc30 Color CSS Codes

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

#9fbc30 Text Font Color

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

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


#9fbc30 Background Color

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

This div background color is #9fbc30


#9fbc30 Border Color

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

This div border color is #9fbc30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,188,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9fbc30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9fbc30;
  -webkit-box-shadow: 1px 1px 3px 2px #9fbc30;
  box-shadow:         1px 1px 3px 2px #9fbc30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,188,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbc30


Comments

No comments written yet.

Please login to write comment.