COLOR #A3F367

HEX: #A3F367
RGB: (163,243,103)

Color info

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

RGB color model

#A3F367 color RGB value is (163,243,103).

  • red value is 163;
  • green value is 243;
  • blue value is 103.
RGB:
(163,243,103)
(64%,95%,40%)

RGB channels and saturation

R 163 of 255 = 64%
G 243 of 255 = 95%
B 103 of 255 = 40%

163
243
103

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

Portions of RGB colors in percentages

R + G + B =
163 + 243 + 103 = 509 (100%)
R 163 of 509 ~ 32.02%
G 243 of 509 ~ 47.74%
B 103 of 509 ~ 20.24%

%32.02
%47.74
%20.24

CMYK color model

#A3F367 color CMYK value is (33,0,58,5).

  • cyan value is 32.92%
  • magenta value is 0.00%
  • yellow value is 57.61%
  • key color value is 4.71%
CMYK:
(33,0,58,5)
C33M0Y58K5 
(33%,0%,58%,5%)
(0.33/0.00/0.58/0.05)	

CMYK percentages

%32.92
%0
%57.61
%4.71

Codes

Color #A3F367 in popluar color models

A3F367
RGB163243103
HSL94°85.37%67.84%
HSB/HSV94°57.61%95.29%
CMYK32.92%0.00%57.61%
4.71%

Color #A3F367 in popluar number systems.

HEXA3F367
Decimal163243103
Binary10100011111100111100111
Octal243363147

Shades and tints

Shades of #A3F367

#A3F367
(163,243,103)
#95DD5E
(149,221,94)
#87C755
(135,199,85)
#79B14C
(121,177,76)
#6B9B43
(107,155,67)
#5D853A
(93,133,58)
#4F6F31
(79,111,49)
#415928
(65,89,40)
#33431F
(51,67,31)
#252D16
(37,45,22)
#17170D
(23,23,13)
#000000
(0,0,0)

Tints of #A3F367

#A3F367
(163,243,103)
#ABF474
(171,244,116)
#B3F581
(179,245,129)
#BBF68E
(187,246,142)
#C3F79B
(195,247,155)
#CBF8A8
(203,248,168)
#D3F9B5
(211,249,181)
#DBFAC2
(219,250,194)
#E3FBCF
(227,251,207)
#EBFCDC
(235,252,220)
#F3FDE9
(243,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3F367 color. Also use rgb(163,243,103) instead hex code.

Text Font Color

.myTextColor { color: #A3F367; }

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

This text font color is #A3F367.


Background Color

.myBgColor { background-color: #A3F367; }

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

This div background color is #A3F367.


Border color

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

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

This div border color is #A3F367.


Opacity

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

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

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

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

This text has shadow with #A3F367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F367 on black background.


Color preview on white background

This text has color #A3F367 on white background.



Black color preview on #A3F367 background

This text has black color on #A3F367 background.


White color preview on #A3F367 background

This text has white color on #A3F367 background.