COLOR #7AED6F

HEX: #7AED6F
RGB: (122,237,111)

Color info

#7AED6F contains mainly green color. Web safe color of #7AED6F is #66FF66 (or #6F6).

RGB color model

#7AED6F color RGB value is (122,237,111).

  • red value is 122;
  • green value is 237;
  • blue value is 111.
RGB:
(122,237,111)
(48%,93%,44%)

RGB channels and saturation

R 122 of 255 = 48%
G 237 of 255 = 93%
B 111 of 255 = 44%

122
237
111

R + G + B ~ 62%. #7AED6F is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 237 + 111 = 470 (100%)
R 122 of 470 ~ 25.96%
G 237 of 470 ~ 50.43%
B 111 of 470 ~ 23.62%

%25.96
%50.43
%23.62

CMYK color model

#7AED6F color CMYK value is (49,0,53,7).

  • cyan value is 48.52%
  • magenta value is 0.00%
  • yellow value is 53.16%
  • key color value is 7.06%
CMYK:
(49,0,53,7)
C49M0Y53K7 
(49%,0%,53%,7%)
(0.49/0.00/0.53/0.07)	

CMYK percentages

%48.52
%0
%53.16
%7.06

Codes

Color #7AED6F in popluar color models

7AED6F
RGB122237111
HSL115°77.78%68.24%
HSB/HSV115°53.16%92.94%
CMYK48.52%0.00%53.16%
7.06%

Color #7AED6F in popluar number systems.

HEX7AED6F
Decimal122237111
Binary1111010111011011101111
Octal172355157

Shades and tints

Shades of #7AED6F

#7AED6F
(122,237,111)
#6FD865
(111,216,101)
#64C35B
(100,195,91)
#59AE51
(89,174,81)
#4E9947
(78,153,71)
#43843D
(67,132,61)
#386F33
(56,111,51)
#2D5A29
(45,90,41)
#22451F
(34,69,31)
#173015
(23,48,21)
#0C1B0B
(12,27,11)
#000000
(0,0,0)

Tints of #7AED6F

#7AED6F
(122,237,111)
#86EE7C
(134,238,124)
#92EF89
(146,239,137)
#9EF096
(158,240,150)
#AAF1A3
(170,241,163)
#B6F2B0
(182,242,176)
#C2F3BD
(194,243,189)
#CEF4CA
(206,244,202)
#DAF5D7
(218,245,215)
#E6F6E4
(230,246,228)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AED6F; }

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

This text font color is #7AED6F.


Background Color

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

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

This div background color is #7AED6F.


Border color

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

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

This div border color is #7AED6F.


Opacity

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

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

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

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

This text has shadow with #7AED6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AED6F on black background.


Color preview on white background

This text has color #7AED6F on white background.



Black color preview on #7AED6F background

This text has black color on #7AED6F background.


White color preview on #7AED6F background

This text has white color on #7AED6F background.