COLOR #8AC490

HEX: #8AC490
RGB: (138,196,144)

Color info

#8AC490 contains red, green and blue colors in about the same proportion. Web safe color of #8AC490 is #99CC99 (or #9C9).

RGB color model

#8AC490 color RGB value is (138,196,144).

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

RGB channels and saturation

R 138 of 255 = 54%
G 196 of 255 = 77%
B 144 of 255 = 56%

138
196
144

R + G + B ~ 62%. #8AC490 is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 196 + 144 = 478 (100%)
R 138 of 478 ~ 28.87%
G 196 of 478 ~ 41%
B 144 of 478 ~ 30.13%

%28.87
%41
%30.13

CMYK color model

#8AC490 color CMYK value is (30,0,27,23).

  • cyan value is 29.59%
  • magenta value is 0.00%
  • yellow value is 26.53%
  • key color value is 23.14%
CMYK:
(30,0,27,23)
C30M0Y27K23 
(30%,0%,27%,23%)
(0.30/0.00/0.27/0.23)	

CMYK percentages

%29.59
%0
%26.53
%23.14

Codes

Color #8AC490 in popluar color models

8AC490
RGB138196144
HSL126°32.95%65.49%
HSB/HSV126°29.59%76.86%
CMYK29.59%0.00%26.53%
23.14%

Color #8AC490 in popluar number systems.

HEX8AC490
Decimal138196144
Binary100010101100010010010000
Octal212304220

Shades and tints

Shades of #8AC490

#8AC490
(138,196,144)
#7EB383
(126,179,131)
#72A276
(114,162,118)
#669169
(102,145,105)
#5A805C
(90,128,92)
#4E6F4F
(78,111,79)
#425E42
(66,94,66)
#364D35
(54,77,53)
#2A3C28
(42,60,40)
#1E2B1B
(30,43,27)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #8AC490

#8AC490
(138,196,144)
#94C99A
(148,201,154)
#9ECEA4
(158,206,164)
#A8D3AE
(168,211,174)
#B2D8B8
(178,216,184)
#BCDDC2
(188,221,194)
#C6E2CC
(198,226,204)
#D0E7D6
(208,231,214)
#DAECE0
(218,236,224)
#E4F1EA
(228,241,234)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AC490; }

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

This text font color is #8AC490.


Background Color

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

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

This div background color is #8AC490.


Border color

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

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

This div border color is #8AC490.


Opacity

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

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

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

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

This text has shadow with #8AC490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC490 on black background.


Color preview on white background

This text has color #8AC490 on white background.



Black color preview on #8AC490 background

This text has black color on #8AC490 background.


White color preview on #8AC490 background

This text has white color on #8AC490 background.