COLOR #7AC17F

HEX: #7AC17F RGB: (122,193,127)

Color info

#7AC17F contains mainly green color. Web safe color of #7AC17F is #66CC66 (or #6C6).

RGB color model

#7AC17F color RGB value is (122,193,127).

RGB: (122,193,127) (48%, 76%, 50%)

RGB channels and saturation

R 122 of 255 = 48%
G 193 of 255 = 76%
B 127 of 255 = 50%

122
193
127

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

Portions of RGB colors in percentages

R + G + B = 122 + 193 + 127 = 442 (100%)
R 122 of 442 ~ 27.6%
G 193 of 442 ~ 43.67%
B 127 of 442 ~ 28.73'%

%27.6
%43.67
%28.73

CMYK color model

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

  • cyan value is 36.79%
  • magenta value is 0.00%
  • yellow value is 34.20%
  • key color value is 24.31%

CMYK: (37,0,34,24)
C37M0Y34K24 (37%, 0%, 34%, 24%)
(0.37 / 0.00 / 0.34 / 0.24)

CMYK percentages

%36.79
%0
%34.2
%24.31

Codes

Color #7AC17F in popluar color models

7A C1 7F
RGB 122 193 127
HSL 124° 36.41% 61.76%
HSB/HSV 124° 36.79% 75.69%
CMYK 36.79% 0.00% 34.20%
24.31%

Color #7AC17F in popluar number systems.

HEX 7A C1 7F
Decimal 122 193 127
Binary 1111010 11000001 1111111
Octal 172 301 177

Shades and tints

Shades of #7AC17F

#7AC17F
(122,193,127)
#6FB074
(111,176,116)
#649F69
(100,159,105)
#598E5E
(89,142,94)
#4E7D53
(78,125,83)
#436C48
(67,108,72)
#385B3D
(56,91,61)
#2D4A32
(45,74,50)
#223927
(34,57,39)
#17281C
(23,40,28)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #7AC17F

#7AC17F
(122,193,127)
#86C68A
(134,198,138)
#92CB95
(146,203,149)
#9ED0A0
(158,208,160)
#AAD5AB
(170,213,171)
#B6DAB6
(182,218,182)
#C2DFC1
(194,223,193)
#CEE4CC
(206,228,204)
#DAE9D7
(218,233,215)
#E6EEE2
(230,238,226)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC17F color. Also use rgb(122,193,127) instead hex code.

Text Font Color

.myTextColor { color: #7AC17F; }

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

This text font color is #7AC17F.

Background Color

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

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

This div background color is #7AC17F.

Border color

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

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

This div border color is #7AC17F.

Opacity

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

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

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

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

This text has shadow with #7AC17F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AC17F.

Preview

Color preview on black background

This text has color #7AC17F on black background.


Color preview on white background

This text has color #7AC17F on white background.


Black color preview on #7AC17F background

This text has black color on #7AC17F background.


White color preview on #7AC17F background

This text has white color on #7AC17F background.


Related colors

Complementary color

Complementary color for #hex is #853E80.


I love getcolorcode.com

Triadic colors

1 #7F7AC1 and #C17F7A with #7AC17F are triadic colors.

2 #7FC17A and #C17A7F with #7AC17F are triadic colors.