COLOR #7AD59A

HEX: #7AD59A
RGB: (122,213,154)

Color info

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

RGB color model

#7AD59A color RGB value is (122,213,154).

  • red value is 122;
  • green value is 213;
  • blue value is 154.
RGB:
(122,213,154)
(48%,84%,60%)

RGB channels and saturation

R 122 of 255 = 48%
G 213 of 255 = 84%
B 154 of 255 = 60%

122
213
154

R + G + B ~ 64%. #7AD59A is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 213 + 154 = 489 (100%)
R 122 of 489 ~ 24.95%
G 213 of 489 ~ 43.56%
B 154 of 489 ~ 31.49%

%24.95
%43.56
%31.49

CMYK color model

#7AD59A color CMYK value is (43,0,28,16).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 16.47%
CMYK:
(43,0,28,16)
C43M0Y28K16 
(43%,0%,28%,16%)
(0.43/0.00/0.28/0.16)	

CMYK percentages

%42.72
%0
%27.7
%16.47

Codes

Color #7AD59A in popluar color models

7AD59A
RGB122213154
HSL141°52.00%65.69%
HSB/HSV141°42.72%83.53%
CMYK42.72%0.00%27.70%
16.47%

Color #7AD59A in popluar number systems.

HEX7AD59A
Decimal122213154
Binary11110101101010110011010
Octal172325232

Shades and tints

Shades of #7AD59A

#7AD59A
(122,213,154)
#6FC28C
(111,194,140)
#64AF7E
(100,175,126)
#599C70
(89,156,112)
#4E8962
(78,137,98)
#437654
(67,118,84)
#386346
(56,99,70)
#2D5038
(45,80,56)
#223D2A
(34,61,42)
#172A1C
(23,42,28)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #7AD59A

#7AD59A
(122,213,154)
#86D8A3
(134,216,163)
#92DBAC
(146,219,172)
#9EDEB5
(158,222,181)
#AAE1BE
(170,225,190)
#B6E4C7
(182,228,199)
#C2E7D0
(194,231,208)
#CEEAD9
(206,234,217)
#DAEDE2
(218,237,226)
#E6F0EB
(230,240,235)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AD59A; }

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

This text font color is #7AD59A.


Background Color

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

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

This div background color is #7AD59A.


Border color

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

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

This div border color is #7AD59A.


Opacity

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

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

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

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

This text has shadow with #7AD59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD59A on black background.


Color preview on white background

This text has color #7AD59A on white background.



Black color preview on #7AD59A background

This text has black color on #7AD59A background.


White color preview on #7AD59A background

This text has white color on #7AD59A background.