COLOR #A3DA7E

HEX: #A3DA7E RGB: (163,218,126)

Color info

#A3DA7E contains mainly red and green colors. Web safe color of #A3DA7E is #99CC66 (or #9C6).

RGB color model

#A3DA7E color RGB value is (163,218,126).

RGB: (163,218,126) (64%, 85%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 218 of 255 = 85%
B 126 of 255 = 49%

163
218
126

R + G + B ~ 66%. #A3DA7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 218 + 126 = 507 (100%)
R 163 of 507 ~ 32.15%
G 218 of 507 ~ 43%
B 126 of 507 ~ 24.85'%

%32.15
%43
%24.85

CMYK color model

#A3DA7E color CMYK value is (25,0,42,15).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 42.20%
  • key color value is 14.51%

CMYK: (25,0,42,15)
C25M0Y42K15 (25%, 0%, 42%, 15%)
(0.25 / 0.00 / 0.42 / 0.15)

CMYK percentages

%25.23
%0
%42.2
%14.51

Codes

Color #A3DA7E in popluar color models

A3 DA 7E
RGB 163 218 126
HSL 96° 55.42% 67.45%
HSB/HSV 96° 42.20% 85.49%
CMYK 25.23% 0.00% 42.20%
14.51%

Color #A3DA7E in popluar number systems.

HEX A3 DA 7E
Decimal 163 218 126
Binary 10100011 11011010 1111110
Octal 243 332 176

Shades and tints

Shades of #A3DA7E

#A3DA7E
(163,218,126)
#95C773
(149,199,115)
#87B468
(135,180,104)
#79A15D
(121,161,93)
#6B8E52
(107,142,82)
#5D7B47
(93,123,71)
#4F683C
(79,104,60)
#415531
(65,85,49)
#334226
(51,66,38)
#252F1B
(37,47,27)
#171C10
(23,28,16)
#000000
(0,0,0)

Tints of #A3DA7E

#A3DA7E
(163,218,126)
#ABDD89
(171,221,137)
#B3E094
(179,224,148)
#BBE39F
(187,227,159)
#C3E6AA
(195,230,170)
#CBE9B5
(203,233,181)
#D3ECC0
(211,236,192)
#DBEFCB
(219,239,203)
#E3F2D6
(227,242,214)
#EBF5E1
(235,245,225)
#F3F8EC
(243,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DA7E color. Also use rgb(163,218,126) instead hex code.

Text Font Color

.myTextColor { color: #A3DA7E; }

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

This text font color is #A3DA7E.

Background Color

.myBgColor { background-color: #A3DA7E; }

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

This div background color is #A3DA7E.

Border color

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

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

This div border color is #A3DA7E.

Opacity

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

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

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

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

This text has shadow with #A3DA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DA7E.

Preview

Color preview on black background

This text has color #A3DA7E on black background.


Color preview on white background

This text has color #A3DA7E on white background.


Black color preview on #A3DA7E background

This text has black color on #A3DA7E background.


White color preview on #A3DA7E background

This text has white color on #A3DA7E background.


Related colors

Complementary color

Complementary color for #hex is #5C2581.


I love getcolorcode.com

Triadic colors

1 #7EA3DA and #DA7EA3 with #A3DA7E are triadic colors.

2 #7EDAA3 and #DAA37E with #A3DA7E are triadic colors.