COLOR #A6D092

HEX: #A6D092
RGB: (166,208,146)

Color info

#A6D092 contains mainly red and green colors. Web safe color of #A6D092 is #99CC99 (or #9C9).

RGB color model

#A6D092 color RGB value is (166,208,146).

  • red value is 166;
  • green value is 208;
  • blue value is 146.
RGB:
(166,208,146)
(65%,82%,57%)

RGB channels and saturation

R 166 of 255 = 65%
G 208 of 255 = 82%
B 146 of 255 = 57%

166
208
146

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

Portions of RGB colors in percentages

R + G + B =
166 + 208 + 146 = 520 (100%)
R 166 of 520 ~ 31.92%
G 208 of 520 ~ 40%
B 146 of 520 ~ 28.08%

%31.92
%40
%28.08

CMYK color model

#A6D092 color CMYK value is (20,0,30,18).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(20,0,30,18)
C20M0Y30K18 
(20%,0%,30%,18%)
(0.20/0.00/0.30/0.18)	

CMYK percentages

%20.19
%0
%29.81
%18.43

Codes

Color #A6D092 in popluar color models

A6D092
RGB166208146
HSL101°39.74%69.41%
HSB/HSV101°29.81%81.57%
CMYK20.19%0.00%29.81%
18.43%

Color #A6D092 in popluar number systems.

HEXA6D092
Decimal166208146
Binary101001101101000010010010
Octal246320222

Shades and tints

Shades of #A6D092

#A6D092
(166,208,146)
#97BE85
(151,190,133)
#88AC78
(136,172,120)
#799A6B
(121,154,107)
#6A885E
(106,136,94)
#5B7651
(91,118,81)
#4C6444
(76,100,68)
#3D5237
(61,82,55)
#2E402A
(46,64,42)
#1F2E1D
(31,46,29)
#101C10
(16,28,16)
#000000
(0,0,0)

Tints of #A6D092

#A6D092
(166,208,146)
#AED49B
(174,212,155)
#B6D8A4
(182,216,164)
#BEDCAD
(190,220,173)
#C6E0B6
(198,224,182)
#CEE4BF
(206,228,191)
#D6E8C8
(214,232,200)
#DEECD1
(222,236,209)
#E6F0DA
(230,240,218)
#EEF4E3
(238,244,227)
#F6F8EC
(246,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D092 color. Also use rgb(166,208,146) instead hex code.

Text Font Color

.myTextColor { color: #A6D092; }

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

This text font color is #A6D092.


Background Color

.myBgColor { background-color: #A6D092; }

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

This div background color is #A6D092.


Border color

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

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

This div border color is #A6D092.


Opacity

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

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

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

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

This text has shadow with #A6D092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D092 on black background.


Color preview on white background

This text has color #A6D092 on white background.



Black color preview on #A6D092 background

This text has black color on #A6D092 background.


White color preview on #A6D092 background

This text has white color on #A6D092 background.