COLOR #4AE65A

HEX: #4AE65A
RGB: (74,230,90)

Color info

#4AE65A contains mainly green color. Web safe color of #4AE65A is #33CC66 (or #3C6).

RGB color model

#4AE65A color RGB value is (74,230,90).

  • red value is 74;
  • green value is 230;
  • blue value is 90.
RGB:
(74,230,90)
(29%,90%,35%)

RGB channels and saturation

R 74 of 255 = 29%
G 230 of 255 = 90%
B 90 of 255 = 35%

74
230
90

R + G + B ~ 51%. #4AE65A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 230 + 90 = 394 (100%)
R 74 of 394 ~ 18.78%
G 230 of 394 ~ 58.38%
B 90 of 394 ~ 22.84%

%18.78
%58.38
%22.84

CMYK color model

#4AE65A color CMYK value is (68,0,61,10).

  • cyan value is 67.83%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 9.80%
CMYK:
(68,0,61,10)
C68M0Y61K10 
(68%,0%,61%,10%)
(0.68/0.00/0.61/0.10)	

CMYK percentages

%67.83
%0
%60.87
%9.8

Codes

Color #4AE65A in popluar color models

4AE65A
RGB7423090
HSL126°75.73%59.61%
HSB/HSV126°67.83%90.20%
CMYK67.83%0.00%60.87%
9.80%

Color #4AE65A in popluar number systems.

HEX4AE65A
Decimal7423090
Binary1001010111001101011010
Octal112346132

Shades and tints

Shades of #4AE65A

#4AE65A
(74,230,90)
#44D252
(68,210,82)
#3EBE4A
(62,190,74)
#38AA42
(56,170,66)
#32963A
(50,150,58)
#2C8232
(44,130,50)
#266E2A
(38,110,42)
#205A22
(32,90,34)
#1A461A
(26,70,26)
#143212
(20,50,18)
#0E1E0A
(14,30,10)
#000000
(0,0,0)

Tints of #4AE65A

#4AE65A
(74,230,90)
#5AE869
(90,232,105)
#6AEA78
(106,234,120)
#7AEC87
(122,236,135)
#8AEE96
(138,238,150)
#9AF0A5
(154,240,165)
#AAF2B4
(170,242,180)
#BAF4C3
(186,244,195)
#CAF6D2
(202,246,210)
#DAF8E1
(218,248,225)
#EAFAF0
(234,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE65A color. Also use rgb(74,230,90) instead hex code.

Text Font Color

.myTextColor { color: #4AE65A; }

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

This text font color is #4AE65A.


Background Color

.myBgColor { background-color: #4AE65A; }

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

This div background color is #4AE65A.


Border color

.myBorderColor { border: 1px solid #4AE65A; }

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

This div border color is #4AE65A.


Opacity

.myOpacity80 { color: #4AE65A; opacity: 0.8; }

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

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

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

This text has shadow with #4AE65A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE65A on black background.


Color preview on white background

This text has color #4AE65A on white background.



Black color preview on #4AE65A background

This text has black color on #4AE65A background.


White color preview on #4AE65A background

This text has white color on #4AE65A background.