COLOR #A0EF92

HEX: #A0EF92 RGB: (160,239,146)

Color info

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

RGB color model

#A0EF92 color RGB value is (160,239,146).

RGB: (160,239,146) (63%, 94%, 57%)

RGB channels and saturation

R 160 of 255 = 63%
G 239 of 255 = 94%
B 146 of 255 = 57%

160
239
146

R + G + B ~ 71%. #A0EF92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 239 + 146 = 545 (100%)
R 160 of 545 ~ 29.36%
G 239 of 545 ~ 43.85%
B 146 of 545 ~ 26.79'%

%29.36
%43.85
%26.79

CMYK color model

#A0EF92 color CMYK value is (33,0,39,6).

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

CMYK: (33,0,39,6)
C33M0Y39K6 (33%, 0%, 39%, 6%)
(0.33 / 0.00 / 0.39 / 0.06)

CMYK percentages

%33.05
%0
%38.91
%6.27

Codes

Color #A0EF92 in popluar color models

A0 EF 92
RGB 160 239 146
HSL 111° 74.40% 75.49%
HSB/HSV 111° 38.91% 93.73%
CMYK 33.05% 0.00% 38.91%
6.27%

Color #A0EF92 in popluar number systems.

HEX A0 EF 92
Decimal 160 239 146
Binary 10100000 11101111 10010010
Octal 240 357 222

Shades and tints

Shades of #A0EF92

#A0EF92
(160,239,146)
#92DA85
(146,218,133)
#84C578
(132,197,120)
#76B06B
(118,176,107)
#689B5E
(104,155,94)
#5A8651
(90,134,81)
#4C7144
(76,113,68)
#3E5C37
(62,92,55)
#30472A
(48,71,42)
#22321D
(34,50,29)
#141D10
(20,29,16)
#000000
(0,0,0)

Tints of #A0EF92

#A0EF92
(160,239,146)
#A8F09B
(168,240,155)
#B0F1A4
(176,241,164)
#B8F2AD
(184,242,173)
#C0F3B6
(192,243,182)
#C8F4BF
(200,244,191)
#D0F5C8
(208,245,200)
#D8F6D1
(216,246,209)
#E0F7DA
(224,247,218)
#E8F8E3
(232,248,227)
#F0F9EC
(240,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EF92; }

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

This text font color is #A0EF92.

Background Color

.myBgColor { background-color: #A0EF92; }

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

This div background color is #A0EF92.

Border color

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

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

This div border color is #A0EF92.

Opacity

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

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

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

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

This text has shadow with #A0EF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0EF92.

Preview

Color preview on black background

This text has color #A0EF92 on black background.


Color preview on white background

This text has color #A0EF92 on white background.


Black color preview on #A0EF92 background

This text has black color on #A0EF92 background.


White color preview on #A0EF92 background

This text has white color on #A0EF92 background.


Related colors

Complementary color

Complementary color for #hex is #5F106D.


I love getcolorcode.com

Triadic colors

1 #92A0EF and #EF92A0 with #A0EF92 are triadic colors.

2 #92EFA0 and #EFA092 with #A0EF92 are triadic colors.