COLOR #7FC99A

HEX: #7FC99A RGB: (127,201,154)

Color info

#7FC99A contains mainly green and blue colors. Web safe color of #7FC99A is #66CC99 (or #6C9).

RGB color model

#7FC99A color RGB value is (127,201,154).

RGB: (127,201,154) (50%, 79%, 60%)

RGB channels and saturation

R 127 of 255 = 50%
G 201 of 255 = 79%
B 154 of 255 = 60%

127
201
154

R + G + B ~ 63%. #7FC99A is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 201 + 154 = 482 (100%)
R 127 of 482 ~ 26.35%
G 201 of 482 ~ 41.7%
B 154 of 482 ~ 31.95'%

%26.35
%41.7
%31.95

CMYK color model

#7FC99A color CMYK value is (37,0,23,21).

  • cyan value is 36.82%
  • magenta value is 0.00%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (37,0,23,21)
C37M0Y23K21 (37%, 0%, 23%, 21%)
(0.37 / 0.00 / 0.23 / 0.21)

CMYK percentages

%36.82
%0
%23.38
%21.18

Codes

Color #7FC99A in popluar color models

7F C9 9A
RGB 127 201 154
HSL 142° 40.66% 64.31%
HSB/HSV 142° 36.82% 78.82%
CMYK 36.82% 0.00% 23.38%
21.18%

Color #7FC99A in popluar number systems.

HEX 7F C9 9A
Decimal 127 201 154
Binary 1111111 11001001 10011010
Octal 177 311 232

Shades and tints

Shades of #7FC99A

#7FC99A
(127,201,154)
#74B78C
(116,183,140)
#69A57E
(105,165,126)
#5E9370
(94,147,112)
#538162
(83,129,98)
#486F54
(72,111,84)
#3D5D46
(61,93,70)
#324B38
(50,75,56)
#27392A
(39,57,42)
#1C271C
(28,39,28)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #7FC99A

#7FC99A
(127,201,154)
#8ACDA3
(138,205,163)
#95D1AC
(149,209,172)
#A0D5B5
(160,213,181)
#ABD9BE
(171,217,190)
#B6DDC7
(182,221,199)
#C1E1D0
(193,225,208)
#CCE5D9
(204,229,217)
#D7E9E2
(215,233,226)
#E2EDEB
(226,237,235)
#EDF1F4
(237,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC99A color. Also use rgb(127,201,154) instead hex code.

Text Font Color

.myTextColor { color: #7FC99A; }

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

This text font color is #7FC99A.

Background Color

.myBgColor { background-color: #7FC99A; }

<div style="background-color:#7FC99A">Inner text</div>

This div background color is #7FC99A.

Border color

.myBorderColor { border: 1px solid #7FC99A; }

<div style="border:3px solid #7FC99A">Div</div>

This div border color is #7FC99A.

Opacity

.myOpacity80 { color: #7FC99A; opacity: 0.8; }

<p style="color:#7FC99A;opacity:0.8;">80%</p>

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

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

This text has shadow with #7FC99A color.


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

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

This text has shadow with #7FC99A primary color and red secondary color.


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

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

This text has shadow with #7FC99A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7FC99A.

Preview

Color preview on black background

This text has color #7FC99A on black background.


Color preview on white background

This text has color #7FC99A on white background.


Black color preview on #7FC99A background

This text has black color on #7FC99A background.


White color preview on #7FC99A background

This text has white color on #7FC99A background.


Related colors

Complementary color

Complementary color for #hex is #803665.


I love getcolorcode.com

Triadic colors

1 #9A7FC9 and #C99A7F with #7FC99A are triadic colors.

2 #9AC97F and #C97F9A with #7FC99A are triadic colors.