COLOR #A0E599

HEX: #A0E599
RGB: (160,229,153)

Color info

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

RGB color model

#A0E599 color RGB value is (160,229,153).

  • red value is 160;
  • green value is 229;
  • blue value is 153.
RGB:
(160,229,153)
(63%,90%,60%)

RGB channels and saturation

R 160 of 255 = 63%
G 229 of 255 = 90%
B 153 of 255 = 60%

160
229
153

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

Portions of RGB colors in percentages

R + G + B =
160 + 229 + 153 = 542 (100%)
R 160 of 542 ~ 29.52%
G 229 of 542 ~ 42.25%
B 153 of 542 ~ 28.23%

%29.52
%42.25
%28.23

CMYK color model

#A0E599 color CMYK value is (30,0,33,10).

  • cyan value is 30.13%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 10.20%
CMYK:
(30,0,33,10)
C30M0Y33K10 
(30%,0%,33%,10%)
(0.30/0.00/0.33/0.10)	

CMYK percentages

%30.13
%0
%33.19
%10.2

Codes

Color #A0E599 in popluar color models

A0E599
RGB160229153
HSL114°59.38%74.90%
HSB/HSV114°33.19%89.80%
CMYK30.13%0.00%33.19%
10.20%

Color #A0E599 in popluar number systems.

HEXA0E599
Decimal160229153
Binary101000001110010110011001
Octal240345231

Shades and tints

Shades of #A0E599

#A0E599
(160,229,153)
#92D18C
(146,209,140)
#84BD7F
(132,189,127)
#76A972
(118,169,114)
#689565
(104,149,101)
#5A8158
(90,129,88)
#4C6D4B
(76,109,75)
#3E593E
(62,89,62)
#304531
(48,69,49)
#223124
(34,49,36)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #A0E599

#A0E599
(160,229,153)
#A8E7A2
(168,231,162)
#B0E9AB
(176,233,171)
#B8EBB4
(184,235,180)
#C0EDBD
(192,237,189)
#C8EFC6
(200,239,198)
#D0F1CF
(208,241,207)
#D8F3D8
(216,243,216)
#E0F5E1
(224,245,225)
#E8F7EA
(232,247,234)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E599 color. Also use rgb(160,229,153) instead hex code.

Text Font Color

.myTextColor { color: #A0E599; }

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

This text font color is #A0E599.


Background Color

.myBgColor { background-color: #A0E599; }

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

This div background color is #A0E599.


Border color

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

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

This div border color is #A0E599.


Opacity

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

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

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

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

This text has shadow with #A0E599 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E599 on black background.


Color preview on white background

This text has color #A0E599 on white background.



Black color preview on #A0E599 background

This text has black color on #A0E599 background.


White color preview on #A0E599 background

This text has white color on #A0E599 background.