COLOR #7AFD9B

HEX: #7AFD9B
RGB: (122,253,155)

Color info

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

RGB color model

#7AFD9B color RGB value is (122,253,155).

  • red value is 122;
  • green value is 253;
  • blue value is 155.
RGB:
(122,253,155)
(48%,99%,61%)

RGB channels and saturation

R 122 of 255 = 48%
G 253 of 255 = 99%
B 155 of 255 = 61%

122
253
155

R + G + B ~ 69%. #7AFD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 253 + 155 = 530 (100%)
R 122 of 530 ~ 23.02%
G 253 of 530 ~ 47.74%
B 155 of 530 ~ 29.25%

%23.02
%47.74
%29.25

CMYK color model

#7AFD9B color CMYK value is (52,0,39,1).

  • cyan value is 51.78%
  • magenta value is 0.00%
  • yellow value is 38.74%
  • key color value is 0.78%
CMYK:
(52,0,39,1)
C52M0Y39K1 
(52%,0%,39%,1%)
(0.52/0.00/0.39/0.01)	

CMYK percentages

%51.78
%0
%38.74
%0.78

Codes

Color #7AFD9B in popluar color models

7AFD9B
RGB122253155
HSL135°97.04%73.53%
HSB/HSV135°51.78%99.22%
CMYK51.78%0.00%38.74%
0.78%

Color #7AFD9B in popluar number systems.

HEX7AFD9B
Decimal122253155
Binary11110101111110110011011
Octal172375233

Shades and tints

Shades of #7AFD9B

#7AFD9B
(122,253,155)
#6FE68D
(111,230,141)
#64CF7F
(100,207,127)
#59B871
(89,184,113)
#4EA163
(78,161,99)
#438A55
(67,138,85)
#387347
(56,115,71)
#2D5C39
(45,92,57)
#22452B
(34,69,43)
#172E1D
(23,46,29)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #7AFD9B

#7AFD9B
(122,253,155)
#86FDA4
(134,253,164)
#92FDAD
(146,253,173)
#9EFDB6
(158,253,182)
#AAFDBF
(170,253,191)
#B6FDC8
(182,253,200)
#C2FDD1
(194,253,209)
#CEFDDA
(206,253,218)
#DAFDE3
(218,253,227)
#E6FDEC
(230,253,236)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFD9B color. Also use rgb(122,253,155) instead hex code.

Text Font Color

.myTextColor { color: #7AFD9B; }

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

This text font color is #7AFD9B.


Background Color

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

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

This div background color is #7AFD9B.


Border color

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

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

This div border color is #7AFD9B.


Opacity

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

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

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

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

This text has shadow with #7AFD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AFD9B on black background.


Color preview on white background

This text has color #7AFD9B on white background.



Black color preview on #7AFD9B background

This text has black color on #7AFD9B background.


White color preview on #7AFD9B background

This text has white color on #7AFD9B background.