COLOR #A3EB5C

HEX: #A3EB5C
RGB: (163,235,92)

Color info

#A3EB5C contains mainly green color. Web safe color of #A3EB5C is #99FF66 (or #9F6).

RGB color model

#A3EB5C color RGB value is (163,235,92).

  • red value is 163;
  • green value is 235;
  • blue value is 92.
RGB:
(163,235,92)
(64%,92%,36%)

RGB channels and saturation

R 163 of 255 = 64%
G 235 of 255 = 92%
B 92 of 255 = 36%

163
235
92

R + G + B ~ 64%. #A3EB5C is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 235 + 92 = 490 (100%)
R 163 of 490 ~ 33.27%
G 235 of 490 ~ 47.96%
B 92 of 490 ~ 18.78%

%33.27
%47.96
%18.78

CMYK color model

#A3EB5C color CMYK value is (31,0,61,8).

  • cyan value is 30.64%
  • magenta value is 0.00%
  • yellow value is 60.85%
  • key color value is 7.84%
CMYK:
(31,0,61,8)
C31M0Y61K8 
(31%,0%,61%,8%)
(0.31/0.00/0.61/0.08)	

CMYK percentages

%30.64
%0
%60.85
%7.84

Codes

Color #A3EB5C in popluar color models

A3EB5C
RGB16323592
HSL90°78.14%64.12%
HSB/HSV90°60.85%92.16%
CMYK30.64%0.00%60.85%
7.84%

Color #A3EB5C in popluar number systems.

HEXA3EB5C
Decimal16323592
Binary10100011111010111011100
Octal243353134

Shades and tints

Shades of #A3EB5C

#A3EB5C
(163,235,92)
#95D654
(149,214,84)
#87C14C
(135,193,76)
#79AC44
(121,172,68)
#6B973C
(107,151,60)
#5D8234
(93,130,52)
#4F6D2C
(79,109,44)
#415824
(65,88,36)
#33431C
(51,67,28)
#252E14
(37,46,20)
#17190C
(23,25,12)
#000000
(0,0,0)

Tints of #A3EB5C

#A3EB5C
(163,235,92)
#ABEC6A
(171,236,106)
#B3ED78
(179,237,120)
#BBEE86
(187,238,134)
#C3EF94
(195,239,148)
#CBF0A2
(203,240,162)
#D3F1B0
(211,241,176)
#DBF2BE
(219,242,190)
#E3F3CC
(227,243,204)
#EBF4DA
(235,244,218)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3EB5C color. Also use rgb(163,235,92) instead hex code.

Text Font Color

.myTextColor { color: #A3EB5C; }

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

This text font color is #A3EB5C.


Background Color

.myBgColor { background-color: #A3EB5C; }

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

This div background color is #A3EB5C.


Border color

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

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

This div border color is #A3EB5C.


Opacity

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

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

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

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

This text has shadow with #A3EB5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3EB5C on black background.


Color preview on white background

This text has color #A3EB5C on white background.



Black color preview on #A3EB5C background

This text has black color on #A3EB5C background.


White color preview on #A3EB5C background

This text has white color on #A3EB5C background.