COLOR #6ACC58

HEX: #6ACC58 RGB: (106,204,88)

Color info

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

RGB color model

#6ACC58 color RGB value is (106,204,88).

RGB: (106,204,88) (42%, 80%, 35%)

RGB channels and saturation

R 106 of 255 = 42%
G 204 of 255 = 80%
B 88 of 255 = 35%

106
204
88

R + G + B ~ 52%. #6ACC58 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 106 + 204 + 88 = 398 (100%)
R 106 of 398 ~ 26.63%
G 204 of 398 ~ 51.26%
B 88 of 398 ~ 22.11'%

%26.63
%51.26
%22.11

CMYK color model

#6ACC58 color CMYK value is (48,0,57,20).

  • cyan value is 48.04%
  • magenta value is 0.00%
  • yellow value is 56.86%
  • key color value is 20.00%

CMYK: (48,0,57,20)
C48M0Y57K20 (48%, 0%, 57%, 20%)
(0.48 / 0.00 / 0.57 / 0.20)

CMYK percentages

%48.04
%0
%56.86
%20

Codes

Color #6ACC58 in popluar color models

6A CC 58
RGB 106 204 88
HSL 111° 53.21% 57.25%
HSB/HSV 111° 56.86% 80.00%
CMYK 48.04% 0.00% 56.86%
20.00%

Color #6ACC58 in popluar number systems.

HEX 6A CC 58
Decimal 106 204 88
Binary 1101010 11001100 1011000
Octal 152 314 130

Shades and tints

Shades of #6ACC58

#6ACC58
(106,204,88)
#61BA50
(97,186,80)
#58A848
(88,168,72)
#4F9640
(79,150,64)
#468438
(70,132,56)
#3D7230
(61,114,48)
#346028
(52,96,40)
#2B4E20
(43,78,32)
#223C18
(34,60,24)
#192A10
(25,42,16)
#101808
(16,24,8)
#000000
(0,0,0)

Tints of #6ACC58

#6ACC58
(106,204,88)
#77D067
(119,208,103)
#84D476
(132,212,118)
#91D885
(145,216,133)
#9EDC94
(158,220,148)
#ABE0A3
(171,224,163)
#B8E4B2
(184,228,178)
#C5E8C1
(197,232,193)
#D2ECD0
(210,236,208)
#DFF0DF
(223,240,223)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACC58 color. Also use rgb(106,204,88) instead hex code.

Text Font Color

.myTextColor { color: #6ACC58; }

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

This text font color is #6ACC58.

Background Color

.myBgColor { background-color: #6ACC58; }

<div style="background-color:#6ACC58">Inner text</div>

This div background color is #6ACC58.

Border color

.myBorderColor { border: 1px solid #6ACC58; }

<div style="border:3px solid #6ACC58">Div</div>

This div border color is #6ACC58.

Opacity

.myOpacity80 { color: #6ACC58; opacity: 0.8; }

<p style="color:#6ACC58;opacity:0.8;">80%</p>

Text with #6ACC58 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 #6ACC58;}

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

This text has shadow with #6ACC58 color.


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

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

This text has shadow with #6ACC58 primary color and red secondary color.


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

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

This text has shadow with #6ACC58 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6ACC58.

Preview

Color preview on black background

This text has color #6ACC58 on black background.


Color preview on white background

This text has color #6ACC58 on white background.


Black color preview on #6ACC58 background

This text has black color on #6ACC58 background.


White color preview on #6ACC58 background

This text has white color on #6ACC58 background.


Related colors

Complementary color

Complementary color for #hex is #9533A7.


I love getcolorcode.com

Triadic colors

1 #586ACC and #CC586A with #6ACC58 are triadic colors.

2 #58CC6A and #CC6A58 with #6ACC58 are triadic colors.