COLOR #9CEF80

HEX: #9CEF80
RGB: (156,239,128)

Color info

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

RGB color model

#9CEF80 color RGB value is (156,239,128).

  • red value is 156;
  • green value is 239;
  • blue value is 128.
RGB:
(156,239,128)
(61%,94%,50%)

RGB channels and saturation

R 156 of 255 = 61%
G 239 of 255 = 94%
B 128 of 255 = 50%

156
239
128

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

Portions of RGB colors in percentages

R + G + B =
156 + 239 + 128 = 523 (100%)
R 156 of 523 ~ 29.83%
G 239 of 523 ~ 45.7%
B 128 of 523 ~ 24.47%

%29.83
%45.7
%24.47

CMYK color model

#9CEF80 color CMYK value is (35,0,46,6).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 46.44%
  • key color value is 6.27%
CMYK:
(35,0,46,6)
C35M0Y46K6 
(35%,0%,46%,6%)
(0.35/0.00/0.46/0.06)	

CMYK percentages

%34.73
%0
%46.44
%6.27

Codes

Color #9CEF80 in popluar color models

9CEF80
RGB156239128
HSL105°77.62%71.96%
HSB/HSV105°46.44%93.73%
CMYK34.73%0.00%46.44%
6.27%

Color #9CEF80 in popluar number systems.

HEX9CEF80
Decimal156239128
Binary100111001110111110000000
Octal234357200

Shades and tints

Shades of #9CEF80

#9CEF80
(156,239,128)
#8EDA75
(142,218,117)
#80C56A
(128,197,106)
#72B05F
(114,176,95)
#649B54
(100,155,84)
#568649
(86,134,73)
#48713E
(72,113,62)
#3A5C33
(58,92,51)
#2C4728
(44,71,40)
#1E321D
(30,50,29)
#101D12
(16,29,18)
#000000
(0,0,0)

Tints of #9CEF80

#9CEF80
(156,239,128)
#A5F08B
(165,240,139)
#AEF196
(174,241,150)
#B7F2A1
(183,242,161)
#C0F3AC
(192,243,172)
#C9F4B7
(201,244,183)
#D2F5C2
(210,245,194)
#DBF6CD
(219,246,205)
#E4F7D8
(228,247,216)
#EDF8E3
(237,248,227)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CEF80 color. Also use rgb(156,239,128) instead hex code.

Text Font Color

.myTextColor { color: #9CEF80; }

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

This text font color is #9CEF80.


Background Color

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

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

This div background color is #9CEF80.


Border color

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

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

This div border color is #9CEF80.


Opacity

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

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

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

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

This text has shadow with #9CEF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CEF80 on black background.


Color preview on white background

This text has color #9CEF80 on white background.



Black color preview on #9CEF80 background

This text has black color on #9CEF80 background.


White color preview on #9CEF80 background

This text has white color on #9CEF80 background.