Color Hex Logo

#9cc20b Color Hex

#9CC20B
(156,194,11)
0 Favorites   0 Comments

Color spaces of #9cc20b

RGB 15619411
HSL0.200.890.40
HSV72°94°76°
CMYK 0.200.000.94   0.24
XYZ33.062545.67577.3903
Yxy45.67570.38390.5303
Hunter Lab67.5838-30.948140.8253
CIE-Lab73.3346-33.419672.4426

#9cc20b color RGB value is (156,194,11).

#9cc20b hex color red value is 156, green value is 194 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #9cc20b hue: 0.20 , saturation: 0.89 and the lightness value of 9cc20b is 0.40.

The process color (four color CMYK) of #9cc20b color hex is 0.20, 0.00, 0.94, 0.24. Web safe color of #9cc20b is #99cc00. Color #9cc20b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000010 00001011
Octal 234 302 13
Decimal 156 194 11
Hex 9C C2 B

RGB Percentages of Color #9cc20b

%43.21
%53.74
%3.05

CMYK Percentages of Color #9cc20b

%20
%0
%94
%24

Triadic Colors of #9cc20b

#9cc20b #0b9cc2 #c20b9c

Analogous Colors of #9cc20b

#9cc20b #41c20b #c28d0b

Monochromatic Colors of #9cc20b

#9cc20b

Complementary Color

#9cc20b #310bc2

#9cc20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc20b Color CSS Codes

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

#9cc20b Text Font Color

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

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


#9cc20b Background Color

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

This div background color is #9cc20b


#9cc20b Border Color

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

This div border color is #9cc20b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,194,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cc20b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cc20b;
  -webkit-box-shadow: 1px 1px 3px 2px #9cc20b;
  box-shadow:         1px 1px 3px 2px #9cc20b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,194,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc20b


Comments

No comments written yet.

Please login to write comment.