COLOR #7ACA8D

HEX: #7ACA8D
RGB: (122,202,141)

Color info

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

RGB color model

#7ACA8D color RGB value is (122,202,141).

  • red value is 122;
  • green value is 202;
  • blue value is 141.
RGB:
(122,202,141)
(48%,79%,55%)

RGB channels and saturation

R 122 of 255 = 48%
G 202 of 255 = 79%
B 141 of 255 = 55%

122
202
141

R + G + B ~ 61%. #7ACA8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 202 + 141 = 465 (100%)
R 122 of 465 ~ 26.24%
G 202 of 465 ~ 43.44%
B 141 of 465 ~ 30.32%

%26.24
%43.44
%30.32

CMYK color model

#7ACA8D color CMYK value is (40,0,30,21).

  • cyan value is 39.60%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 20.78%
CMYK:
(40,0,30,21)
C40M0Y30K21 
(40%,0%,30%,21%)
(0.40/0.00/0.30/0.21)	

CMYK percentages

%39.6
%0
%30.2
%20.78

Codes

Color #7ACA8D in popluar color models

7ACA8D
RGB122202141
HSL134°43.01%63.53%
HSB/HSV134°39.60%79.22%
CMYK39.60%0.00%30.20%
20.78%

Color #7ACA8D in popluar number systems.

HEX7ACA8D
Decimal122202141
Binary11110101100101010001101
Octal172312215

Shades and tints

Shades of #7ACA8D

#7ACA8D
(122,202,141)
#6FB881
(111,184,129)
#64A675
(100,166,117)
#599469
(89,148,105)
#4E825D
(78,130,93)
#437051
(67,112,81)
#385E45
(56,94,69)
#2D4C39
(45,76,57)
#223A2D
(34,58,45)
#172821
(23,40,33)
#0C1615
(12,22,21)
#000000
(0,0,0)

Tints of #7ACA8D

#7ACA8D
(122,202,141)
#86CE97
(134,206,151)
#92D2A1
(146,210,161)
#9ED6AB
(158,214,171)
#AADAB5
(170,218,181)
#B6DEBF
(182,222,191)
#C2E2C9
(194,226,201)
#CEE6D3
(206,230,211)
#DAEADD
(218,234,221)
#E6EEE7
(230,238,231)
#F2F2F1
(242,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ACA8D color. Also use rgb(122,202,141) instead hex code.

Text Font Color

.myTextColor { color: #7ACA8D; }

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

This text font color is #7ACA8D.


Background Color

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

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

This div background color is #7ACA8D.


Border color

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

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

This div border color is #7ACA8D.


Opacity

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

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

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

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

This text has shadow with #7ACA8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7ACA8D on black background.


Color preview on white background

This text has color #7ACA8D on white background.



Black color preview on #7ACA8D background

This text has black color on #7ACA8D background.


White color preview on #7ACA8D background

This text has white color on #7ACA8D background.