COLOR #7AEB60

HEX: #7AEB60
RGB: (122,235,96)

Color info

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

RGB color model

#7AEB60 color RGB value is (122,235,96).

  • red value is 122;
  • green value is 235;
  • blue value is 96.
RGB:
(122,235,96)
(48%,92%,38%)

RGB channels and saturation

R 122 of 255 = 48%
G 235 of 255 = 92%
B 96 of 255 = 38%

122
235
96

R + G + B ~ 59%. #7AEB60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 235 + 96 = 453 (100%)
R 122 of 453 ~ 26.93%
G 235 of 453 ~ 51.88%
B 96 of 453 ~ 21.19%

%26.93
%51.88
%21.19

CMYK color model

#7AEB60 color CMYK value is (48,0,59,8).

  • cyan value is 48.09%
  • magenta value is 0.00%
  • yellow value is 59.15%
  • key color value is 7.84%
CMYK:
(48,0,59,8)
C48M0Y59K8 
(48%,0%,59%,8%)
(0.48/0.00/0.59/0.08)	

CMYK percentages

%48.09
%0
%59.15
%7.84

Codes

Color #7AEB60 in popluar color models

7AEB60
RGB12223596
HSL109°77.65%64.90%
HSB/HSV109°59.15%92.16%
CMYK48.09%0.00%59.15%
7.84%

Color #7AEB60 in popluar number systems.

HEX7AEB60
Decimal12223596
Binary1111010111010111100000
Octal172353140

Shades and tints

Shades of #7AEB60

#7AEB60
(122,235,96)
#6FD658
(111,214,88)
#64C150
(100,193,80)
#59AC48
(89,172,72)
#4E9740
(78,151,64)
#438238
(67,130,56)
#386D30
(56,109,48)
#2D5828
(45,88,40)
#224320
(34,67,32)
#172E18
(23,46,24)
#0C1910
(12,25,16)
#000000
(0,0,0)

Tints of #7AEB60

#7AEB60
(122,235,96)
#86EC6E
(134,236,110)
#92ED7C
(146,237,124)
#9EEE8A
(158,238,138)
#AAEF98
(170,239,152)
#B6F0A6
(182,240,166)
#C2F1B4
(194,241,180)
#CEF2C2
(206,242,194)
#DAF3D0
(218,243,208)
#E6F4DE
(230,244,222)
#F2F5EC
(242,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AEB60; }

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

This text font color is #7AEB60.


Background Color

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

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

This div background color is #7AEB60.


Border color

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

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

This div border color is #7AEB60.


Opacity

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

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

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

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

This text has shadow with #7AEB60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEB60 on black background.


Color preview on white background

This text has color #7AEB60 on white background.



Black color preview on #7AEB60 background

This text has black color on #7AEB60 background.


White color preview on #7AEB60 background

This text has white color on #7AEB60 background.