COLOR #A6C098

HEX: #A6C098 RGB: (166,192,152)

Color info

#A6C098 contains red, green and blue colors in about the same proportion. Web safe color of #A6C098 is #99CC99 (or #9C9).

RGB color model

#A6C098 color RGB value is (166,192,152).

RGB: (166,192,152) (65%, 75%, 60%)

RGB channels and saturation

R 166 of 255 = 65%
G 192 of 255 = 75%
B 152 of 255 = 60%

166
192
152

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

Portions of RGB colors in percentages

R + G + B = 166 + 192 + 152 = 510 (100%)
R 166 of 510 ~ 32.55%
G 192 of 510 ~ 37.65%
B 152 of 510 ~ 29.8'%

%32.55
%37.65
%29.8

CMYK color model

#A6C098 color CMYK value is (14,0,21,25).

  • cyan value is 13.54%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 24.71%

CMYK: (14,0,21,25)
C14M0Y21K25 (14%, 0%, 21%, 25%)
(0.14 / 0.00 / 0.21 / 0.25)

CMYK percentages

%13.54
%0
%20.83
%24.71

Codes

Color #A6C098 in popluar color models

A6 C0 98
RGB 166 192 152
HSL 99° 24.10% 67.45%
HSB/HSV 99° 20.83% 75.29%
CMYK 13.54% 0.00% 20.83%
24.71%

Color #A6C098 in popluar number systems.

HEX A6 C0 98
Decimal 166 192 152
Binary 10100110 11000000 10011000
Octal 246 300 230

Shades and tints

Shades of #A6C098

#A6C098
(166,192,152)
#97AF8B
(151,175,139)
#889E7E
(136,158,126)
#798D71
(121,141,113)
#6A7C64
(106,124,100)
#5B6B57
(91,107,87)
#4C5A4A
(76,90,74)
#3D493D
(61,73,61)
#2E3830
(46,56,48)
#1F2723
(31,39,35)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6C098

#A6C098
(166,192,152)
#AEC5A1
(174,197,161)
#B6CAAA
(182,202,170)
#BECFB3
(190,207,179)
#C6D4BC
(198,212,188)
#CED9C5
(206,217,197)
#D6DECE
(214,222,206)
#DEE3D7
(222,227,215)
#E6E8E0
(230,232,224)
#EEEDE9
(238,237,233)
#F6F2F2
(246,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C098 color. Also use rgb(166,192,152) instead hex code.

Text Font Color

.myTextColor { color: #A6C098; }

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

This text font color is #A6C098.

Background Color

.myBgColor { background-color: #A6C098; }

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

This div background color is #A6C098.

Border color

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

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

This div border color is #A6C098.

Opacity

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

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

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

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

This text has shadow with #A6C098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6C098.

Preview

Color preview on black background

This text has color #A6C098 on black background.


Color preview on white background

This text has color #A6C098 on white background.


Black color preview on #A6C098 background

This text has black color on #A6C098 background.


White color preview on #A6C098 background

This text has white color on #A6C098 background.


Related colors

Complementary color

Complementary color for #hex is #593F67.


I love getcolorcode.com

Triadic colors

1 #98A6C0 and #C098A6 with #A6C098 are triadic colors.

2 #98C0A6 and #C0A698 with #A6C098 are triadic colors.