COLOR #8ACB66

HEX: #8ACB66
RGB: (138,203,102)

Color info

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

RGB color model

#8ACB66 color RGB value is (138,203,102).

  • red value is 138;
  • green value is 203;
  • blue value is 102.
RGB:
(138,203,102)
(54%,80%,40%)

RGB channels and saturation

R 138 of 255 = 54%
G 203 of 255 = 80%
B 102 of 255 = 40%

138
203
102

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

Portions of RGB colors in percentages

R + G + B =
138 + 203 + 102 = 443 (100%)
R 138 of 443 ~ 31.15%
G 203 of 443 ~ 45.82%
B 102 of 443 ~ 23.02%

%31.15
%45.82
%23.02

CMYK color model

#8ACB66 color CMYK value is (32,0,50,20).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 49.75%
  • key color value is 20.39%
CMYK:
(32,0,50,20)
C32M0Y50K20 
(32%,0%,50%,20%)
(0.32/0.00/0.50/0.20)	

CMYK percentages

%32.02
%0
%49.75
%20.39

Codes

Color #8ACB66 in popluar color models

8ACB66
RGB138203102
HSL99°49.27%59.80%
HSB/HSV99°49.75%79.61%
CMYK32.02%0.00%49.75%
20.39%

Color #8ACB66 in popluar number systems.

HEX8ACB66
Decimal138203102
Binary10001010110010111100110
Octal212313146

Shades and tints

Shades of #8ACB66

#8ACB66
(138,203,102)
#7EB95D
(126,185,93)
#72A754
(114,167,84)
#66954B
(102,149,75)
#5A8342
(90,131,66)
#4E7139
(78,113,57)
#425F30
(66,95,48)
#364D27
(54,77,39)
#2A3B1E
(42,59,30)
#1E2915
(30,41,21)
#12170C
(18,23,12)
#000000
(0,0,0)

Tints of #8ACB66

#8ACB66
(138,203,102)
#94CF73
(148,207,115)
#9ED380
(158,211,128)
#A8D78D
(168,215,141)
#B2DB9A
(178,219,154)
#BCDFA7
(188,223,167)
#C6E3B4
(198,227,180)
#D0E7C1
(208,231,193)
#DAEBCE
(218,235,206)
#E4EFDB
(228,239,219)
#EEF3E8
(238,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ACB66; }

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

This text font color is #8ACB66.


Background Color

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

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

This div background color is #8ACB66.


Border color

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

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

This div border color is #8ACB66.


Opacity

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

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

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

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

This text has shadow with #8ACB66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ACB66 on black background.


Color preview on white background

This text has color #8ACB66 on white background.



Black color preview on #8ACB66 background

This text has black color on #8ACB66 background.


White color preview on #8ACB66 background

This text has white color on #8ACB66 background.