COLOR #5AE506

HEX: #5AE506
RGB: (90,229,6)

Color info

#5AE506 contains mainly green color. Web safe color of #5AE506 is #66CC00 (or #6C0).

RGB color model

#5AE506 color RGB value is (90,229,6).

  • red value is 90;
  • green value is 229;
  • blue value is 6.
RGB:
(90,229,6)
(35%,90%,2%)

RGB channels and saturation

R 90 of 255 = 35%
G 229 of 255 = 90%
B 6 of 255 = 2%

90
229
6

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

Portions of RGB colors in percentages

R + G + B =
90 + 229 + 6 = 325 (100%)
R 90 of 325 ~ 27.69%
G 229 of 325 ~ 70.46%
B 6 of 325 ~ 1.85%

%27.69
%70.46

CMYK color model

#5AE506 color CMYK value is (61,0,97,10).

  • cyan value is 60.70%
  • magenta value is 0.00%
  • yellow value is 97.38%
  • key color value is 10.20%
CMYK:
(61,0,97,10)
C61M0Y97K10 
(61%,0%,97%,10%)
(0.61/0.00/0.97/0.10)	

CMYK percentages

%60.7
%0
%97.38
%10.2

Codes

Color #5AE506 in popluar color models

5AE506
RGB902296
HSL97°94.89%46.08%
HSB/HSV97°97.38%89.80%
CMYK60.70%0.00%97.38%
10.20%

Color #5AE506 in popluar number systems.

HEX5AE506
Decimal902296
Binary101101011100101110
Octal1323456

Shades and tints

Shades of #5AE506

#5AE506
(90,229,6)
#52D106
(82,209,6)
#4ABD06
(74,189,6)
#42A906
(66,169,6)
#3A9506
(58,149,6)
#328106
(50,129,6)
#2A6D06
(42,109,6)
#225906
(34,89,6)
#1A4506
(26,69,6)
#123106
(18,49,6)
#0A1D06
(10,29,6)
#000000
(0,0,0)

Tints of #5AE506

#5AE506
(90,229,6)
#69E71C
(105,231,28)
#78E932
(120,233,50)
#87EB48
(135,235,72)
#96ED5E
(150,237,94)
#A5EF74
(165,239,116)
#B4F18A
(180,241,138)
#C3F3A0
(195,243,160)
#D2F5B6
(210,245,182)
#E1F7CC
(225,247,204)
#F0F9E2
(240,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AE506 color. Also use rgb(90,229,6) instead hex code.

Text Font Color

.myTextColor { color: #5AE506; }

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

This text font color is #5AE506.


Background Color

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

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

This div background color is #5AE506.


Border color

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

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

This div border color is #5AE506.


Opacity

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

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

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

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

This text has shadow with #5AE506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AE506 on black background.


Color preview on white background

This text has color #5AE506 on white background.



Black color preview on #5AE506 background

This text has black color on #5AE506 background.


White color preview on #5AE506 background

This text has white color on #5AE506 background.