COLOR #9CFA8E

HEX: #9CFA8E
RGB: (156,250,142)

Color info

#9CFA8E contains mainly green color. Web safe color of #9CFA8E is #99FF99 (or #9F9).

RGB color model

#9CFA8E color RGB value is (156,250,142).

  • red value is 156;
  • green value is 250;
  • blue value is 142.
RGB:
(156,250,142)
(61%,98%,56%)

RGB channels and saturation

R 156 of 255 = 61%
G 250 of 255 = 98%
B 142 of 255 = 56%

156
250
142

R + G + B ~ 72%. #9CFA8E is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 250 + 142 = 548 (100%)
R 156 of 548 ~ 28.47%
G 250 of 548 ~ 45.62%
B 142 of 548 ~ 25.91%

%28.47
%45.62
%25.91

CMYK color model

#9CFA8E color CMYK value is (38,0,43,2).

  • cyan value is 37.60%
  • magenta value is 0.00%
  • yellow value is 43.20%
  • key color value is 1.96%
CMYK:
(38,0,43,2)
C38M0Y43K2 
(38%,0%,43%,2%)
(0.38/0.00/0.43/0.02)	

CMYK percentages

%37.6
%0
%43.2
%1.96

Codes

Color #9CFA8E in popluar color models

9CFA8E
RGB156250142
HSL112°91.53%76.86%
HSB/HSV112°43.20%98.04%
CMYK37.60%0.00%43.20%
1.96%

Color #9CFA8E in popluar number systems.

HEX9CFA8E
Decimal156250142
Binary100111001111101010001110
Octal234372216

Shades and tints

Shades of #9CFA8E

#9CFA8E
(156,250,142)
#8EE482
(142,228,130)
#80CE76
(128,206,118)
#72B86A
(114,184,106)
#64A25E
(100,162,94)
#568C52
(86,140,82)
#487646
(72,118,70)
#3A603A
(58,96,58)
#2C4A2E
(44,74,46)
#1E3422
(30,52,34)
#101E16
(16,30,22)
#000000
(0,0,0)

Tints of #9CFA8E

#9CFA8E
(156,250,142)
#A5FA98
(165,250,152)
#AEFAA2
(174,250,162)
#B7FAAC
(183,250,172)
#C0FAB6
(192,250,182)
#C9FAC0
(201,250,192)
#D2FACA
(210,250,202)
#DBFAD4
(219,250,212)
#E4FADE
(228,250,222)
#EDFAE8
(237,250,232)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CFA8E color. Also use rgb(156,250,142) instead hex code.

Text Font Color

.myTextColor { color: #9CFA8E; }

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

This text font color is #9CFA8E.


Background Color

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

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

This div background color is #9CFA8E.


Border color

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

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

This div border color is #9CFA8E.


Opacity

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

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

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

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

This text has shadow with #9CFA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CFA8E on black background.


Color preview on white background

This text has color #9CFA8E on white background.



Black color preview on #9CFA8E background

This text has black color on #9CFA8E background.


White color preview on #9CFA8E background

This text has white color on #9CFA8E background.