COLOR #A0E690

HEX: #A0E690 RGB: (160,230,144)

Color info

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

RGB color model

#A0E690 color RGB value is (160,230,144).

RGB: (160,230,144) (63%, 90%, 56%)

RGB channels and saturation

R 160 of 255 = 63%
G 230 of 255 = 90%
B 144 of 255 = 56%

160
230
144

R + G + B ~ 70%. #A0E690 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 230 + 144 = 534 (100%)
R 160 of 534 ~ 29.96%
G 230 of 534 ~ 43.07%
B 144 of 534 ~ 26.97'%

%29.96
%43.07
%26.97

CMYK color model

#A0E690 color CMYK value is (30,0,37,10).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 37.39%
  • key color value is 9.80%

CMYK: (30,0,37,10)
C30M0Y37K10 (30%, 0%, 37%, 10%)
(0.30 / 0.00 / 0.37 / 0.10)

CMYK percentages

%30.43
%0
%37.39
%9.8

Codes

Color #A0E690 in popluar color models

A0 E6 90
RGB 160 230 144
HSL 109° 63.24% 73.33%
HSB/HSV 109° 37.39% 90.20%
CMYK 30.43% 0.00% 37.39%
9.80%

Color #A0E690 in popluar number systems.

HEX A0 E6 90
Decimal 160 230 144
Binary 10100000 11100110 10010000
Octal 240 346 220

Shades and tints

Shades of #A0E690

#A0E690
(160,230,144)
#92D283
(146,210,131)
#84BE76
(132,190,118)
#76AA69
(118,170,105)
#68965C
(104,150,92)
#5A824F
(90,130,79)
#4C6E42
(76,110,66)
#3E5A35
(62,90,53)
#304628
(48,70,40)
#22321B
(34,50,27)
#141E0E
(20,30,14)
#000000
(0,0,0)

Tints of #A0E690

#A0E690
(160,230,144)
#A8E89A
(168,232,154)
#B0EAA4
(176,234,164)
#B8ECAE
(184,236,174)
#C0EEB8
(192,238,184)
#C8F0C2
(200,240,194)
#D0F2CC
(208,242,204)
#D8F4D6
(216,244,214)
#E0F6E0
(224,246,224)
#E8F8EA
(232,248,234)
#F0FAF4
(240,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E690 color. Also use rgb(160,230,144) instead hex code.

Text Font Color

.myTextColor { color: #A0E690; }

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

This text font color is #A0E690.

Background Color

.myBgColor { background-color: #A0E690; }

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

This div background color is #A0E690.

Border color

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

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

This div border color is #A0E690.

Opacity

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

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

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

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

This text has shadow with #A0E690 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E690.

Preview

Color preview on black background

This text has color #A0E690 on black background.


Color preview on white background

This text has color #A0E690 on white background.


Black color preview on #A0E690 background

This text has black color on #A0E690 background.


White color preview on #A0E690 background

This text has white color on #A0E690 background.


Related colors

Complementary color

Complementary color for #hex is #5F196F.


I love getcolorcode.com

Triadic colors

1 #90A0E6 and #E690A0 with #A0E690 are triadic colors.

2 #90E6A0 and #E6A090 with #A0E690 are triadic colors.