Color Hex Logo

#9fbc1a Color Hex

#9FBC1A
(159,188,26)
0 Favorites   0 Comments

Color spaces of #9fbc1a

RGB 15918826
HSL0.200.760.42
HSV71°86°74°
CMYK 0.150.000.86   0.26
XYZ32.467743.41197.6454
Yxy43.41190.38870.5197
Hunter Lab65.8877-27.343539.2416
CIE-Lab71.8336-29.071468.9267

#9fbc1a color RGB value is (159,188,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 00011010
Octal 237 274 32
Decimal 159 188 26
Hex 9F BC 1A

RGB Percentages of Color #9fbc1a

%42.63
%50.40
%6.97

CMYK Percentages of Color #9fbc1a

%15
%0
%86
%26

Triadic Colors of #9fbc1a

#9fbc1a #1a9fbc #bc1a9f

Analogous Colors of #9fbc1a

#9fbc1a #4ebc1a #bc881a

Monochromatic Colors of #9fbc1a

#9fbc1a

Complementary Color

#9fbc1a #371abc

#9fbc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbc1a Color CSS Codes

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

#9fbc1a Text Font Color

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

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


#9fbc1a Background Color

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

This div background color is #9fbc1a


#9fbc1a Border Color

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

This div border color is #9fbc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbc1a


Comments

No comments written yet.

Please login to write comment.