Color Hex Logo

#9fe12b Color Hex

#9FE12B
(159,225,43)
0 Favorites   0 Comments

Color spaces of #9fe12b

RGB 15922543
HSL0.230.750.53
HSV82°81°88°
CMYK 0.290.000.81   0.12
XYZ41.659361.395811.9404
Yxy61.39580.36230.5339
Hunter Lab78.3555-42.218945.8138
CIE-Lab82.5911-45.156074.2543

#9fe12b color RGB value is (159,225,43).

#9fe12b hex color red value is 159, green value is 225 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #9fe12b hue: 0.23 , saturation: 0.75 and the lightness value of 9fe12b is 0.53.

The process color (four color CMYK) of #9fe12b color hex is 0.29, 0.00, 0.81, 0.12. Web safe color of #9fe12b is #99cc33. Color #9fe12b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11100001 00101011
Octal 237 341 53
Decimal 159 225 43
Hex 9F E1 2B

RGB Percentages of Color #9fe12b

%37.24
%52.69
%10.07

CMYK Percentages of Color #9fe12b

%29
%0
%81
%12

Triadic Colors of #9fe12b

#9fe12b #2b9fe1 #e12b9f

Analogous Colors of #9fe12b

#9fe12b #44e12b #e1c82b

Monochromatic Colors of #9fe12b

#9fe12b

Complementary Color

#9fe12b #6d2be1

#9fe12b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fe12b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fe12b Color CSS Codes

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

#9fe12b Text Font Color

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

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


#9fe12b Background Color

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

This div background color is #9fe12b


#9fe12b Border Color

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

This div border color is #9fe12b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fe12b


Comments

No comments written yet.

Please login to write comment.