COLOR #9FE58E

HEX: #9FE58E RGB: (159,229,142)

Color info

#9FE58E contains mainly green color. Web safe color of #9FE58E is #99CC99 (or #9C9).

RGB color model

#9FE58E color RGB value is (159,229,142).

RGB: (159,229,142) (62%, 90%, 56%)

RGB channels and saturation

R 159 of 255 = 62%
G 229 of 255 = 90%
B 142 of 255 = 56%

159
229
142

R + G + B ~ 69%. #9FE58E is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 229 + 142 = 530 (100%)
R 159 of 530 ~ 30%
G 229 of 530 ~ 43.21%
B 142 of 530 ~ 26.79'%

%30
%43.21
%26.79

CMYK color model

#9FE58E color CMYK value is (31,0,38,10).

  • cyan value is 30.57%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 10.20%

CMYK: (31,0,38,10)
C31M0Y38K10 (31%, 0%, 38%, 10%)
(0.31 / 0.00 / 0.38 / 0.10)

CMYK percentages

%30.57
%0
%37.99
%10.2

Codes

Color #9FE58E in popluar color models

9F E5 8E
RGB 159 229 142
HSL 108° 62.59% 72.75%
HSB/HSV 108° 37.99% 89.80%
CMYK 30.57% 0.00% 37.99%
10.20%

Color #9FE58E in popluar number systems.

HEX 9F E5 8E
Decimal 159 229 142
Binary 10011111 11100101 10001110
Octal 237 345 216

Shades and tints

Shades of #9FE58E

#9FE58E
(159,229,142)
#91D182
(145,209,130)
#83BD76
(131,189,118)
#75A96A
(117,169,106)
#67955E
(103,149,94)
#598152
(89,129,82)
#4B6D46
(75,109,70)
#3D593A
(61,89,58)
#2F452E
(47,69,46)
#213122
(33,49,34)
#131D16
(19,29,22)
#000000
(0,0,0)

Tints of #9FE58E

#9FE58E
(159,229,142)
#A7E798
(167,231,152)
#AFE9A2
(175,233,162)
#B7EBAC
(183,235,172)
#BFEDB6
(191,237,182)
#C7EFC0
(199,239,192)
#CFF1CA
(207,241,202)
#D7F3D4
(215,243,212)
#DFF5DE
(223,245,222)
#E7F7E8
(231,247,232)
#EFF9F2
(239,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE58E color. Also use rgb(159,229,142) instead hex code.

Text Font Color

.myTextColor { color: #9FE58E; }

<p style="color:#9FE58E">This sample text font color is #9FE58E.</p>

This text font color is #9FE58E.

Background Color

.myBgColor { background-color: #9FE58E; }

<div style="background-color:#9FE58E">Inner text</div>

This div background color is #9FE58E.

Border color

.myBorderColor { border: 1px solid #9FE58E; }

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

This div border color is #9FE58E.

Opacity

.myOpacity80 { color: #9FE58E; opacity: 0.8; }

<p style="color:#9FE58E;opacity:0.8;">80%</p>

Text with #9FE58E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9FE58E;}

<p style="text-shadow: 3px 3px 1px #9FE58E">Text here.</p>

This text has shadow with #9FE58E color.


.textShadow {text-shadow: 3px 3px 1px #9FE58E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9FE58E, 5px 5px 20px red">Text here.</p>

This text has shadow with #9FE58E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9FE58E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9FE58E, Direction=45, Strength=4)">Text</p>

This text has shadow with #9FE58E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9FE58E;
-webkit-box-shadow: 1px 1px 3px 2px #9FE58E;
box-shadow: 1px 1px 3px 2px #9FE58E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9FE58E; -webkit-box-shadow: 1px 1px 3px 2px #9FE58E; box-shadow:1px 1px 3px 2px #9FE58E;">
Div content here
</div>

This div box has shadow with color #9FE58E.

Preview

Color preview on black background

This text has color #9FE58E on black background.


Color preview on white background

This text has color #9FE58E on white background.


Black color preview on #9FE58E background

This text has black color on #9FE58E background.


White color preview on #9FE58E background

This text has white color on #9FE58E background.


Related colors

Complementary color

Complementary color for #hex is #601A71.


I love getcolorcode.com

Triadic colors

1 #8E9FE5 and #E58E9F with #9FE58E are triadic colors.

2 #8EE59F and #E59F8E with #9FE58E are triadic colors.