COLOR #7AC464

HEX: #7AC464 RGB: (122,196,100)

Color info

#7AC464 contains mainly green color. Web safe color of #7AC464 is #66CC66 (or #6C6).

RGB color model

#7AC464 color RGB value is (122,196,100).

RGB: (122,196,100) (48%, 77%, 39%)

RGB channels and saturation

R 122 of 255 = 48%
G 196 of 255 = 77%
B 100 of 255 = 39%

122
196
100

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

Portions of RGB colors in percentages

R + G + B = 122 + 196 + 100 = 418 (100%)
R 122 of 418 ~ 29.19%
G 196 of 418 ~ 46.89%
B 100 of 418 ~ 23.92'%

%29.19
%46.89
%23.92

CMYK color model

#7AC464 color CMYK value is (38,0,49,23).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 23.14%
CMYK: (38,0,49,23) C38M0Y49K23 (38%,0%,49%,23%) (0.38/0.00/0.49/0.23) 

CMYK percentages

%37.76
%0
%48.98
%23.14

Codes

Color #7AC464 in popluar color models

7A C4 64
RGB 122 196 100
HSL 106° 44.86% 58.04%
HSB/HSV 106° 48.98% 76.86%
CMYK 37.76% 0.00% 48.98%
23.14%

Color #7AC464 in popluar number systems.

HEX 7A C4 64
Decimal 122 196 100
Binary 1111010 11000100 1100100
Octal 172 304 144

Shades and tints

Shades of #7AC464

#7AC464
(122,196,100)
#6FB35B
(111,179,91)
#64A252
(100,162,82)
#599149
(89,145,73)
#4E8040
(78,128,64)
#436F37
(67,111,55)
#385E2E
(56,94,46)
#2D4D25
(45,77,37)
#223C1C
(34,60,28)
#172B13
(23,43,19)
#0C1A0A
(12,26,10)
#000000
(0,0,0)

Tints of #7AC464

#7AC464
(122,196,100)
#86C972
(134,201,114)
#92CE80
(146,206,128)
#9ED38E
(158,211,142)
#AAD89C
(170,216,156)
#B6DDAA
(182,221,170)
#C2E2B8
(194,226,184)
#CEE7C6
(206,231,198)
#DAECD4
(218,236,212)
#E6F1E2
(230,241,226)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC464 color. Also use rgb(122,196,100) instead hex code.

Text Font Color

.myTextColor { color: #7AC464; }

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

This text font color is #7AC464.

Background Color

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

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

This div background color is #7AC464.

Border color

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

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

This div border color is #7AC464.

Opacity

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

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

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

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

This text has shadow with #7AC464 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC464.

Preview

Color preview on black background

This text has color #7AC464 on black background.


Color preview on white background

This text has color #7AC464 on white background.


Black color preview on #7AC464 background

This text has black color on #7AC464 background.


White color preview on #7AC464 background

This text has white color on #7AC464 background.


Related colors

Complementary color

Complementary color for #hex is #853B9B.


I love getcolorcode.com

Triadic colors

1 #647AC4 and #C4647A with #7AC464 are triadic colors.

2 #64C47A and #C47A64 with #7AC464 are triadic colors.