COLOR #8AC483

HEX: #8AC483
RGB: (138,196,131)

Color info

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

RGB color model

#8AC483 color RGB value is (138,196,131).

  • red value is 138;
  • green value is 196;
  • blue value is 131.
RGB:
(138,196,131)
(54%,77%,51%)

RGB channels and saturation

R 138 of 255 = 54%
G 196 of 255 = 77%
B 131 of 255 = 51%

138
196
131

R + G + B ~ 61%. #8AC483 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 196 + 131 = 465 (100%)
R 138 of 465 ~ 29.68%
G 196 of 465 ~ 42.15%
B 131 of 465 ~ 28.17%

%29.68
%42.15
%28.17

CMYK color model

#8AC483 color CMYK value is (30,0,33,23).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(30,0,33,23)
C30M0Y33K23 
(30%,0%,33%,23%)
(0.30/0.00/0.33/0.23)	

CMYK percentages

%29.59
%0
%33.16
%23.14

Codes

Color #8AC483 in popluar color models

8AC483
RGB138196131
HSL114°35.52%64.12%
HSB/HSV114°33.16%76.86%
CMYK29.59%0.00%33.16%
23.14%

Color #8AC483 in popluar number systems.

HEX8AC483
Decimal138196131
Binary100010101100010010000011
Octal212304203

Shades and tints

Shades of #8AC483

#8AC483
(138,196,131)
#7EB378
(126,179,120)
#72A26D
(114,162,109)
#669162
(102,145,98)
#5A8057
(90,128,87)
#4E6F4C
(78,111,76)
#425E41
(66,94,65)
#364D36
(54,77,54)
#2A3C2B
(42,60,43)
#1E2B20
(30,43,32)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #8AC483

#8AC483
(138,196,131)
#94C98E
(148,201,142)
#9ECE99
(158,206,153)
#A8D3A4
(168,211,164)
#B2D8AF
(178,216,175)
#BCDDBA
(188,221,186)
#C6E2C5
(198,226,197)
#D0E7D0
(208,231,208)
#DAECDB
(218,236,219)
#E4F1E6
(228,241,230)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC483 color. Also use rgb(138,196,131) instead hex code.

Text Font Color

.myTextColor { color: #8AC483; }

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

This text font color is #8AC483.


Background Color

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

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

This div background color is #8AC483.


Border color

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

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

This div border color is #8AC483.


Opacity

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

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

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

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

This text has shadow with #8AC483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC483 on black background.


Color preview on white background

This text has color #8AC483 on white background.



Black color preview on #8AC483 background

This text has black color on #8AC483 background.


White color preview on #8AC483 background

This text has white color on #8AC483 background.