COLOR #A0E752

HEX: #A0E752
RGB: (160,231,82)

Color info

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

RGB color model

#A0E752 color RGB value is (160,231,82).

  • red value is 160;
  • green value is 231;
  • blue value is 82.
RGB:
(160,231,82)
(63%,91%,32%)

RGB channels and saturation

R 160 of 255 = 63%
G 231 of 255 = 91%
B 82 of 255 = 32%

160
231
82

R + G + B ~ 62%. #A0E752 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 231 + 82 = 473 (100%)
R 160 of 473 ~ 33.83%
G 231 of 473 ~ 48.84%
B 82 of 473 ~ 17.34%

%33.83
%48.84
%17.34

CMYK color model

#A0E752 color CMYK value is (31,0,65,9).

  • cyan value is 30.74%
  • magenta value is 0.00%
  • yellow value is 64.50%
  • key color value is 9.41%
CMYK:
(31,0,65,9)
C31M0Y65K9 
(31%,0%,65%,9%)
(0.31/0.00/0.65/0.09)	

CMYK percentages

%30.74
%0
%64.5
%9.41

Codes

Color #A0E752 in popluar color models

A0E752
RGB16023182
HSL89°75.63%61.37%
HSB/HSV89°64.50%90.59%
CMYK30.74%0.00%64.50%
9.41%

Color #A0E752 in popluar number systems.

HEXA0E752
Decimal16023182
Binary10100000111001111010010
Octal240347122

Shades and tints

Shades of #A0E752

#A0E752
(160,231,82)
#92D24B
(146,210,75)
#84BD44
(132,189,68)
#76A83D
(118,168,61)
#689336
(104,147,54)
#5A7E2F
(90,126,47)
#4C6928
(76,105,40)
#3E5421
(62,84,33)
#303F1A
(48,63,26)
#222A13
(34,42,19)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #A0E752

#A0E752
(160,231,82)
#A8E961
(168,233,97)
#B0EB70
(176,235,112)
#B8ED7F
(184,237,127)
#C0EF8E
(192,239,142)
#C8F19D
(200,241,157)
#D0F3AC
(208,243,172)
#D8F5BB
(216,245,187)
#E0F7CA
(224,247,202)
#E8F9D9
(232,249,217)
#F0FBE8
(240,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E752 color. Also use rgb(160,231,82) instead hex code.

Text Font Color

.myTextColor { color: #A0E752; }

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

This text font color is #A0E752.


Background Color

.myBgColor { background-color: #A0E752; }

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

This div background color is #A0E752.


Border color

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

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

This div border color is #A0E752.


Opacity

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

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

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

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

This text has shadow with #A0E752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E752 on black background.


Color preview on white background

This text has color #A0E752 on white background.



Black color preview on #A0E752 background

This text has black color on #A0E752 background.


White color preview on #A0E752 background

This text has white color on #A0E752 background.