COLOR #7AC881

HEX: #7AC881 RGB: (122,200,129)

Color info

#7AC881 contains mainly green color. Web safe color of #7AC881 is #66CC99 (or #6C9).

RGB color model

#7AC881 color RGB value is (122,200,129).

RGB: (122,200,129) (48%, 78%, 51%)

RGB channels and saturation

R 122 of 255 = 48%
G 200 of 255 = 78%
B 129 of 255 = 51%

122
200
129

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

Portions of RGB colors in percentages

R + G + B = 122 + 200 + 129 = 451 (100%)
R 122 of 451 ~ 27.05%
G 200 of 451 ~ 44.35%
B 129 of 451 ~ 28.6'%

%27.05
%44.35
%28.6

CMYK color model

#7AC881 color CMYK value is (39,0,36,22).

  • cyan value is 39.00%
  • magenta value is 0.00%
  • yellow value is 35.50%
  • key color value is 21.57%
CMYK: (39,0,36,22) C39M0Y36K22 (39%,0%,36%,22%) (0.39/0.00/0.36/0.22) 

CMYK percentages

%39
%0
%35.5
%21.57

Codes

Color #7AC881 in popluar color models

7A C8 81
RGB 122 200 129
HSL 125° 41.49% 63.14%
HSB/HSV 125° 39.00% 78.43%
CMYK 39.00% 0.00% 35.50%
21.57%

Color #7AC881 in popluar number systems.

HEX 7A C8 81
Decimal 122 200 129
Binary 1111010 11001000 10000001
Octal 172 310 201

Shades and tints

Shades of #7AC881

#7AC881
(122,200,129)
#6FB676
(111,182,118)
#64A46B
(100,164,107)
#599260
(89,146,96)
#4E8055
(78,128,85)
#436E4A
(67,110,74)
#385C3F
(56,92,63)
#2D4A34
(45,74,52)
#223829
(34,56,41)
#17261E
(23,38,30)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #7AC881

#7AC881
(122,200,129)
#86CD8C
(134,205,140)
#92D297
(146,210,151)
#9ED7A2
(158,215,162)
#AADCAD
(170,220,173)
#B6E1B8
(182,225,184)
#C2E6C3
(194,230,195)
#CEEBCE
(206,235,206)
#DAF0D9
(218,240,217)
#E6F5E4
(230,245,228)
#F2FAEF
(242,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC881 color. Also use rgb(122,200,129) instead hex code.

Text Font Color

.myTextColor { color: #7AC881; }

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

This text font color is #7AC881.

Background Color

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

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

This div background color is #7AC881.

Border color

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

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

This div border color is #7AC881.

Opacity

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

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

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

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

This text has shadow with #7AC881 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC881.

Preview

Color preview on black background

This text has color #7AC881 on black background.


Color preview on white background

This text has color #7AC881 on white background.


Black color preview on #7AC881 background

This text has black color on #7AC881 background.


White color preview on #7AC881 background

This text has white color on #7AC881 background.


Related colors

Complementary color

Complementary color for #hex is #85377E.


I love getcolorcode.com

Triadic colors

1 #817AC8 and #C8817A with #7AC881 are triadic colors.

2 #81C87A and #C87A81 with #7AC881 are triadic colors.