COLOR #9FEA80

HEX: #9FEA80 RGB: (159,234,128)

Color info

#9FEA80 contains mainly green color. Web safe color of #9FEA80 is #99FF66 (or #9F6).

RGB color model

#9FEA80 color RGB value is (159,234,128).

RGB: (159,234,128) (62%, 92%, 50%)

RGB channels and saturation

R 159 of 255 = 62%
G 234 of 255 = 92%
B 128 of 255 = 50%

159
234
128

R + G + B ~ 68%. #9FEA80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 234 + 128 = 521 (100%)
R 159 of 521 ~ 30.52%
G 234 of 521 ~ 44.91%
B 128 of 521 ~ 24.57'%

%30.52
%44.91
%24.57

CMYK color model

#9FEA80 color CMYK value is (32,0,45,8).

  • cyan value is 32.05%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 8.24%

CMYK: (32,0,45,8)
C32M0Y45K8 (32%, 0%, 45%, 8%)
(0.32 / 0.00 / 0.45 / 0.08)

CMYK percentages

%32.05
%0
%45.3
%8.24

Codes

Color #9FEA80 in popluar color models

9F EA 80
RGB 159 234 128
HSL 102° 71.62% 70.98%
HSB/HSV 102° 45.30% 91.76%
CMYK 32.05% 0.00% 45.30%
8.24%

Color #9FEA80 in popluar number systems.

HEX 9F EA 80
Decimal 159 234 128
Binary 10011111 11101010 10000000
Octal 237 352 200

Shades and tints

Shades of #9FEA80

#9FEA80
(159,234,128)
#91D575
(145,213,117)
#83C06A
(131,192,106)
#75AB5F
(117,171,95)
#679654
(103,150,84)
#598149
(89,129,73)
#4B6C3E
(75,108,62)
#3D5733
(61,87,51)
#2F4228
(47,66,40)
#212D1D
(33,45,29)
#131812
(19,24,18)
#000000
(0,0,0)

Tints of #9FEA80

#9FEA80
(159,234,128)
#A7EB8B
(167,235,139)
#AFEC96
(175,236,150)
#B7EDA1
(183,237,161)
#BFEEAC
(191,238,172)
#C7EFB7
(199,239,183)
#CFF0C2
(207,240,194)
#D7F1CD
(215,241,205)
#DFF2D8
(223,242,216)
#E7F3E3
(231,243,227)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FEA80 color. Also use rgb(159,234,128) instead hex code.

Text Font Color

.myTextColor { color: #9FEA80; }

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

This text font color is #9FEA80.

Background Color

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

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

This div background color is #9FEA80.

Border color

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

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

This div border color is #9FEA80.

Opacity

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

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

Text with #9FEA80 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 #9FEA80;}

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

This text has shadow with #9FEA80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FEA80.

Preview

Color preview on black background

This text has color #9FEA80 on black background.


Color preview on white background

This text has color #9FEA80 on white background.


Black color preview on #9FEA80 background

This text has black color on #9FEA80 background.


White color preview on #9FEA80 background

This text has white color on #9FEA80 background.


Related colors

Complementary color

Complementary color for #hex is #60157F.


I love getcolorcode.com

Triadic colors

1 #809FEA and #EA809F with #9FEA80 are triadic colors.

2 #80EA9F and #EA9F80 with #9FEA80 are triadic colors.