COLOR #5ABC36

HEX: #5ABC36
RGB: (90,188,54)

Color info

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

RGB color model

#5ABC36 color RGB value is (90,188,54).

  • red value is 90;
  • green value is 188;
  • blue value is 54.
RGB:
(90,188,54)
(35%,74%,21%)

RGB channels and saturation

R 90 of 255 = 35%
G 188 of 255 = 74%
B 54 of 255 = 21%

90
188
54

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

Portions of RGB colors in percentages

R + G + B =
90 + 188 + 54 = 332 (100%)
R 90 of 332 ~ 27.11%
G 188 of 332 ~ 56.63%
B 54 of 332 ~ 16.27%

%27.11
%56.63
%16.27

CMYK color model

#5ABC36 color CMYK value is (52,0,71,26).

  • cyan value is 52.13%
  • magenta value is 0.00%
  • yellow value is 71.28%
  • key color value is 26.27%
CMYK:
(52,0,71,26)
C52M0Y71K26 
(52%,0%,71%,26%)
(0.52/0.00/0.71/0.26)	

CMYK percentages

%52.13
%0
%71.28
%26.27

Codes

Color #5ABC36 in popluar color models

5ABC36
RGB9018854
HSL104°55.37%47.45%
HSB/HSV104°71.28%73.73%
CMYK52.13%0.00%71.28%
26.27%

Color #5ABC36 in popluar number systems.

HEX5ABC36
Decimal9018854
Binary101101010111100110110
Octal13227466

Shades and tints

Shades of #5ABC36

#5ABC36
(90,188,54)
#52AB32
(82,171,50)
#4A9A2E
(74,154,46)
#42892A
(66,137,42)
#3A7826
(58,120,38)
#326722
(50,103,34)
#2A561E
(42,86,30)
#22451A
(34,69,26)
#1A3416
(26,52,22)
#122312
(18,35,18)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #5ABC36

#5ABC36
(90,188,54)
#69C248
(105,194,72)
#78C85A
(120,200,90)
#87CE6C
(135,206,108)
#96D47E
(150,212,126)
#A5DA90
(165,218,144)
#B4E0A2
(180,224,162)
#C3E6B4
(195,230,180)
#D2ECC6
(210,236,198)
#E1F2D8
(225,242,216)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABC36 color. Also use rgb(90,188,54) instead hex code.

Text Font Color

.myTextColor { color: #5ABC36; }

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

This text font color is #5ABC36.


Background Color

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

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

This div background color is #5ABC36.


Border color

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

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

This div border color is #5ABC36.


Opacity

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

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

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

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

This text has shadow with #5ABC36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABC36 on black background.


Color preview on white background

This text has color #5ABC36 on white background.



Black color preview on #5ABC36 background

This text has black color on #5ABC36 background.


White color preview on #5ABC36 background

This text has white color on #5ABC36 background.