COLOR #9FE084

HEX: #9FE084 RGB: (159,224,132)

Color info

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

RGB color model

#9FE084 color RGB value is (159,224,132).

RGB: (159,224,132) (62%, 88%, 52%)

RGB channels and saturation

R 159 of 255 = 62%
G 224 of 255 = 88%
B 132 of 255 = 52%

159
224
132

R + G + B ~ 67%. #9FE084 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 224 + 132 = 515 (100%)
R 159 of 515 ~ 30.87%
G 224 of 515 ~ 43.5%
B 132 of 515 ~ 25.63'%

%30.87
%43.5
%25.63

CMYK color model

#9FE084 color CMYK value is (29,0,41,12).

  • cyan value is 29.02%
  • magenta value is 0.00%
  • yellow value is 41.07%
  • key color value is 12.16%
CMYK: (29,0,41,12) C29M0Y41K12 (29%,0%,41%,12%) (0.29/0.00/0.41/0.12) 

CMYK percentages

%29.02
%0
%41.07
%12.16

Codes

Color #9FE084 in popluar color models

9F E0 84
RGB 159 224 132
HSL 102° 59.74% 69.80%
HSB/HSV 102° 41.07% 87.84%
CMYK 29.02% 0.00% 41.07%
12.16%

Color #9FE084 in popluar number systems.

HEX 9F E0 84
Decimal 159 224 132
Binary 10011111 11100000 10000100
Octal 237 340 204

Shades and tints

Shades of #9FE084

#9FE084
(159,224,132)
#91CC78
(145,204,120)
#83B86C
(131,184,108)
#75A460
(117,164,96)
#679054
(103,144,84)
#597C48
(89,124,72)
#4B683C
(75,104,60)
#3D5430
(61,84,48)
#2F4024
(47,64,36)
#212C18
(33,44,24)
#13180C
(19,24,12)
#000000
(0,0,0)

Tints of #9FE084

#9FE084
(159,224,132)
#A7E28F
(167,226,143)
#AFE49A
(175,228,154)
#B7E6A5
(183,230,165)
#BFE8B0
(191,232,176)
#C7EABB
(199,234,187)
#CFECC6
(207,236,198)
#D7EED1
(215,238,209)
#DFF0DC
(223,240,220)
#E7F2E7
(231,242,231)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FE084 color. Also use rgb(159,224,132) instead hex code.

Text Font Color

.myTextColor { color: #9FE084; }

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

This text font color is #9FE084.

Background Color

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

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

This div background color is #9FE084.

Border color

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

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

This div border color is #9FE084.

Opacity

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

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

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

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

This text has shadow with #9FE084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FE084.

Preview

Color preview on black background

This text has color #9FE084 on black background.


Color preview on white background

This text has color #9FE084 on white background.


Black color preview on #9FE084 background

This text has black color on #9FE084 background.


White color preview on #9FE084 background

This text has white color on #9FE084 background.


Related colors

Complementary color

Complementary color for #hex is #601F7B.


I love getcolorcode.com

Triadic colors

1 #849FE0 and #E0849F with #9FE084 are triadic colors.

2 #84E09F and #E09F84 with #9FE084 are triadic colors.