COLOR #8AC74C

HEX: #8AC74C
RGB: (138,199,76)

Color info

#8AC74C contains mainly green color. Web safe color of #8AC74C is #99CC33 (or #9C3).

RGB color model

#8AC74C color RGB value is (138,199,76).

  • red value is 138;
  • green value is 199;
  • blue value is 76.
RGB:
(138,199,76)
(54%,78%,30%)

RGB channels and saturation

R 138 of 255 = 54%
G 199 of 255 = 78%
B 76 of 255 = 30%

138
199
76

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

Portions of RGB colors in percentages

R + G + B =
138 + 199 + 76 = 413 (100%)
R 138 of 413 ~ 33.41%
G 199 of 413 ~ 48.18%
B 76 of 413 ~ 18.4%

%33.41
%48.18
%18.4

CMYK color model

#8AC74C color CMYK value is (31,0,62,22).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 61.81%
  • key color value is 21.96%
CMYK:
(31,0,62,22)
C31M0Y62K22 
(31%,0%,62%,22%)
(0.31/0.00/0.62/0.22)	

CMYK percentages

%30.65
%0
%61.81
%21.96

Codes

Color #8AC74C in popluar color models

8AC74C
RGB13819976
HSL90°52.34%53.92%
HSB/HSV90°61.81%78.04%
CMYK30.65%0.00%61.81%
21.96%

Color #8AC74C in popluar number systems.

HEX8AC74C
Decimal13819976
Binary10001010110001111001100
Octal212307114

Shades and tints

Shades of #8AC74C

#8AC74C
(138,199,76)
#7EB546
(126,181,70)
#72A340
(114,163,64)
#66913A
(102,145,58)
#5A7F34
(90,127,52)
#4E6D2E
(78,109,46)
#425B28
(66,91,40)
#364922
(54,73,34)
#2A371C
(42,55,28)
#1E2516
(30,37,22)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #8AC74C

#8AC74C
(138,199,76)
#94CC5C
(148,204,92)
#9ED16C
(158,209,108)
#A8D67C
(168,214,124)
#B2DB8C
(178,219,140)
#BCE09C
(188,224,156)
#C6E5AC
(198,229,172)
#D0EABC
(208,234,188)
#DAEFCC
(218,239,204)
#E4F4DC
(228,244,220)
#EEF9EC
(238,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AC74C color. Also use rgb(138,199,76) instead hex code.

Text Font Color

.myTextColor { color: #8AC74C; }

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

This text font color is #8AC74C.


Background Color

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

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

This div background color is #8AC74C.


Border color

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

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

This div border color is #8AC74C.


Opacity

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

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

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

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

This text has shadow with #8AC74C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AC74C on black background.


Color preview on white background

This text has color #8AC74C on white background.



Black color preview on #8AC74C background

This text has black color on #8AC74C background.


White color preview on #8AC74C background

This text has white color on #8AC74C background.