COLOR #A0EFA6

HEX: #A0EFA6 RGB: (160,239,166)

Color info

#A0EFA6 contains mainly green color. Web safe color of #A0EFA6 is #99FF99 (or #9F9).

RGB color model

#A0EFA6 color RGB value is (160,239,166).

RGB: (160,239,166) (63%, 94%, 65%)

RGB channels and saturation

R 160 of 255 = 63%
G 239 of 255 = 94%
B 166 of 255 = 65%

160
239
166

R + G + B ~ 74%. #A0EFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 239 + 166 = 565 (100%)
R 160 of 565 ~ 28.32%
G 239 of 565 ~ 42.3%
B 166 of 565 ~ 29.38'%

%28.32
%42.3
%29.38

CMYK color model

#A0EFA6 color CMYK value is (33,0,31,6).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 30.54%
  • key color value is 6.27%

CMYK: (33,0,31,6)
C33M0Y31K6 (33%, 0%, 31%, 6%)
(0.33 / 0.00 / 0.31 / 0.06)

CMYK percentages

%33.05
%0
%30.54
%6.27

Codes

Color #A0EFA6 in popluar color models

A0 EF A6
RGB 160 239 166
HSL 125° 71.17% 78.24%
HSB/HSV 125° 33.05% 93.73%
CMYK 33.05% 0.00% 30.54%
6.27%

Color #A0EFA6 in popluar number systems.

HEX A0 EF A6
Decimal 160 239 166
Binary 10100000 11101111 10100110
Octal 240 357 246

Shades and tints

Shades of #A0EFA6

#A0EFA6
(160,239,166)
#92DA97
(146,218,151)
#84C588
(132,197,136)
#76B079
(118,176,121)
#689B6A
(104,155,106)
#5A865B
(90,134,91)
#4C714C
(76,113,76)
#3E5C3D
(62,92,61)
#30472E
(48,71,46)
#22321F
(34,50,31)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #A0EFA6

#A0EFA6
(160,239,166)
#A8F0AE
(168,240,174)
#B0F1B6
(176,241,182)
#B8F2BE
(184,242,190)
#C0F3C6
(192,243,198)
#C8F4CE
(200,244,206)
#D0F5D6
(208,245,214)
#D8F6DE
(216,246,222)
#E0F7E6
(224,247,230)
#E8F8EE
(232,248,238)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EFA6 color. Also use rgb(160,239,166) instead hex code.

Text Font Color

.myTextColor { color: #A0EFA6; }

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

This text font color is #A0EFA6.

Background Color

.myBgColor { background-color: #A0EFA6; }

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

This div background color is #A0EFA6.

Border color

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

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

This div border color is #A0EFA6.

Opacity

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

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

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

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

This text has shadow with #A0EFA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0EFA6.

Preview

Color preview on black background

This text has color #A0EFA6 on black background.


Color preview on white background

This text has color #A0EFA6 on white background.


Black color preview on #A0EFA6 background

This text has black color on #A0EFA6 background.


White color preview on #A0EFA6 background

This text has white color on #A0EFA6 background.


Related colors

Complementary color

Complementary color for #hex is #5F1059.


I love getcolorcode.com

Triadic colors

1 #A6A0EF and #EFA6A0 with #A0EFA6 are triadic colors.

2 #A6EFA0 and #EFA0A6 with #A0EFA6 are triadic colors.