COLOR #5AB33C

HEX: #5AB33C RGB: (90,179,60)

Color info

#5AB33C contains mainly green color. Web safe color of #5AB33C is #669933 (or #693).

RGB color model

#5AB33C color RGB value is (90,179,60).

RGB: (90,179,60) (35%, 70%, 24%)

RGB channels and saturation

R 90 of 255 = 35%
G 179 of 255 = 70%
B 60 of 255 = 24%

90
179
60

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

Portions of RGB colors in percentages

R + G + B = 90 + 179 + 60 = 329 (100%)
R 90 of 329 ~ 27.36%
G 179 of 329 ~ 54.41%
B 60 of 329 ~ 18.24'%

%27.36
%54.41
%18.24

CMYK color model

#5AB33C color CMYK value is (50,0,66,30).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 66.48%
  • key color value is 29.80%
CMYK: (50,0,66,30) C50M0Y66K30 (50%,0%,66%,30%) (0.50/0.00/0.66/0.30) 

CMYK percentages

%49.72
%0
%66.48
%29.8

Codes

Color #5AB33C in popluar color models

5A B3 3C
RGB 90 179 60
HSL 105° 49.79% 46.86%
HSB/HSV 105° 66.48% 70.20%
CMYK 49.72% 0.00% 66.48%
29.80%

Color #5AB33C in popluar number systems.

HEX 5A B3 3C
Decimal 90 179 60
Binary 1011010 10110011 111100
Octal 132 263 74

Shades and tints

Shades of #5AB33C

#5AB33C
(90,179,60)
#52A337
(82,163,55)
#4A9332
(74,147,50)
#42832D
(66,131,45)
#3A7328
(58,115,40)
#326323
(50,99,35)
#2A531E
(42,83,30)
#224319
(34,67,25)
#1A3314
(26,51,20)
#12230F
(18,35,15)
#0A130A
(10,19,10)
#000000
(0,0,0)

Tints of #5AB33C

#5AB33C
(90,179,60)
#69B94D
(105,185,77)
#78BF5E
(120,191,94)
#87C56F
(135,197,111)
#96CB80
(150,203,128)
#A5D191
(165,209,145)
#B4D7A2
(180,215,162)
#C3DDB3
(195,221,179)
#D2E3C4
(210,227,196)
#E1E9D5
(225,233,213)
#F0EFE6
(240,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB33C color. Also use rgb(90,179,60) instead hex code.

Text Font Color

.myTextColor { color: #5AB33C; }

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

This text font color is #5AB33C.

Background Color

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

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

This div background color is #5AB33C.

Border color

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

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

This div border color is #5AB33C.

Opacity

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

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

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

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

This text has shadow with #5AB33C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB33C.

Preview

Color preview on black background

This text has color #5AB33C on black background.


Color preview on white background

This text has color #5AB33C on white background.


Black color preview on #5AB33C background

This text has black color on #5AB33C background.


White color preview on #5AB33C background

This text has white color on #5AB33C background.


Related colors

Complementary color

Complementary color for #hex is #A54CC3.


I love getcolorcode.com

Triadic colors

1 #3C5AB3 and #B33C5A with #5AB33C are triadic colors.

2 #3CB35A and #B35A3C with #5AB33C are triadic colors.