COLOR #9CF57E

HEX: #9CF57E
RGB: (156,245,126)

Color info

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

RGB color model

#9CF57E color RGB value is (156,245,126).

  • red value is 156;
  • green value is 245;
  • blue value is 126.
RGB:
(156,245,126)
(61%,96%,49%)

RGB channels and saturation

R 156 of 255 = 61%
G 245 of 255 = 96%
B 126 of 255 = 49%

156
245
126

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

Portions of RGB colors in percentages

R + G + B =
156 + 245 + 126 = 527 (100%)
R 156 of 527 ~ 29.6%
G 245 of 527 ~ 46.49%
B 126 of 527 ~ 23.91%

%29.6
%46.49
%23.91

CMYK color model

#9CF57E color CMYK value is (36,0,49,4).

  • cyan value is 36.33%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 3.92%
CMYK:
(36,0,49,4)
C36M0Y49K4 
(36%,0%,49%,4%)
(0.36/0.00/0.49/0.04)	

CMYK percentages

%36.33
%0
%48.57
%3.92

Codes

Color #9CF57E in popluar color models

9CF57E
RGB156245126
HSL105°85.61%72.75%
HSB/HSV105°48.57%96.08%
CMYK36.33%0.00%48.57%
3.92%

Color #9CF57E in popluar number systems.

HEX9CF57E
Decimal156245126
Binary10011100111101011111110
Octal234365176

Shades and tints

Shades of #9CF57E

#9CF57E
(156,245,126)
#8EDF73
(142,223,115)
#80C968
(128,201,104)
#72B35D
(114,179,93)
#649D52
(100,157,82)
#568747
(86,135,71)
#48713C
(72,113,60)
#3A5B31
(58,91,49)
#2C4526
(44,69,38)
#1E2F1B
(30,47,27)
#101910
(16,25,16)
#000000
(0,0,0)

Tints of #9CF57E

#9CF57E
(156,245,126)
#A5F589
(165,245,137)
#AEF594
(174,245,148)
#B7F59F
(183,245,159)
#C0F5AA
(192,245,170)
#C9F5B5
(201,245,181)
#D2F5C0
(210,245,192)
#DBF5CB
(219,245,203)
#E4F5D6
(228,245,214)
#EDF5E1
(237,245,225)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF57E color. Also use rgb(156,245,126) instead hex code.

Text Font Color

.myTextColor { color: #9CF57E; }

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

This text font color is #9CF57E.


Background Color

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

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

This div background color is #9CF57E.


Border color

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

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

This div border color is #9CF57E.


Opacity

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

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

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

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

This text has shadow with #9CF57E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CF57E on black background.


Color preview on white background

This text has color #9CF57E on white background.



Black color preview on #9CF57E background

This text has black color on #9CF57E background.


White color preview on #9CF57E background

This text has white color on #9CF57E background.