COLOR #5ABC65

HEX: #5ABC65 RGB: (90,188,101)

Color info

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

RGB color model

#5ABC65 color RGB value is (90,188,101).

RGB: (90,188,101) (35%, 74%, 40%)

RGB channels and saturation

R 90 of 255 = 35%
G 188 of 255 = 74%
B 101 of 255 = 40%

90
188
101

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

Portions of RGB colors in percentages

R + G + B = 90 + 188 + 101 = 379 (100%)
R 90 of 379 ~ 23.75%
G 188 of 379 ~ 49.6%
B 101 of 379 ~ 26.65'%

%23.75
%49.6
%26.65

CMYK color model

#5ABC65 color CMYK value is (52,0,46,26).

  • cyan value is 52.13%
  • magenta value is 0.00%
  • yellow value is 46.28%
  • key color value is 26.27%
CMYK: (52,0,46,26) C52M0Y46K26 (52%,0%,46%,26%) (0.52/0.00/0.46/0.26) 

CMYK percentages

%52.13
%0
%46.28
%26.27

Codes

Color #5ABC65 in popluar color models

5A BC 65
RGB 90 188 101
HSL 127° 42.24% 54.51%
HSB/HSV 127° 52.13% 73.73%
CMYK 52.13% 0.00% 46.28%
26.27%

Color #5ABC65 in popluar number systems.

HEX 5A BC 65
Decimal 90 188 101
Binary 1011010 10111100 1100101
Octal 132 274 145

Shades and tints

Shades of #5ABC65

#5ABC65
(90,188,101)
#52AB5C
(82,171,92)
#4A9A53
(74,154,83)
#42894A
(66,137,74)
#3A7841
(58,120,65)
#326738
(50,103,56)
#2A562F
(42,86,47)
#224526
(34,69,38)
#1A341D
(26,52,29)
#122314
(18,35,20)
#0A120B
(10,18,11)
#000000
(0,0,0)

Tints of #5ABC65

#5ABC65
(90,188,101)
#69C273
(105,194,115)
#78C881
(120,200,129)
#87CE8F
(135,206,143)
#96D49D
(150,212,157)
#A5DAAB
(165,218,171)
#B4E0B9
(180,224,185)
#C3E6C7
(195,230,199)
#D2ECD5
(210,236,213)
#E1F2E3
(225,242,227)
#F0F8F1
(240,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ABC65; }

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

This text font color is #5ABC65.

Background Color

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

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

This div background color is #5ABC65.

Border color

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

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

This div border color is #5ABC65.

Opacity

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

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

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

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

This text has shadow with #5ABC65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ABC65.

Preview

Color preview on black background

This text has color #5ABC65 on black background.


Color preview on white background

This text has color #5ABC65 on white background.


Black color preview on #5ABC65 background

This text has black color on #5ABC65 background.


White color preview on #5ABC65 background

This text has white color on #5ABC65 background.


Related colors

Complementary color

Complementary color for #hex is #A5439A.


I love getcolorcode.com

Triadic colors

1 #655ABC and #BC655A with #5ABC65 are triadic colors.

2 #65BC5A and #BC5A65 with #5ABC65 are triadic colors.