COLOR #2AD59A

HEX: #2AD59A RGB: (42,213,154)

Color info

#2AD59A contains mainly green and blue colors. Web safe color of #2AD59A is #33CC99 (or #3C9).

RGB color model

#2AD59A color RGB value is (42,213,154).

RGB: (42,213,154) (16%, 84%, 60%)

RGB channels and saturation

R 42 of 255 = 16%
G 213 of 255 = 84%
B 154 of 255 = 60%

42
213
154

R + G + B ~ 53%. #2AD59A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 42 + 213 + 154 = 409 (100%)
R 42 of 409 ~ 10.27%
G 213 of 409 ~ 52.08%
B 154 of 409 ~ 37.65'%

%52.08
%37.65

CMYK color model

#2AD59A color CMYK value is (80,0,28,16).

  • cyan value is 80.28%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 16.47%

CMYK: (80,0,28,16)
C80M0Y28K16 (80%, 0%, 28%, 16%)
(0.80 / 0.00 / 0.28 / 0.16)

CMYK percentages

%80.28
%0
%27.7
%16.47

Codes

Color #2AD59A in popluar color models

2A D5 9A
RGB 42 213 154
HSL 159° 67.06% 50.00%
HSB/HSV 159° 80.28% 83.53%
CMYK 80.28% 0.00% 27.70%
16.47%

Color #2AD59A in popluar number systems.

HEX 2A D5 9A
Decimal 42 213 154
Binary 101010 11010101 10011010
Octal 52 325 232

Shades and tints

Shades of #2AD59A

#2AD59A
(42,213,154)
#27C28C
(39,194,140)
#24AF7E
(36,175,126)
#219C70
(33,156,112)
#1E8962
(30,137,98)
#1B7654
(27,118,84)
#186346
(24,99,70)
#155038
(21,80,56)
#123D2A
(18,61,42)
#0F2A1C
(15,42,28)
#0C170E
(12,23,14)
#000000
(0,0,0)

Tints of #2AD59A

#2AD59A
(42,213,154)
#3DD8A3
(61,216,163)
#50DBAC
(80,219,172)
#63DEB5
(99,222,181)
#76E1BE
(118,225,190)
#89E4C7
(137,228,199)
#9CE7D0
(156,231,208)
#AFEAD9
(175,234,217)
#C2EDE2
(194,237,226)
#D5F0EB
(213,240,235)
#E8F3F4
(232,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AD59A color. Also use rgb(42,213,154) instead hex code.

Text Font Color

.myTextColor { color: #2AD59A; }

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

This text font color is #2AD59A.

Background Color

.myBgColor { background-color: #2AD59A; }

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

This div background color is #2AD59A.

Border color

.myBorderColor { border: 1px solid #2AD59A; }

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

This div border color is #2AD59A.

Opacity

.myOpacity80 { color: #2AD59A; opacity: 0.8; }

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

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

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

This text has shadow with #2AD59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2AD59A.

Preview

Color preview on black background

This text has color #2AD59A on black background.


Color preview on white background

This text has color #2AD59A on white background.


Black color preview on #2AD59A background

This text has black color on #2AD59A background.


White color preview on #2AD59A background

This text has white color on #2AD59A background.


Related colors

Complementary color

Complementary color for #hex is #D52A65.


I love getcolorcode.com

Triadic colors

1 #9A2AD5 and #D59A2A with #2AD59A are triadic colors.

2 #9AD52A and #D52A9A with #2AD59A are triadic colors.