Color Hex Logo

#9fc90c Color Hex

#9FC90C
(159,201,12)
0 Favorites   0 Comments

Color spaces of #9fc90c

RGB 15920112
HSL0.200.890.42
HSV73°94°79°
CMYK 0.210.000.94   0.21
XYZ35.251149.17087.9808
Yxy49.17080.38150.5321
Hunter Lab70.1219-32.979342.3373
CIE-Lab75.5575-35.406974.1577

#9fc90c color RGB value is (159,201,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001001 00001100
Octal 237 311 14
Decimal 159 201 12
Hex 9F C9 C

RGB Percentages of Color #9fc90c

%42.74
%54.03
%3.23

CMYK Percentages of Color #9fc90c

%21
%0
%94
%21

Triadic Colors of #9fc90c

#9fc90c #0c9fc9 #c90c9f

Analogous Colors of #9fc90c

#9fc90c #40c90c #c9950c

Monochromatic Colors of #9fc90c

#9fc90c

Complementary Color

#9fc90c #360cc9

#9fc90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc90c Color CSS Codes

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

#9fc90c Text Font Color

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

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


#9fc90c Background Color

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

This div background color is #9fc90c


#9fc90c Border Color

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

This div border color is #9fc90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc90c


Comments

No comments written yet.

Please login to write comment.