COLOR #5AE64A

HEX: #5AE64A
RGB: (90,230,74)

Color info

#5AE64A contains mainly green color. Web safe color of #5AE64A is #66CC33 (or #6C3).

RGB color model

#5AE64A color RGB value is (90,230,74).

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

RGB channels and saturation

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

90
230
74

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

Portions of RGB colors in percentages

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

%22.84
%58.38
%18.78

CMYK color model

#5AE64A color CMYK value is (61,0,68,10).

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

CMYK percentages

%60.87
%0
%67.83
%9.8

Codes

Color #5AE64A in popluar color models

5AE64A
RGB9023074
HSL114°75.73%59.61%
HSB/HSV114°67.83%90.20%
CMYK60.87%0.00%67.83%
9.80%

Color #5AE64A in popluar number systems.

HEX5AE64A
Decimal9023074
Binary1011010111001101001010
Octal132346112

Shades and tints

Shades of #5AE64A

#5AE64A
(90,230,74)
#52D244
(82,210,68)
#4ABE3E
(74,190,62)
#42AA38
(66,170,56)
#3A9632
(58,150,50)
#32822C
(50,130,44)
#2A6E26
(42,110,38)
#225A20
(34,90,32)
#1A461A
(26,70,26)
#123214
(18,50,20)
#0A1E0E
(10,30,14)
#000000
(0,0,0)

Tints of #5AE64A

#5AE64A
(90,230,74)
#69E85A
(105,232,90)
#78EA6A
(120,234,106)
#87EC7A
(135,236,122)
#96EE8A
(150,238,138)
#A5F09A
(165,240,154)
#B4F2AA
(180,242,170)
#C3F4BA
(195,244,186)
#D2F6CA
(210,246,202)
#E1F8DA
(225,248,218)
#F0FAEA
(240,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AE64A; }

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

This text font color is #5AE64A.


Background Color

.myBgColor { background-color: #5AE64A; }

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

This div background color is #5AE64A.


Border color

.myBorderColor { border: 1px solid #5AE64A; }

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

This div border color is #5AE64A.


Opacity

.myOpacity80 { color: #5AE64A; opacity: 0.8; }

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

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

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

This text has shadow with #5AE64A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE64A on black background.


Color preview on white background

This text has color #5AE64A on white background.



Black color preview on #5AE64A background

This text has black color on #5AE64A background.


White color preview on #5AE64A background

This text has white color on #5AE64A background.