COLOR #7AC483

HEX: #7AC483
RGB: (122,196,131)

Color info

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

RGB color model

#7AC483 color RGB value is (122,196,131).

  • red value is 122;
  • green value is 196;
  • blue value is 131.
RGB:
(122,196,131)
(48%,77%,51%)

RGB channels and saturation

R 122 of 255 = 48%
G 196 of 255 = 77%
B 131 of 255 = 51%

122
196
131

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

Portions of RGB colors in percentages

R + G + B =
122 + 196 + 131 = 449 (100%)
R 122 of 449 ~ 27.17%
G 196 of 449 ~ 43.65%
B 131 of 449 ~ 29.18%

%27.17
%43.65
%29.18

CMYK color model

#7AC483 color CMYK value is (38,0,33,23).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(38,0,33,23)
C38M0Y33K23 
(38%,0%,33%,23%)
(0.38/0.00/0.33/0.23)	

CMYK percentages

%37.76
%0
%33.16
%23.14

Codes

Color #7AC483 in popluar color models

7AC483
RGB122196131
HSL127°38.54%62.35%
HSB/HSV127°37.76%76.86%
CMYK37.76%0.00%33.16%
23.14%

Color #7AC483 in popluar number systems.

HEX7AC483
Decimal122196131
Binary11110101100010010000011
Octal172304203

Shades and tints

Shades of #7AC483

#7AC483
(122,196,131)
#6FB378
(111,179,120)
#64A26D
(100,162,109)
#599162
(89,145,98)
#4E8057
(78,128,87)
#436F4C
(67,111,76)
#385E41
(56,94,65)
#2D4D36
(45,77,54)
#223C2B
(34,60,43)
#172B20
(23,43,32)
#0C1A15
(12,26,21)
#000000
(0,0,0)

Tints of #7AC483

#7AC483
(122,196,131)
#86C98E
(134,201,142)
#92CE99
(146,206,153)
#9ED3A4
(158,211,164)
#AAD8AF
(170,216,175)
#B6DDBA
(182,221,186)
#C2E2C5
(194,226,197)
#CEE7D0
(206,231,208)
#DAECDB
(218,236,219)
#E6F1E6
(230,241,230)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC483; }

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

This text font color is #7AC483.


Background Color

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

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

This div background color is #7AC483.


Border color

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

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

This div border color is #7AC483.


Opacity

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

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

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

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

This text has shadow with #7AC483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC483 on black background.


Color preview on white background

This text has color #7AC483 on white background.



Black color preview on #7AC483 background

This text has black color on #7AC483 background.


White color preview on #7AC483 background

This text has white color on #7AC483 background.