COLOR #5AE367

HEX: #5AE367
RGB: (90,227,103)

Color info

#5AE367 contains mainly green color. Web safe color of #5AE367 is #66CC66 (or #6C6).

RGB color model

#5AE367 color RGB value is (90,227,103).

  • red value is 90;
  • green value is 227;
  • blue value is 103.
RGB:
(90,227,103)
(35%,89%,40%)

RGB channels and saturation

R 90 of 255 = 35%
G 227 of 255 = 89%
B 103 of 255 = 40%

90
227
103

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

Portions of RGB colors in percentages

R + G + B =
90 + 227 + 103 = 420 (100%)
R 90 of 420 ~ 21.43%
G 227 of 420 ~ 54.05%
B 103 of 420 ~ 24.52%

%21.43
%54.05
%24.52

CMYK color model

#5AE367 color CMYK value is (60,0,55,11).

  • cyan value is 60.35%
  • magenta value is 0.00%
  • yellow value is 54.63%
  • key color value is 10.98%
CMYK:
(60,0,55,11)
C60M0Y55K11 
(60%,0%,55%,11%)
(0.60/0.00/0.55/0.11)	

CMYK percentages

%60.35
%0
%54.63
%10.98

Codes

Color #5AE367 in popluar color models

5AE367
RGB90227103
HSL126°70.98%62.16%
HSB/HSV126°60.35%89.02%
CMYK60.35%0.00%54.63%
10.98%

Color #5AE367 in popluar number systems.

HEX5AE367
Decimal90227103
Binary1011010111000111100111
Octal132343147

Shades and tints

Shades of #5AE367

#5AE367
(90,227,103)
#52CF5E
(82,207,94)
#4ABB55
(74,187,85)
#42A74C
(66,167,76)
#3A9343
(58,147,67)
#327F3A
(50,127,58)
#2A6B31
(42,107,49)
#225728
(34,87,40)
#1A431F
(26,67,31)
#122F16
(18,47,22)
#0A1B0D
(10,27,13)
#000000
(0,0,0)

Tints of #5AE367

#5AE367
(90,227,103)
#69E574
(105,229,116)
#78E781
(120,231,129)
#87E98E
(135,233,142)
#96EB9B
(150,235,155)
#A5EDA8
(165,237,168)
#B4EFB5
(180,239,181)
#C3F1C2
(195,241,194)
#D2F3CF
(210,243,207)
#E1F5DC
(225,245,220)
#F0F7E9
(240,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AE367 color. Also use rgb(90,227,103) instead hex code.

Text Font Color

.myTextColor { color: #5AE367; }

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

This text font color is #5AE367.


Background Color

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

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

This div background color is #5AE367.


Border color

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

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

This div border color is #5AE367.


Opacity

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

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

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

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

This text has shadow with #5AE367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE367 on black background.


Color preview on white background

This text has color #5AE367 on white background.



Black color preview on #5AE367 background

This text has black color on #5AE367 background.


White color preview on #5AE367 background

This text has white color on #5AE367 background.