Color Hex Logo

#9cc148 Color Hex

#9CC148
(156,193,72)
0 Favorites   0 Comments

Color spaces of #9cc148

RGB 15619372
HSL0.220.490.52
HSV78°63°76°
CMYK 0.190.000.63   0.24
XYZ33.950045.675713.1578
Yxy45.67570.36590.4923
Hunter Lab67.5838-28.604135.7656
CIE-Lab73.3346-30.300955.1461

#9cc148 color RGB value is (156,193,72).

#9cc148 hex color red value is 156, green value is 193 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #9cc148 hue: 0.22 , saturation: 0.49 and the lightness value of 9cc148 is 0.52.

The process color (four color CMYK) of #9cc148 color hex is 0.19, 0.00, 0.63, 0.24. Web safe color of #9cc148 is #99cc33. Color #9cc148 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11000001 01001000
Octal 234 301 110
Decimal 156 193 72
Hex 9C C1 48

RGB Percentages of Color #9cc148

%37.05
%45.84
%17.10

CMYK Percentages of Color #9cc148

%19
%0
%63
%24

Triadic Colors of #9cc148

#9cc148 #489cc1 #c1489c

Analogous Colors of #9cc148

#9cc148 #60c148 #c1aa48

Monochromatic Colors of #9cc148

#9cc148

Complementary Color

#9cc148 #6d48c1

#9cc148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc148 Color CSS Codes

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

#9cc148 Text Font Color

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

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


#9cc148 Background Color

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

This div background color is #9cc148


#9cc148 Border Color

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

This div border color is #9cc148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc148


Comments

No comments written yet.

Please login to write comment.