COLOR #7ADD7A

HEX: #7ADD7A
RGB: (122,221,122)

Color info

#7ADD7A contains mainly green color. Web safe color of #7ADD7A is #66CC66 (or #6C6).

RGB color model

#7ADD7A color RGB value is (122,221,122).

  • red value is 122;
  • green value is 221;
  • blue value is 122.
RGB:
(122,221,122)
(48%,87%,48%)

RGB channels and saturation

R 122 of 255 = 48%
G 221 of 255 = 87%
B 122 of 255 = 48%

122
221
122

R + G + B ~ 61%. #7ADD7A is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 221 + 122 = 465 (100%)
R 122 of 465 ~ 26.24%
G 221 of 465 ~ 47.53%
B 122 of 465 ~ 26.24%

%26.24
%47.53
%26.24

CMYK color model

#7ADD7A color CMYK value is (45,0,45,13).

  • cyan value is 44.80%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 13.33%
CMYK:
(45,0,45,13)
C45M0Y45K13 
(45%,0%,45%,13%)
(0.45/0.00/0.45/0.13)	

CMYK percentages

%44.8
%0
%44.8
%13.33

Codes

Color #7ADD7A in popluar color models

7ADD7A
RGB122221122
HSL120°59.28%67.25%
HSB/HSV120°44.80%86.67%
CMYK44.80%0.00%44.80%
13.33%

Color #7ADD7A in popluar number systems.

HEX7ADD7A
Decimal122221122
Binary1111010110111011111010
Octal172335172

Shades and tints

Shades of #7ADD7A

#7ADD7A
(122,221,122)
#6FC96F
(111,201,111)
#64B564
(100,181,100)
#59A159
(89,161,89)
#4E8D4E
(78,141,78)
#437943
(67,121,67)
#386538
(56,101,56)
#2D512D
(45,81,45)
#223D22
(34,61,34)
#172917
(23,41,23)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #7ADD7A

#7ADD7A
(122,221,122)
#86E086
(134,224,134)
#92E392
(146,227,146)
#9EE69E
(158,230,158)
#AAE9AA
(170,233,170)
#B6ECB6
(182,236,182)
#C2EFC2
(194,239,194)
#CEF2CE
(206,242,206)
#DAF5DA
(218,245,218)
#E6F8E6
(230,248,230)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7ADD7A; }

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

This text font color is #7ADD7A.


Background Color

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

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

This div background color is #7ADD7A.


Border color

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

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

This div border color is #7ADD7A.


Opacity

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

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

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

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

This text has shadow with #7ADD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ADD7A on black background.


Color preview on white background

This text has color #7ADD7A on white background.



Black color preview on #7ADD7A background

This text has black color on #7ADD7A background.


White color preview on #7ADD7A background

This text has white color on #7ADD7A background.