COLOR #6ACF60

HEX: #6ACF60
RGB: (106,207,96)

Color info

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

RGB color model

#6ACF60 color RGB value is (106,207,96).

  • red value is 106;
  • green value is 207;
  • blue value is 96.
RGB:
(106,207,96)
(42%,81%,38%)

RGB channels and saturation

R 106 of 255 = 42%
G 207 of 255 = 81%
B 96 of 255 = 38%

106
207
96

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

Portions of RGB colors in percentages

R + G + B =
106 + 207 + 96 = 409 (100%)
R 106 of 409 ~ 25.92%
G 207 of 409 ~ 50.61%
B 96 of 409 ~ 23.47%

%25.92
%50.61
%23.47

CMYK color model

#6ACF60 color CMYK value is (49,0,54,19).

  • cyan value is 48.79%
  • magenta value is 0.00%
  • yellow value is 53.62%
  • key color value is 18.82%
CMYK:
(49,0,54,19)
C49M0Y54K19 
(49%,0%,54%,19%)
(0.49/0.00/0.54/0.19)	

CMYK percentages

%48.79
%0
%53.62
%18.82

Codes

Color #6ACF60 in popluar color models

6ACF60
RGB10620796
HSL115°53.62%59.41%
HSB/HSV115°53.62%81.18%
CMYK48.79%0.00%53.62%
18.82%

Color #6ACF60 in popluar number systems.

HEX6ACF60
Decimal10620796
Binary1101010110011111100000
Octal152317140

Shades and tints

Shades of #6ACF60

#6ACF60
(106,207,96)
#61BD58
(97,189,88)
#58AB50
(88,171,80)
#4F9948
(79,153,72)
#468740
(70,135,64)
#3D7538
(61,117,56)
#346330
(52,99,48)
#2B5128
(43,81,40)
#223F20
(34,63,32)
#192D18
(25,45,24)
#101B10
(16,27,16)
#000000
(0,0,0)

Tints of #6ACF60

#6ACF60
(106,207,96)
#77D36E
(119,211,110)
#84D77C
(132,215,124)
#91DB8A
(145,219,138)
#9EDF98
(158,223,152)
#ABE3A6
(171,227,166)
#B8E7B4
(184,231,180)
#C5EBC2
(197,235,194)
#D2EFD0
(210,239,208)
#DFF3DE
(223,243,222)
#ECF7EC
(236,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACF60 color. Also use rgb(106,207,96) instead hex code.

Text Font Color

.myTextColor { color: #6ACF60; }

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

This text font color is #6ACF60.


Background Color

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

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

This div background color is #6ACF60.


Border color

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

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

This div border color is #6ACF60.


Opacity

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

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

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

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

This text has shadow with #6ACF60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ACF60 on black background.


Color preview on white background

This text has color #6ACF60 on white background.



Black color preview on #6ACF60 background

This text has black color on #6ACF60 background.


White color preview on #6ACF60 background

This text has white color on #6ACF60 background.