COLOR #A0ED30

HEX: #A0ED30
RGB: (160,237,48)

Color info

#A0ED30 contains mainly green color. Web safe color of #A0ED30 is #99FF33 (or #9F3).

RGB color model

#A0ED30 color RGB value is (160,237,48).

  • red value is 160;
  • green value is 237;
  • blue value is 48.
RGB:
(160,237,48)
(63%,93%,19%)

RGB channels and saturation

R 160 of 255 = 63%
G 237 of 255 = 93%
B 48 of 255 = 19%

160
237
48

R + G + B ~ 58%. #A0ED30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
160 + 237 + 48 = 445 (100%)
R 160 of 445 ~ 35.96%
G 237 of 445 ~ 53.26%
B 48 of 445 ~ 10.79%

%35.96
%53.26
%10.79

CMYK color model

#A0ED30 color CMYK value is (32,0,80,7).

  • cyan value is 32.49%
  • magenta value is 0.00%
  • yellow value is 79.75%
  • key color value is 7.06%
CMYK:
(32,0,80,7)
C32M0Y80K7 
(32%,0%,80%,7%)
(0.32/0.00/0.80/0.07)	

CMYK percentages

%32.49
%0
%79.75
%7.06

Codes

Color #A0ED30 in popluar color models

A0ED30
RGB16023748
HSL84°84.00%55.88%
HSB/HSV84°79.75%92.94%
CMYK32.49%0.00%79.75%
7.06%

Color #A0ED30 in popluar number systems.

HEXA0ED30
Decimal16023748
Binary1010000011101101110000
Octal24035560

Shades and tints

Shades of #A0ED30

#A0ED30
(160,237,48)
#92D82C
(146,216,44)
#84C328
(132,195,40)
#76AE24
(118,174,36)
#689920
(104,153,32)
#5A841C
(90,132,28)
#4C6F18
(76,111,24)
#3E5A14
(62,90,20)
#304510
(48,69,16)
#22300C
(34,48,12)
#141B08
(20,27,8)
#000000
(0,0,0)

Tints of #A0ED30

#A0ED30
(160,237,48)
#A8EE42
(168,238,66)
#B0EF54
(176,239,84)
#B8F066
(184,240,102)
#C0F178
(192,241,120)
#C8F28A
(200,242,138)
#D0F39C
(208,243,156)
#D8F4AE
(216,244,174)
#E0F5C0
(224,245,192)
#E8F6D2
(232,246,210)
#F0F7E4
(240,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ED30 color. Also use rgb(160,237,48) instead hex code.

Text Font Color

.myTextColor { color: #A0ED30; }

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

This text font color is #A0ED30.


Background Color

.myBgColor { background-color: #A0ED30; }

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

This div background color is #A0ED30.


Border color

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

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

This div border color is #A0ED30.


Opacity

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

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

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

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

This text has shadow with #A0ED30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ED30 on black background.


Color preview on white background

This text has color #A0ED30 on white background.



Black color preview on #A0ED30 background

This text has black color on #A0ED30 background.


White color preview on #A0ED30 background

This text has white color on #A0ED30 background.