COLOR #A0E298

HEX: #A0E298
RGB: (160,226,152)

Color info

#A0E298 contains mainly green color. Web safe color of #A0E298 is #99CC99 (or #9C9).

RGB color model

#A0E298 color RGB value is (160,226,152).

  • red value is 160;
  • green value is 226;
  • blue value is 152.
RGB:
(160,226,152)
(63%,89%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 226 of 255 = 89%
B 152 of 255 = 60%

160
226
152

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

Portions of RGB colors in percentages

R + G + B =
160 + 226 + 152 = 538 (100%)
R 160 of 538 ~ 29.74%
G 226 of 538 ~ 42.01%
B 152 of 538 ~ 28.25%

%29.74
%42.01
%28.25

CMYK color model

#A0E298 color CMYK value is (29,0,33,11).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 32.74%
  • key color value is 11.37%
CMYK:
(29,0,33,11)
C29M0Y33K11 
(29%,0%,33%,11%)
(0.29/0.00/0.33/0.11)	

CMYK percentages

%29.2
%0
%32.74
%11.37

Codes

Color #A0E298 in popluar color models

A0E298
RGB160226152
HSL114°56.06%74.12%
HSB/HSV114°32.74%88.63%
CMYK29.20%0.00%32.74%
11.37%

Color #A0E298 in popluar number systems.

HEXA0E298
Decimal160226152
Binary101000001110001010011000
Octal240342230

Shades and tints

Shades of #A0E298

#A0E298
(160,226,152)
#92CE8B
(146,206,139)
#84BA7E
(132,186,126)
#76A671
(118,166,113)
#689264
(104,146,100)
#5A7E57
(90,126,87)
#4C6A4A
(76,106,74)
#3E563D
(62,86,61)
#304230
(48,66,48)
#222E23
(34,46,35)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #A0E298

#A0E298
(160,226,152)
#A8E4A1
(168,228,161)
#B0E6AA
(176,230,170)
#B8E8B3
(184,232,179)
#C0EABC
(192,234,188)
#C8ECC5
(200,236,197)
#D0EECE
(208,238,206)
#D8F0D7
(216,240,215)
#E0F2E0
(224,242,224)
#E8F4E9
(232,244,233)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E298 color. Also use rgb(160,226,152) instead hex code.

Text Font Color

.myTextColor { color: #A0E298; }

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

This text font color is #A0E298.


Background Color

.myBgColor { background-color: #A0E298; }

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

This div background color is #A0E298.


Border color

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

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

This div border color is #A0E298.


Opacity

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

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

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

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

This text has shadow with #A0E298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E298 on black background.


Color preview on white background

This text has color #A0E298 on white background.



Black color preview on #A0E298 background

This text has black color on #A0E298 background.


White color preview on #A0E298 background

This text has white color on #A0E298 background.