COLOR #8ACB5F

HEX: #8ACB5F RGB: (138,203,95)

Color info

#8ACB5F contains mainly green color. Web safe color of #8ACB5F is #99CC66 (or #9C6).

RGB color model

#8ACB5F color RGB value is (138,203,95).

RGB: (138,203,95) (54%, 80%, 37%)

RGB channels and saturation

R 138 of 255 = 54%
G 203 of 255 = 80%
B 95 of 255 = 37%

138
203
95

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

Portions of RGB colors in percentages

R + G + B = 138 + 203 + 95 = 436 (100%)
R 138 of 436 ~ 31.65%
G 203 of 436 ~ 46.56%
B 95 of 436 ~ 21.79'%

%31.65
%46.56
%21.79

CMYK color model

#8ACB5F color CMYK value is (32,0,53,20).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 53.20%
  • key color value is 20.39%
CMYK: (32,0,53,20) C32M0Y53K20 (32%,0%,53%,20%) (0.32/0.00/0.53/0.20) 

CMYK percentages

%32.02
%0
%53.2
%20.39

Codes

Color #8ACB5F in popluar color models

8A CB 5F
RGB 138 203 95
HSL 96° 50.94% 58.43%
HSB/HSV 96° 53.20% 79.61%
CMYK 32.02% 0.00% 53.20%
20.39%

Color #8ACB5F in popluar number systems.

HEX 8A CB 5F
Decimal 138 203 95
Binary 10001010 11001011 1011111
Octal 212 313 137

Shades and tints

Shades of #8ACB5F

#8ACB5F
(138,203,95)
#7EB957
(126,185,87)
#72A74F
(114,167,79)
#669547
(102,149,71)
#5A833F
(90,131,63)
#4E7137
(78,113,55)
#425F2F
(66,95,47)
#364D27
(54,77,39)
#2A3B1F
(42,59,31)
#1E2917
(30,41,23)
#12170F
(18,23,15)
#000000
(0,0,0)

Tints of #8ACB5F

#8ACB5F
(138,203,95)
#94CF6D
(148,207,109)
#9ED37B
(158,211,123)
#A8D789
(168,215,137)
#B2DB97
(178,219,151)
#BCDFA5
(188,223,165)
#C6E3B3
(198,227,179)
#D0E7C1
(208,231,193)
#DAEBCF
(218,235,207)
#E4EFDD
(228,239,221)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACB5F color. Also use rgb(138,203,95) instead hex code.

Text Font Color

.myTextColor { color: #8ACB5F; }

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

This text font color is #8ACB5F.

Background Color

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

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

This div background color is #8ACB5F.

Border color

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

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

This div border color is #8ACB5F.

Opacity

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

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

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

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

This text has shadow with #8ACB5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACB5F.

Preview

Color preview on black background

This text has color #8ACB5F on black background.


Color preview on white background

This text has color #8ACB5F on white background.


Black color preview on #8ACB5F background

This text has black color on #8ACB5F background.


White color preview on #8ACB5F background

This text has white color on #8ACB5F background.


Related colors

Complementary color

Complementary color for #hex is #7534A0.


I love getcolorcode.com

Triadic colors

1 #5F8ACB and #CB5F8A with #8ACB5F are triadic colors.

2 #5FCB8A and #CB8A5F with #8ACB5F are triadic colors.