Color Hex Logo

#9bb22a Color Hex

#9BB22A
(155,178,42)
0 Favorites   0 Comments

Color spaces of #9bb22a

RGB 15517842
HSL0.190.620.43
HSV70°76°70°
CMYK 0.130.000.76   0.30
XYZ29.855938.97658.1401
Yxy38.97650.38790.5064
Hunter Lab62.4312-23.892135.9713
CIE-Lab68.7342-25.347361.8403

#9bb22a color RGB value is (155,178,42).

#9bb22a hex color red value is 155, green value is 178 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #9bb22a hue: 0.19 , saturation: 0.62 and the lightness value of 9bb22a is 0.43.

The process color (four color CMYK) of #9bb22a color hex is 0.13, 0.00, 0.76, 0.30. Web safe color of #9bb22a is #999933. Color #9bb22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10110010 00101010
Octal 233 262 52
Decimal 155 178 42
Hex 9B B2 2A

RGB Percentages of Color #9bb22a

%41.33
%47.47
%11.20

CMYK Percentages of Color #9bb22a

%13
%0
%76
%30

Triadic Colors of #9bb22a

#9bb22a #2a9bb2 #b22a9b

Analogous Colors of #9bb22a

#9bb22a #57b22a #b2852a

Monochromatic Colors of #9bb22a

#9bb22a

Complementary Color

#9bb22a #412ab2

#9bb22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bb22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bb22a Color CSS Codes

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

#9bb22a Text Font Color

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

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


#9bb22a Background Color

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

This div background color is #9bb22a


#9bb22a Border Color

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

This div border color is #9bb22a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bb22a


Comments

No comments written yet.

Please login to write comment.