Color Hex Logo

#9cf13c Color Hex

#9CF13C
(156,241,60)
0 Favorites   0 Comments

Color spaces of #9cf13c

RGB 15624160
HSL0.240.870.59
HSV88°75°95°
CMYK 0.350.000.75   0.05
XYZ45.981270.304815.4217
Yxy70.30480.34910.5338
Hunter Lab83.8480-48.846747.7887
CIE-Lab87.1461-52.085573.5855

#9cf13c color RGB value is (156,241,60).

#9cf13c hex color red value is 156, green value is 241 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #9cf13c hue: 0.24 , saturation: 0.87 and the lightness value of 9cf13c is 0.59.

The process color (four color CMYK) of #9cf13c color hex is 0.35, 0.00, 0.75, 0.05. Web safe color of #9cf13c is #99ff33. Color #9cf13c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11110001 00111100
Octal 234 361 74
Decimal 156 241 60
Hex 9C F1 3C

RGB Percentages of Color #9cf13c

%34.14
%52.74
%13.13

CMYK Percentages of Color #9cf13c

%35
%0
%75
%5

Triadic Colors of #9cf13c

#9cf13c #3c9cf1 #f13c9c

Analogous Colors of #9cf13c

#9cf13c #42f13c #f1ec3c

Monochromatic Colors of #9cf13c

#9cf13c

Complementary Color

#9cf13c #913cf1

#9cf13c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cf13c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cf13c Color CSS Codes

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

#9cf13c Text Font Color

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

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


#9cf13c Background Color

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

This div background color is #9cf13c


#9cf13c Border Color

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

This div border color is #9cf13c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cf13c


Comments

No comments written yet.

Please login to write comment.