COLOR #7AFC8C

HEX: #7AFC8C
RGB: (122,252,140)

Color info

#7AFC8C contains mainly green color. Web safe color of #7AFC8C is #66FF99 (or #6F9).

RGB color model

#7AFC8C color RGB value is (122,252,140).

  • red value is 122;
  • green value is 252;
  • blue value is 140.
RGB:
(122,252,140)
(48%,99%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 252 of 255 = 99%
B 140 of 255 = 55%

122
252
140

R + G + B ~ 67%. #7AFC8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 252 + 140 = 514 (100%)
R 122 of 514 ~ 23.74%
G 252 of 514 ~ 49.03%
B 140 of 514 ~ 27.24%

%23.74
%49.03
%27.24

CMYK color model

#7AFC8C color CMYK value is (52,0,44,1).

  • cyan value is 51.59%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 1.18%
CMYK:
(52,0,44,1)
C52M0Y44K1 
(52%,0%,44%,1%)
(0.52/0.00/0.44/0.01)	

CMYK percentages

%51.59
%0
%44.44
%1.18

Codes

Color #7AFC8C in popluar color models

7AFC8C
RGB122252140
HSL128°95.59%73.33%
HSB/HSV128°51.59%98.82%
CMYK51.59%0.00%44.44%
1.18%

Color #7AFC8C in popluar number systems.

HEX7AFC8C
Decimal122252140
Binary11110101111110010001100
Octal172374214

Shades and tints

Shades of #7AFC8C

#7AFC8C
(122,252,140)
#6FE680
(111,230,128)
#64D074
(100,208,116)
#59BA68
(89,186,104)
#4EA45C
(78,164,92)
#438E50
(67,142,80)
#387844
(56,120,68)
#2D6238
(45,98,56)
#224C2C
(34,76,44)
#173620
(23,54,32)
#0C2014
(12,32,20)
#000000
(0,0,0)

Tints of #7AFC8C

#7AFC8C
(122,252,140)
#86FC96
(134,252,150)
#92FCA0
(146,252,160)
#9EFCAA
(158,252,170)
#AAFCB4
(170,252,180)
#B6FCBE
(182,252,190)
#C2FCC8
(194,252,200)
#CEFCD2
(206,252,210)
#DAFCDC
(218,252,220)
#E6FCE6
(230,252,230)
#F2FCF0
(242,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFC8C color. Also use rgb(122,252,140) instead hex code.

Text Font Color

.myTextColor { color: #7AFC8C; }

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

This text font color is #7AFC8C.


Background Color

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

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

This div background color is #7AFC8C.


Border color

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

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

This div border color is #7AFC8C.


Opacity

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

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

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

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

This text has shadow with #7AFC8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AFC8C on black background.


Color preview on white background

This text has color #7AFC8C on white background.



Black color preview on #7AFC8C background

This text has black color on #7AFC8C background.


White color preview on #7AFC8C background

This text has white color on #7AFC8C background.