COLOR #7AF491

HEX: #7AF491 RGB: (122,244,145)

Color info

#7AF491 contains mainly green color. Web safe color of #7AF491 is #66FF99 (or #6F9).

RGB color model

#7AF491 color RGB value is (122,244,145).

RGB: (122,244,145) (48%, 96%, 57%)

RGB channels and saturation

R 122 of 255 = 48%
G 244 of 255 = 96%
B 145 of 255 = 57%

122
244
145

R + G + B ~ 67%. #7AF491 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 244 + 145 = 511 (100%)
R 122 of 511 ~ 23.87%
G 244 of 511 ~ 47.75%
B 145 of 511 ~ 28.38'%

%23.87
%47.75
%28.38

CMYK color model

#7AF491 color CMYK value is (50,0,41,4).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 4.31%
CMYK: (50,0,41,4) C50M0Y41K4 (50%,0%,41%,4%) (0.50/0.00/0.41/0.04) 

CMYK percentages

%50
%0
%40.57
%4.31

Codes

Color #7AF491 in popluar color models

7A F4 91
RGB 122 244 145
HSL 131° 84.72% 71.76%
HSB/HSV 131° 50.00% 95.69%
CMYK 50.00% 0.00% 40.57%
4.31%

Color #7AF491 in popluar number systems.

HEX 7A F4 91
Decimal 122 244 145
Binary 1111010 11110100 10010001
Octal 172 364 221

Shades and tints

Shades of #7AF491

#7AF491
(122,244,145)
#6FDE84
(111,222,132)
#64C877
(100,200,119)
#59B26A
(89,178,106)
#4E9C5D
(78,156,93)
#438650
(67,134,80)
#387043
(56,112,67)
#2D5A36
(45,90,54)
#224429
(34,68,41)
#172E1C
(23,46,28)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #7AF491

#7AF491
(122,244,145)
#86F59B
(134,245,155)
#92F6A5
(146,246,165)
#9EF7AF
(158,247,175)
#AAF8B9
(170,248,185)
#B6F9C3
(182,249,195)
#C2FACD
(194,250,205)
#CEFBD7
(206,251,215)
#DAFCE1
(218,252,225)
#E6FDEB
(230,253,235)
#F2FEF5
(242,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AF491; }

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

This text font color is #7AF491.

Background Color

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

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

This div background color is #7AF491.

Border color

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

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

This div border color is #7AF491.

Opacity

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

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

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

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

This text has shadow with #7AF491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AF491.

Preview

Color preview on black background

This text has color #7AF491 on black background.


Color preview on white background

This text has color #7AF491 on white background.


Black color preview on #7AF491 background

This text has black color on #7AF491 background.


White color preview on #7AF491 background

This text has white color on #7AF491 background.


Related colors

Complementary color

Complementary color for #hex is #850B6E.


I love getcolorcode.com

Triadic colors

1 #917AF4 and #F4917A with #7AF491 are triadic colors.

2 #91F47A and #F47A91 with #7AF491 are triadic colors.