COLOR #9CF97F

HEX: #9CF97F RGB: (156,249,127)

Color info

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

RGB color model

#9CF97F color RGB value is (156,249,127).

RGB: (156,249,127) (61%, 98%, 50%)

RGB channels and saturation

R 156 of 255 = 61%
G 249 of 255 = 98%
B 127 of 255 = 50%

156
249
127

R + G + B ~ 70%. #9CF97F is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 249 + 127 = 532 (100%)
R 156 of 532 ~ 29.32%
G 249 of 532 ~ 46.8%
B 127 of 532 ~ 23.87'%

%29.32
%46.8
%23.87

CMYK color model

#9CF97F color CMYK value is (37,0,49,2).

  • cyan value is 37.35%
  • magenta value is 0.00%
  • yellow value is 49.00%
  • key color value is 2.35%
CMYK: (37,0,49,2) C37M0Y49K2 (37%,0%,49%,2%) (0.37/0.00/0.49/0.02) 

CMYK percentages

%37.35
%0
%49
%2.35

Codes

Color #9CF97F in popluar color models

9C F9 7F
RGB 156 249 127
HSL 106° 91.04% 73.73%
HSB/HSV 106° 49.00% 97.65%
CMYK 37.35% 0.00% 49.00%
2.35%

Color #9CF97F in popluar number systems.

HEX 9C F9 7F
Decimal 156 249 127
Binary 10011100 11111001 1111111
Octal 234 371 177

Shades and tints

Shades of #9CF97F

#9CF97F
(156,249,127)
#8EE374
(142,227,116)
#80CD69
(128,205,105)
#72B75E
(114,183,94)
#64A153
(100,161,83)
#568B48
(86,139,72)
#48753D
(72,117,61)
#3A5F32
(58,95,50)
#2C4927
(44,73,39)
#1E331C
(30,51,28)
#101D11
(16,29,17)
#000000
(0,0,0)

Tints of #9CF97F

#9CF97F
(156,249,127)
#A5F98A
(165,249,138)
#AEF995
(174,249,149)
#B7F9A0
(183,249,160)
#C0F9AB
(192,249,171)
#C9F9B6
(201,249,182)
#D2F9C1
(210,249,193)
#DBF9CC
(219,249,204)
#E4F9D7
(228,249,215)
#EDF9E2
(237,249,226)
#F6F9ED
(246,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CF97F color. Also use rgb(156,249,127) instead hex code.

Text Font Color

.myTextColor { color: #9CF97F; }

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

This text font color is #9CF97F.

Background Color

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

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

This div background color is #9CF97F.

Border color

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

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

This div border color is #9CF97F.

Opacity

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

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

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

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

This text has shadow with #9CF97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CF97F.

Preview

Color preview on black background

This text has color #9CF97F on black background.


Color preview on white background

This text has color #9CF97F on white background.


Black color preview on #9CF97F background

This text has black color on #9CF97F background.


White color preview on #9CF97F background

This text has white color on #9CF97F background.


Related colors

Complementary color

Complementary color for #hex is #630680.


I love getcolorcode.com

Triadic colors

1 #7F9CF9 and #F97F9C with #9CF97F are triadic colors.

2 #7FF99C and #F99C7F with #9CF97F are triadic colors.