COLOR #A6F071

HEX: #A6F071
RGB: (166,240,113)

Color info

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

RGB color model

#A6F071 color RGB value is (166,240,113).

  • red value is 166;
  • green value is 240;
  • blue value is 113.
RGB:
(166,240,113)
(65%,94%,44%)

RGB channels and saturation

R 166 of 255 = 65%
G 240 of 255 = 94%
B 113 of 255 = 44%

166
240
113

R + G + B ~ 68%. #A6F071 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 240 + 113 = 519 (100%)
R 166 of 519 ~ 31.98%
G 240 of 519 ~ 46.24%
B 113 of 519 ~ 21.77%

%31.98
%46.24
%21.77

CMYK color model

#A6F071 color CMYK value is (31,0,53,6).

  • cyan value is 30.83%
  • magenta value is 0.00%
  • yellow value is 52.92%
  • key color value is 5.88%
CMYK:
(31,0,53,6)
C31M0Y53K6 
(31%,0%,53%,6%)
(0.31/0.00/0.53/0.06)	

CMYK percentages

%30.83
%0
%52.92
%5.88

Codes

Color #A6F071 in popluar color models

A6F071
RGB166240113
HSL95°80.89%69.22%
HSB/HSV95°52.92%94.12%
CMYK30.83%0.00%52.92%
5.88%

Color #A6F071 in popluar number systems.

HEXA6F071
Decimal166240113
Binary10100110111100001110001
Octal246360161

Shades and tints

Shades of #A6F071

#A6F071
(166,240,113)
#97DB67
(151,219,103)
#88C65D
(136,198,93)
#79B153
(121,177,83)
#6A9C49
(106,156,73)
#5B873F
(91,135,63)
#4C7235
(76,114,53)
#3D5D2B
(61,93,43)
#2E4821
(46,72,33)
#1F3317
(31,51,23)
#101E0D
(16,30,13)
#000000
(0,0,0)

Tints of #A6F071

#A6F071
(166,240,113)
#AEF17D
(174,241,125)
#B6F289
(182,242,137)
#BEF395
(190,243,149)
#C6F4A1
(198,244,161)
#CEF5AD
(206,245,173)
#D6F6B9
(214,246,185)
#DEF7C5
(222,247,197)
#E6F8D1
(230,248,209)
#EEF9DD
(238,249,221)
#F6FAE9
(246,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F071 color. Also use rgb(166,240,113) instead hex code.

Text Font Color

.myTextColor { color: #A6F071; }

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

This text font color is #A6F071.


Background Color

.myBgColor { background-color: #A6F071; }

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

This div background color is #A6F071.


Border color

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

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

This div border color is #A6F071.


Opacity

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

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

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

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

This text has shadow with #A6F071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F071 on black background.


Color preview on white background

This text has color #A6F071 on white background.



Black color preview on #A6F071 background

This text has black color on #A6F071 background.


White color preview on #A6F071 background

This text has white color on #A6F071 background.