COLOR #9CFB7F

HEX: #9CFB7F RGB: (156,251,127)

Color info

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

RGB color model

#9CFB7F color RGB value is (156,251,127).

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

RGB channels and saturation

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

156
251
127

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

Portions of RGB colors in percentages

R + G + B = 156 + 251 + 127 = 534 (100%)
R 156 of 534 ~ 29.21%
G 251 of 534 ~ 47%
B 127 of 534 ~ 23.78'%

%29.21
%47
%23.78

CMYK color model

#9CFB7F color CMYK value is (38,0,49,2).

  • cyan value is 37.85%
  • magenta value is 0.00%
  • yellow value is 49.40%
  • key color value is 1.57%

CMYK: (38,0,49,2)
C38M0Y49K2 (38%, 0%, 49%, 2%)
(0.38 / 0.00 / 0.49 / 0.02)

CMYK percentages

%37.85
%0
%49.4
%1.57

Codes

Color #9CFB7F in popluar color models

9C FB 7F
RGB 156 251 127
HSL 106° 93.94% 74.12%
HSB/HSV 106° 49.40% 98.43%
CMYK 37.85% 0.00% 49.40%
1.57%

Color #9CFB7F in popluar number systems.

HEX 9C FB 7F
Decimal 156 251 127
Binary 10011100 11111011 1111111
Octal 234 373 177

Shades and tints

Shades of #9CFB7F

#9CFB7F
(156,251,127)
#8EE574
(142,229,116)
#80CF69
(128,207,105)
#72B95E
(114,185,94)
#64A353
(100,163,83)
#568D48
(86,141,72)
#48773D
(72,119,61)
#3A6132
(58,97,50)
#2C4B27
(44,75,39)
#1E351C
(30,53,28)
#101F11
(16,31,17)
#000000
(0,0,0)

Tints of #9CFB7F

#9CFB7F
(156,251,127)
#A5FB8A
(165,251,138)
#AEFB95
(174,251,149)
#B7FBA0
(183,251,160)
#C0FBAB
(192,251,171)
#C9FBB6
(201,251,182)
#D2FBC1
(210,251,193)
#DBFBCC
(219,251,204)
#E4FBD7
(228,251,215)
#EDFBE2
(237,251,226)
#F6FBED
(246,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CFB7F; }

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

This text font color is #9CFB7F.

Background Color

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

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

This div background color is #9CFB7F.

Border color

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

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

This div border color is #9CFB7F.

Opacity

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

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

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

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

This text has shadow with #9CFB7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CFB7F.

Preview

Color preview on black background

This text has color #9CFB7F on black background.


Color preview on white background

This text has color #9CFB7F on white background.


Black color preview on #9CFB7F background

This text has black color on #9CFB7F background.


White color preview on #9CFB7F background

This text has white color on #9CFB7F background.


Related colors

Complementary color

Complementary color for #hex is #630480.


I love getcolorcode.com

Triadic colors

1 #7F9CFB and #FB7F9C with #9CFB7F are triadic colors.

2 #7FFB9C and #FB9C7F with #9CFB7F are triadic colors.