COLOR #8AC175

HEX: #8AC175 RGB: (138,193,117)

Color info

#8AC175 contains mainly red and green colors. Web safe color of #8AC175 is #99CC66 (or #9C6).

RGB color model

#8AC175 color RGB value is (138,193,117).

RGB: (138,193,117) (54%, 76%, 46%)

RGB channels and saturation

R 138 of 255 = 54%
G 193 of 255 = 76%
B 117 of 255 = 46%

138
193
117

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

Portions of RGB colors in percentages

R + G + B = 138 + 193 + 117 = 448 (100%)
R 138 of 448 ~ 30.8%
G 193 of 448 ~ 43.08%
B 117 of 448 ~ 26.12'%

%30.8
%43.08
%26.12

CMYK color model

#8AC175 color CMYK value is (28,0,39,24).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 39.38%
  • key color value is 24.31%

CMYK: (28,0,39,24)
C28M0Y39K24 (28%, 0%, 39%, 24%)
(0.28 / 0.00 / 0.39 / 0.24)

CMYK percentages

%28.5
%0
%39.38
%24.31

Codes

Color #8AC175 in popluar color models

8A C1 75
RGB 138 193 117
HSL 103° 38.00% 60.78%
HSB/HSV 103° 39.38% 75.69%
CMYK 28.50% 0.00% 39.38%
24.31%

Color #8AC175 in popluar number systems.

HEX 8A C1 75
Decimal 138 193 117
Binary 10001010 11000001 1110101
Octal 212 301 165

Shades and tints

Shades of #8AC175

#8AC175
(138,193,117)
#7EB06B
(126,176,107)
#729F61
(114,159,97)
#668E57
(102,142,87)
#5A7D4D
(90,125,77)
#4E6C43
(78,108,67)
#425B39
(66,91,57)
#364A2F
(54,74,47)
#2A3925
(42,57,37)
#1E281B
(30,40,27)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #8AC175

#8AC175
(138,193,117)
#94C681
(148,198,129)
#9ECB8D
(158,203,141)
#A8D099
(168,208,153)
#B2D5A5
(178,213,165)
#BCDAB1
(188,218,177)
#C6DFBD
(198,223,189)
#D0E4C9
(208,228,201)
#DAE9D5
(218,233,213)
#E4EEE1
(228,238,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC175 color. Also use rgb(138,193,117) instead hex code.

Text Font Color

.myTextColor { color: #8AC175; }

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

This text font color is #8AC175.

Background Color

.myBgColor { background-color: #8AC175; }

<div style="background-color:#8AC175">Inner text</div>

This div background color is #8AC175.

Border color

.myBorderColor { border: 1px solid #8AC175; }

<div style="border:3px solid #8AC175">Div</div>

This div border color is #8AC175.

Opacity

.myOpacity80 { color: #8AC175; opacity: 0.8; }

<p style="color:#8AC175;opacity:0.8;">80%</p>

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

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

This text has shadow with #8AC175 color.


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

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

This text has shadow with #8AC175 primary color and red secondary color.


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

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

This text has shadow with #8AC175 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8AC175.

Preview

Color preview on black background

This text has color #8AC175 on black background.


Color preview on white background

This text has color #8AC175 on white background.


Black color preview on #8AC175 background

This text has black color on #8AC175 background.


White color preview on #8AC175 background

This text has white color on #8AC175 background.


Related colors

Complementary color

Complementary color for #hex is #753E8A.


I love getcolorcode.com

Triadic colors

1 #758AC1 and #C1758A with #8AC175 are triadic colors.

2 #75C18A and #C18A75 with #8AC175 are triadic colors.