COLOR #8ACD92

HEX: #8ACD92 RGB: (138,205,146)

Color info

#8ACD92 contains mainly green and blue colors. Web safe color of #8ACD92 is #99CC99 (or #9C9).

RGB color model

#8ACD92 color RGB value is (138,205,146).

RGB: (138,205,146) (54%, 80%, 57%)

RGB channels and saturation

R 138 of 255 = 54%
G 205 of 255 = 80%
B 146 of 255 = 57%

138
205
146

R + G + B ~ 64%. #8ACD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 138 + 205 + 146 = 489 (100%)
R 138 of 489 ~ 28.22%
G 205 of 489 ~ 41.92%
B 146 of 489 ~ 29.86'%

%28.22
%41.92
%29.86

CMYK color model

#8ACD92 color CMYK value is (33,0,29,20).

  • cyan value is 32.68%
  • magenta value is 0.00%
  • yellow value is 28.78%
  • key color value is 19.61%

CMYK: (33,0,29,20)
C33M0Y29K20 (33%, 0%, 29%, 20%)
(0.33 / 0.00 / 0.29 / 0.20)

CMYK percentages

%32.68
%0
%28.78
%19.61

Codes

Color #8ACD92 in popluar color models

8A CD 92
RGB 138 205 146
HSL 127° 40.12% 67.25%
HSB/HSV 127° 32.68% 80.39%
CMYK 32.68% 0.00% 28.78%
19.61%

Color #8ACD92 in popluar number systems.

HEX 8A CD 92
Decimal 138 205 146
Binary 10001010 11001101 10010010
Octal 212 315 222

Shades and tints

Shades of #8ACD92

#8ACD92
(138,205,146)
#7EBB85
(126,187,133)
#72A978
(114,169,120)
#66976B
(102,151,107)
#5A855E
(90,133,94)
#4E7351
(78,115,81)
#426144
(66,97,68)
#364F37
(54,79,55)
#2A3D2A
(42,61,42)
#1E2B1D
(30,43,29)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #8ACD92

#8ACD92
(138,205,146)
#94D19B
(148,209,155)
#9ED5A4
(158,213,164)
#A8D9AD
(168,217,173)
#B2DDB6
(178,221,182)
#BCE1BF
(188,225,191)
#C6E5C8
(198,229,200)
#D0E9D1
(208,233,209)
#DAEDDA
(218,237,218)
#E4F1E3
(228,241,227)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACD92 color. Also use rgb(138,205,146) instead hex code.

Text Font Color

.myTextColor { color: #8ACD92; }

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

This text font color is #8ACD92.

Background Color

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

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

This div background color is #8ACD92.

Border color

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

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

This div border color is #8ACD92.

Opacity

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

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

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

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

This text has shadow with #8ACD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACD92.

Preview

Color preview on black background

This text has color #8ACD92 on black background.


Color preview on white background

This text has color #8ACD92 on white background.


Black color preview on #8ACD92 background

This text has black color on #8ACD92 background.


White color preview on #8ACD92 background

This text has white color on #8ACD92 background.


Related colors

Complementary color

Complementary color for #hex is #75326D.


I love getcolorcode.com

Triadic colors

1 #928ACD and #CD928A with #8ACD92 are triadic colors.

2 #92CD8A and #CD8A92 with #8ACD92 are triadic colors.