COLOR #7AC395

HEX: #7AC395 RGB: (122,195,149)

Color info

#7AC395 contains mainly green and blue colors. Web safe color of #7AC395 is #66CC99 (or #6C9).

RGB color model

#7AC395 color RGB value is (122,195,149).

RGB: (122,195,149) (48%, 76%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 195 of 255 = 76%
B 149 of 255 = 58%

122
195
149

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

Portions of RGB colors in percentages

R + G + B = 122 + 195 + 149 = 466 (100%)
R 122 of 466 ~ 26.18%
G 195 of 466 ~ 41.85%
B 149 of 466 ~ 31.97'%

%26.18
%41.85
%31.97

CMYK color model

#7AC395 color CMYK value is (37,0,24,24).

  • cyan value is 37.44%
  • magenta value is 0.00%
  • yellow value is 23.59%
  • key color value is 23.53%
CMYK: (37,0,24,24) C37M0Y24K24 (37%,0%,24%,24%) (0.37/0.00/0.24/0.24) 

CMYK percentages

%37.44
%0
%23.59
%23.53

Codes

Color #7AC395 in popluar color models

7A C3 95
RGB 122 195 149
HSL 142° 37.82% 62.16%
HSB/HSV 142° 37.44% 76.47%
CMYK 37.44% 0.00% 23.59%
23.53%

Color #7AC395 in popluar number systems.

HEX 7A C3 95
Decimal 122 195 149
Binary 1111010 11000011 10010101
Octal 172 303 225

Shades and tints

Shades of #7AC395

#7AC395
(122,195,149)
#6FB288
(111,178,136)
#64A17B
(100,161,123)
#59906E
(89,144,110)
#4E7F61
(78,127,97)
#436E54
(67,110,84)
#385D47
(56,93,71)
#2D4C3A
(45,76,58)
#223B2D
(34,59,45)
#172A20
(23,42,32)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #7AC395

#7AC395
(122,195,149)
#86C89E
(134,200,158)
#92CDA7
(146,205,167)
#9ED2B0
(158,210,176)
#AAD7B9
(170,215,185)
#B6DCC2
(182,220,194)
#C2E1CB
(194,225,203)
#CEE6D4
(206,230,212)
#DAEBDD
(218,235,221)
#E6F0E6
(230,240,230)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC395 color. Also use rgb(122,195,149) instead hex code.

Text Font Color

.myTextColor { color: #7AC395; }

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

This text font color is #7AC395.

Background Color

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

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

This div background color is #7AC395.

Border color

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

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

This div border color is #7AC395.

Opacity

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

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

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

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

This text has shadow with #7AC395 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC395.

Preview

Color preview on black background

This text has color #7AC395 on black background.


Color preview on white background

This text has color #7AC395 on white background.


Black color preview on #7AC395 background

This text has black color on #7AC395 background.


White color preview on #7AC395 background

This text has white color on #7AC395 background.


Related colors

Complementary color

Complementary color for #hex is #853C6A.


I love getcolorcode.com

Triadic colors

1 #957AC3 and #C3957A with #7AC395 are triadic colors.

2 #95C37A and #C37A95 with #7AC395 are triadic colors.