COLOR #7AC883

HEX: #7AC883 RGB: (122,200,131)

Color info

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

RGB color model

#7AC883 color RGB value is (122,200,131).

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

RGB channels and saturation

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

122
200
131

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

Portions of RGB colors in percentages

R + G + B = 122 + 200 + 131 = 453 (100%)
R 122 of 453 ~ 26.93%
G 200 of 453 ~ 44.15%
B 131 of 453 ~ 28.92'%

%26.93
%44.15
%28.92

CMYK color model

#7AC883 color CMYK value is (39,0,35,22).

  • cyan value is 39.00%
  • magenta value is 0.00%
  • yellow value is 34.50%
  • key color value is 21.57%

CMYK: (39,0,35,22)
C39M0Y35K22 (39%, 0%, 35%, 22%)
(0.39 / 0.00 / 0.35 / 0.22)

CMYK percentages

%39
%0
%34.5
%21.57

Codes

Color #7AC883 in popluar color models

7A C8 83
RGB 122 200 131
HSL 127° 41.49% 63.14%
HSB/HSV 127° 39.00% 78.43%
CMYK 39.00% 0.00% 34.50%
21.57%

Color #7AC883 in popluar number systems.

HEX 7A C8 83
Decimal 122 200 131
Binary 1111010 11001000 10000011
Octal 172 310 203

Shades and tints

Shades of #7AC883

#7AC883
(122,200,131)
#6FB678
(111,182,120)
#64A46D
(100,164,109)
#599262
(89,146,98)
#4E8057
(78,128,87)
#436E4C
(67,110,76)
#385C41
(56,92,65)
#2D4A36
(45,74,54)
#22382B
(34,56,43)
#172620
(23,38,32)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #7AC883

#7AC883
(122,200,131)
#86CD8E
(134,205,142)
#92D299
(146,210,153)
#9ED7A4
(158,215,164)
#AADCAF
(170,220,175)
#B6E1BA
(182,225,186)
#C2E6C5
(194,230,197)
#CEEBD0
(206,235,208)
#DAF0DB
(218,240,219)
#E6F5E6
(230,245,230)
#F2FAF1
(242,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC883; }

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

This text font color is #7AC883.

Background Color

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

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

This div background color is #7AC883.

Border color

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

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

This div border color is #7AC883.

Opacity

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

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

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

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

This text has shadow with #7AC883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC883.

Preview

Color preview on black background

This text has color #7AC883 on black background.


Color preview on white background

This text has color #7AC883 on white background.


Black color preview on #7AC883 background

This text has black color on #7AC883 background.


White color preview on #7AC883 background

This text has white color on #7AC883 background.


Related colors

Complementary color

Complementary color for #hex is #85377C.


I love getcolorcode.com

Triadic colors

1 #837AC8 and #C8837A with #7AC883 are triadic colors.

2 #83C87A and #C87A83 with #7AC883 are triadic colors.