COLOR #A8E74A

HEX: #A8E74A
RGB: (168,231,74)

Color info

#A8E74A contains mainly green color. Web safe color of #A8E74A is #99FF33 (or #9F3).

RGB color model

#A8E74A color RGB value is (168,231,74).

  • red value is 168;
  • green value is 231;
  • blue value is 74.
RGB:
(168,231,74)
(66%,91%,29%)

RGB channels and saturation

R 168 of 255 = 66%
G 231 of 255 = 91%
B 74 of 255 = 29%

168
231
74

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

Portions of RGB colors in percentages

R + G + B =
168 + 231 + 74 = 473 (100%)
R 168 of 473 ~ 35.52%
G 231 of 473 ~ 48.84%
B 74 of 473 ~ 15.64%

%35.52
%48.84
%15.64

CMYK color model

#A8E74A color CMYK value is (27,0,68,9).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 67.97%
  • key color value is 9.41%
CMYK:
(27,0,68,9)
C27M0Y68K9 
(27%,0%,68%,9%)
(0.27/0.00/0.68/0.09)	

CMYK percentages

%27.27
%0
%67.97
%9.41

Codes

Color #A8E74A in popluar color models

A8E74A
RGB16823174
HSL84°76.59%59.80%
HSB/HSV84°67.97%90.59%
CMYK27.27%0.00%67.97%
9.41%

Color #A8E74A in popluar number systems.

HEXA8E74A
Decimal16823174
Binary10101000111001111001010
Octal250347112

Shades and tints

Shades of #A8E74A

#A8E74A
(168,231,74)
#99D244
(153,210,68)
#8ABD3E
(138,189,62)
#7BA838
(123,168,56)
#6C9332
(108,147,50)
#5D7E2C
(93,126,44)
#4E6926
(78,105,38)
#3F5420
(63,84,32)
#303F1A
(48,63,26)
#212A14
(33,42,20)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #A8E74A

#A8E74A
(168,231,74)
#AFE95A
(175,233,90)
#B6EB6A
(182,235,106)
#BDED7A
(189,237,122)
#C4EF8A
(196,239,138)
#CBF19A
(203,241,154)
#D2F3AA
(210,243,170)
#D9F5BA
(217,245,186)
#E0F7CA
(224,247,202)
#E7F9DA
(231,249,218)
#EEFBEA
(238,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E74A color. Also use rgb(168,231,74) instead hex code.

Text Font Color

.myTextColor { color: #A8E74A; }

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

This text font color is #A8E74A.


Background Color

.myBgColor { background-color: #A8E74A; }

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

This div background color is #A8E74A.


Border color

.myBorderColor { border: 1px solid #A8E74A; }

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

This div border color is #A8E74A.


Opacity

.myOpacity80 { color: #A8E74A; opacity: 0.8; }

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

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

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

This text has shadow with #A8E74A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E74A on black background.


Color preview on white background

This text has color #A8E74A on white background.



Black color preview on #A8E74A background

This text has black color on #A8E74A background.


White color preview on #A8E74A background

This text has white color on #A8E74A background.