Color Hex Logo

#9ff50d Color Hex

#9FF50D
(159,245,13)
0 Favorites   0 Comments

Color spaces of #9ff50d

RGB 15924513
HSL0.230.920.51
HSV82°95°96°
CMYK 0.350.000.95   0.04
XYZ47.023172.704811.9358
Yxy72.70480.35710.5522
Hunter Lab85.2671-50.778351.3875
CIE-Lab88.3067-54.145584.1212

#9ff50d color RGB value is (159,245,13).

#9ff50d hex color red value is 159, green value is 245 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #9ff50d hue: 0.23 , saturation: 0.92 and the lightness value of 9ff50d is 0.51.

The process color (four color CMYK) of #9ff50d color hex is 0.35, 0.00, 0.95, 0.04. Web safe color of #9ff50d is #99ff00. Color #9ff50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11110101 00001101
Octal 237 365 15
Decimal 159 245 13
Hex 9F F5 D

RGB Percentages of Color #9ff50d

%38.13
%58.75
%3.12

CMYK Percentages of Color #9ff50d

%35
%0
%95
%4

Triadic Colors of #9ff50d

#9ff50d #0d9ff5 #f50d9f

Analogous Colors of #9ff50d

#9ff50d #2bf50d #f5d70d

Monochromatic Colors of #9ff50d

#9ff50d

Complementary Color

#9ff50d #630df5

#9ff50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ff50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ff50d Color CSS Codes

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

#9ff50d Text Font Color

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

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


#9ff50d Background Color

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

This div background color is #9ff50d


#9ff50d Border Color

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

This div border color is #9ff50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ff50d


Comments

No comments written yet.

Please login to write comment.