COLOR #8ACA75

HEX: #8ACA75
RGB: (138,202,117)

Color info

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

RGB color model

#8ACA75 color RGB value is (138,202,117).

  • red value is 138;
  • green value is 202;
  • blue value is 117.
RGB:
(138,202,117)
(54%,79%,46%)

RGB channels and saturation

R 138 of 255 = 54%
G 202 of 255 = 79%
B 117 of 255 = 46%

138
202
117

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

Portions of RGB colors in percentages

R + G + B =
138 + 202 + 117 = 457 (100%)
R 138 of 457 ~ 30.2%
G 202 of 457 ~ 44.2%
B 117 of 457 ~ 25.6%

%30.2
%44.2
%25.6

CMYK color model

#8ACA75 color CMYK value is (32,0,42,21).

  • cyan value is 31.68%
  • magenta value is 0.00%
  • yellow value is 42.08%
  • key color value is 20.78%
CMYK:
(32,0,42,21)
C32M0Y42K21 
(32%,0%,42%,21%)
(0.32/0.00/0.42/0.21)	

CMYK percentages

%31.68
%0
%42.08
%20.78

Codes

Color #8ACA75 in popluar color models

8ACA75
RGB138202117
HSL105°44.50%62.55%
HSB/HSV105°42.08%79.22%
CMYK31.68%0.00%42.08%
20.78%

Color #8ACA75 in popluar number systems.

HEX8ACA75
Decimal138202117
Binary10001010110010101110101
Octal212312165

Shades and tints

Shades of #8ACA75

#8ACA75
(138,202,117)
#7EB86B
(126,184,107)
#72A661
(114,166,97)
#669457
(102,148,87)
#5A824D
(90,130,77)
#4E7043
(78,112,67)
#425E39
(66,94,57)
#364C2F
(54,76,47)
#2A3A25
(42,58,37)
#1E281B
(30,40,27)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #8ACA75

#8ACA75
(138,202,117)
#94CE81
(148,206,129)
#9ED28D
(158,210,141)
#A8D699
(168,214,153)
#B2DAA5
(178,218,165)
#BCDEB1
(188,222,177)
#C6E2BD
(198,226,189)
#D0E6C9
(208,230,201)
#DAEAD5
(218,234,213)
#E4EEE1
(228,238,225)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACA75; }

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

This text font color is #8ACA75.


Background Color

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

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

This div background color is #8ACA75.


Border color

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

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

This div border color is #8ACA75.


Opacity

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

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

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

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

This text has shadow with #8ACA75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACA75 on black background.


Color preview on white background

This text has color #8ACA75 on white background.



Black color preview on #8ACA75 background

This text has black color on #8ACA75 background.


White color preview on #8ACA75 background

This text has white color on #8ACA75 background.