COLOR #7AF85E

HEX: #7AF85E
RGB: (122,248,94)

Color info

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

RGB color model

#7AF85E color RGB value is (122,248,94).

  • red value is 122;
  • green value is 248;
  • blue value is 94.
RGB:
(122,248,94)
(48%,97%,37%)

RGB channels and saturation

R 122 of 255 = 48%
G 248 of 255 = 97%
B 94 of 255 = 37%

122
248
94

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

Portions of RGB colors in percentages

R + G + B =
122 + 248 + 94 = 464 (100%)
R 122 of 464 ~ 26.29%
G 248 of 464 ~ 53.45%
B 94 of 464 ~ 20.26%

%26.29
%53.45
%20.26

CMYK color model

#7AF85E color CMYK value is (51,0,62,3).

  • cyan value is 50.81%
  • magenta value is 0.00%
  • yellow value is 62.10%
  • key color value is 2.75%
CMYK:
(51,0,62,3)
C51M0Y62K3 
(51%,0%,62%,3%)
(0.51/0.00/0.62/0.03)	

CMYK percentages

%50.81
%0
%62.1
%2.75

Codes

Color #7AF85E in popluar color models

7AF85E
RGB12224894
HSL109°91.67%67.06%
HSB/HSV109°62.10%97.25%
CMYK50.81%0.00%62.10%
2.75%

Color #7AF85E in popluar number systems.

HEX7AF85E
Decimal12224894
Binary1111010111110001011110
Octal172370136

Shades and tints

Shades of #7AF85E

#7AF85E
(122,248,94)
#6FE256
(111,226,86)
#64CC4E
(100,204,78)
#59B646
(89,182,70)
#4EA03E
(78,160,62)
#438A36
(67,138,54)
#38742E
(56,116,46)
#2D5E26
(45,94,38)
#22481E
(34,72,30)
#173216
(23,50,22)
#0C1C0E
(12,28,14)
#000000
(0,0,0)

Tints of #7AF85E

#7AF85E
(122,248,94)
#86F86C
(134,248,108)
#92F87A
(146,248,122)
#9EF888
(158,248,136)
#AAF896
(170,248,150)
#B6F8A4
(182,248,164)
#C2F8B2
(194,248,178)
#CEF8C0
(206,248,192)
#DAF8CE
(218,248,206)
#E6F8DC
(230,248,220)
#F2F8EA
(242,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AF85E; }

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

This text font color is #7AF85E.


Background Color

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

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

This div background color is #7AF85E.


Border color

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

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

This div border color is #7AF85E.


Opacity

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

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

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

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

This text has shadow with #7AF85E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AF85E on black background.


Color preview on white background

This text has color #7AF85E on white background.



Black color preview on #7AF85E background

This text has black color on #7AF85E background.


White color preview on #7AF85E background

This text has white color on #7AF85E background.