COLOR #A6F369

HEX: #A6F369
RGB: (166,243,105)

Color info

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

RGB color model

#A6F369 color RGB value is (166,243,105).

  • red value is 166;
  • green value is 243;
  • blue value is 105.
RGB:
(166,243,105)
(65%,95%,41%)

RGB channels and saturation

R 166 of 255 = 65%
G 243 of 255 = 95%
B 105 of 255 = 41%

166
243
105

R + G + B ~ 67%. #A6F369 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 243 + 105 = 514 (100%)
R 166 of 514 ~ 32.3%
G 243 of 514 ~ 47.28%
B 105 of 514 ~ 20.43%

%32.3
%47.28
%20.43

CMYK color model

#A6F369 color CMYK value is (32,0,57,5).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 56.79%
  • key color value is 4.71%
CMYK:
(32,0,57,5)
C32M0Y57K5 
(32%,0%,57%,5%)
(0.32/0.00/0.57/0.05)	

CMYK percentages

%31.69
%0
%56.79
%4.71

Codes

Color #A6F369 in popluar color models

A6F369
RGB166243105
HSL93°85.19%68.24%
HSB/HSV93°56.79%95.29%
CMYK31.69%0.00%56.79%
4.71%

Color #A6F369 in popluar number systems.

HEXA6F369
Decimal166243105
Binary10100110111100111101001
Octal246363151

Shades and tints

Shades of #A6F369

#A6F369
(166,243,105)
#97DD60
(151,221,96)
#88C757
(136,199,87)
#79B14E
(121,177,78)
#6A9B45
(106,155,69)
#5B853C
(91,133,60)
#4C6F33
(76,111,51)
#3D592A
(61,89,42)
#2E4321
(46,67,33)
#1F2D18
(31,45,24)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #A6F369

#A6F369
(166,243,105)
#AEF476
(174,244,118)
#B6F583
(182,245,131)
#BEF690
(190,246,144)
#C6F79D
(198,247,157)
#CEF8AA
(206,248,170)
#D6F9B7
(214,249,183)
#DEFAC4
(222,250,196)
#E6FBD1
(230,251,209)
#EEFCDE
(238,252,222)
#F6FDEB
(246,253,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F369 color. Also use rgb(166,243,105) instead hex code.

Text Font Color

.myTextColor { color: #A6F369; }

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

This text font color is #A6F369.


Background Color

.myBgColor { background-color: #A6F369; }

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

This div background color is #A6F369.


Border color

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

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

This div border color is #A6F369.


Opacity

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

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

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

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

This text has shadow with #A6F369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F369 on black background.


Color preview on white background

This text has color #A6F369 on white background.



Black color preview on #A6F369 background

This text has black color on #A6F369 background.


White color preview on #A6F369 background

This text has white color on #A6F369 background.