COLOR #5ACC34

HEX: #5ACC34
RGB: (90,204,52)

Color info

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

RGB color model

#5ACC34 color RGB value is (90,204,52).

  • red value is 90;
  • green value is 204;
  • blue value is 52.
RGB:
(90,204,52)
(35%,80%,20%)

RGB channels and saturation

R 90 of 255 = 35%
G 204 of 255 = 80%
B 52 of 255 = 20%

90
204
52

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

Portions of RGB colors in percentages

R + G + B =
90 + 204 + 52 = 346 (100%)
R 90 of 346 ~ 26.01%
G 204 of 346 ~ 58.96%
B 52 of 346 ~ 15.03%

%26.01
%58.96
%15.03

CMYK color model

#5ACC34 color CMYK value is (56,0,75,20).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 74.51%
  • key color value is 20.00%
CMYK:
(56,0,75,20)
C56M0Y75K20 
(56%,0%,75%,20%)
(0.56/0.00/0.75/0.20)	

CMYK percentages

%55.88
%0
%74.51
%20

Codes

Color #5ACC34 in popluar color models

5ACC34
RGB9020452
HSL105°59.84%50.20%
HSB/HSV105°74.51%80.00%
CMYK55.88%0.00%74.51%
20.00%

Color #5ACC34 in popluar number systems.

HEX5ACC34
Decimal9020452
Binary101101011001100110100
Octal13231464

Shades and tints

Shades of #5ACC34

#5ACC34
(90,204,52)
#52BA30
(82,186,48)
#4AA82C
(74,168,44)
#429628
(66,150,40)
#3A8424
(58,132,36)
#327220
(50,114,32)
#2A601C
(42,96,28)
#224E18
(34,78,24)
#1A3C14
(26,60,20)
#122A10
(18,42,16)
#0A180C
(10,24,12)
#000000
(0,0,0)

Tints of #5ACC34

#5ACC34
(90,204,52)
#69D046
(105,208,70)
#78D458
(120,212,88)
#87D86A
(135,216,106)
#96DC7C
(150,220,124)
#A5E08E
(165,224,142)
#B4E4A0
(180,228,160)
#C3E8B2
(195,232,178)
#D2ECC4
(210,236,196)
#E1F0D6
(225,240,214)
#F0F4E8
(240,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ACC34 color. Also use rgb(90,204,52) instead hex code.

Text Font Color

.myTextColor { color: #5ACC34; }

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

This text font color is #5ACC34.


Background Color

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

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

This div background color is #5ACC34.


Border color

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

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

This div border color is #5ACC34.


Opacity

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

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

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

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

This text has shadow with #5ACC34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACC34 on black background.


Color preview on white background

This text has color #5ACC34 on white background.



Black color preview on #5ACC34 background

This text has black color on #5ACC34 background.


White color preview on #5ACC34 background

This text has white color on #5ACC34 background.