COLOR #A3E08E

HEX: #A3E08E RGB: (163,224,142)

Color info

#A3E08E contains mainly green color. Web safe color of #A3E08E is #99CC99 (or #9C9).

RGB color model

#A3E08E color RGB value is (163,224,142).

RGB: (163,224,142) (64%, 88%, 56%)

RGB channels and saturation

R 163 of 255 = 64%
G 224 of 255 = 88%
B 142 of 255 = 56%

163
224
142

R + G + B ~ 69%. #A3E08E is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 224 + 142 = 529 (100%)
R 163 of 529 ~ 30.81%
G 224 of 529 ~ 42.34%
B 142 of 529 ~ 26.84'%

%30.81
%42.34
%26.84

CMYK color model

#A3E08E color CMYK value is (27,0,37,12).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 12.16%

CMYK: (27,0,37,12)
C27M0Y37K12 (27%, 0%, 37%, 12%)
(0.27 / 0.00 / 0.37 / 0.12)

CMYK percentages

%27.23
%0
%36.61
%12.16

Codes

Color #A3E08E in popluar color models

A3 E0 8E
RGB 163 224 142
HSL 105° 56.94% 71.76%
HSB/HSV 105° 36.61% 87.84%
CMYK 27.23% 0.00% 36.61%
12.16%

Color #A3E08E in popluar number systems.

HEX A3 E0 8E
Decimal 163 224 142
Binary 10100011 11100000 10001110
Octal 243 340 216

Shades and tints

Shades of #A3E08E

#A3E08E
(163,224,142)
#95CC82
(149,204,130)
#87B876
(135,184,118)
#79A46A
(121,164,106)
#6B905E
(107,144,94)
#5D7C52
(93,124,82)
#4F6846
(79,104,70)
#41543A
(65,84,58)
#33402E
(51,64,46)
#252C22
(37,44,34)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #A3E08E

#A3E08E
(163,224,142)
#ABE298
(171,226,152)
#B3E4A2
(179,228,162)
#BBE6AC
(187,230,172)
#C3E8B6
(195,232,182)
#CBEAC0
(203,234,192)
#D3ECCA
(211,236,202)
#DBEED4
(219,238,212)
#E3F0DE
(227,240,222)
#EBF2E8
(235,242,232)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3E08E color. Also use rgb(163,224,142) instead hex code.

Text Font Color

.myTextColor { color: #A3E08E; }

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

This text font color is #A3E08E.

Background Color

.myBgColor { background-color: #A3E08E; }

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

This div background color is #A3E08E.

Border color

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

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

This div border color is #A3E08E.

Opacity

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

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

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

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

This text has shadow with #A3E08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3E08E.

Preview

Color preview on black background

This text has color #A3E08E on black background.


Color preview on white background

This text has color #A3E08E on white background.


Black color preview on #A3E08E background

This text has black color on #A3E08E background.


White color preview on #A3E08E background

This text has white color on #A3E08E background.


Related colors

Complementary color

Complementary color for #hex is #5C1F71.


I love getcolorcode.com

Triadic colors

1 #8EA3E0 and #E08EA3 with #A3E08E are triadic colors.

2 #8EE0A3 and #E0A38E with #A3E08E are triadic colors.