COLOR #8AC18D

HEX: #8AC18D
RGB: (138,193,141)

Color info

#8AC18D contains red, green and blue colors in about the same proportion. Web safe color of #8AC18D is #99CC99 (or #9C9).

RGB color model

#8AC18D color RGB value is (138,193,141).

  • red value is 138;
  • green value is 193;
  • blue value is 141.
RGB:
(138,193,141)
(54%,76%,55%)

RGB channels and saturation

R 138 of 255 = 54%
G 193 of 255 = 76%
B 141 of 255 = 55%

138
193
141

R + G + B ~ 62%. #8AC18D is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 193 + 141 = 472 (100%)
R 138 of 472 ~ 29.24%
G 193 of 472 ~ 40.89%
B 141 of 472 ~ 29.87%

%29.24
%40.89
%29.87

CMYK color model

#8AC18D color CMYK value is (28,0,27,24).

  • cyan value is 28.50%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 24.31%
CMYK:
(28,0,27,24)
C28M0Y27K24 
(28%,0%,27%,24%)
(0.28/0.00/0.27/0.24)	

CMYK percentages

%28.5
%0
%26.94
%24.31

Codes

Color #8AC18D in popluar color models

8AC18D
RGB138193141
HSL123°30.73%64.90%
HSB/HSV123°28.50%75.69%
CMYK28.50%0.00%26.94%
24.31%

Color #8AC18D in popluar number systems.

HEX8AC18D
Decimal138193141
Binary100010101100000110001101
Octal212301215

Shades and tints

Shades of #8AC18D

#8AC18D
(138,193,141)
#7EB081
(126,176,129)
#729F75
(114,159,117)
#668E69
(102,142,105)
#5A7D5D
(90,125,93)
#4E6C51
(78,108,81)
#425B45
(66,91,69)
#364A39
(54,74,57)
#2A392D
(42,57,45)
#1E2821
(30,40,33)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #8AC18D

#8AC18D
(138,193,141)
#94C697
(148,198,151)
#9ECBA1
(158,203,161)
#A8D0AB
(168,208,171)
#B2D5B5
(178,213,181)
#BCDABF
(188,218,191)
#C6DFC9
(198,223,201)
#D0E4D3
(208,228,211)
#DAE9DD
(218,233,221)
#E4EEE7
(228,238,231)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC18D; }

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

This text font color is #8AC18D.


Background Color

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

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

This div background color is #8AC18D.


Border color

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

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

This div border color is #8AC18D.


Opacity

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

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

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

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

This text has shadow with #8AC18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC18D on black background.


Color preview on white background

This text has color #8AC18D on white background.



Black color preview on #8AC18D background

This text has black color on #8AC18D background.


White color preview on #8AC18D background

This text has white color on #8AC18D background.