COLOR #6ACF5D

HEX: #6ACF5D
RGB: (106,207,93)

Color info

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

RGB color model

#6ACF5D color RGB value is (106,207,93).

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

RGB channels and saturation

R 106 of 255 = 42%
G 207 of 255 = 81%
B 93 of 255 = 36%

106
207
93

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

Portions of RGB colors in percentages

R + G + B =
106 + 207 + 93 = 406 (100%)
R 106 of 406 ~ 26.11%
G 207 of 406 ~ 50.99%
B 93 of 406 ~ 22.91%

%26.11
%50.99
%22.91

CMYK color model

#6ACF5D color CMYK value is (49,0,55,19).

  • cyan value is 48.79%
  • magenta value is 0.00%
  • yellow value is 55.07%
  • key color value is 18.82%
CMYK:
(49,0,55,19)
C49M0Y55K19 
(49%,0%,55%,19%)
(0.49/0.00/0.55/0.19)	

CMYK percentages

%48.79
%0
%55.07
%18.82

Codes

Color #6ACF5D in popluar color models

6ACF5D
RGB10620793
HSL113°54.29%58.82%
HSB/HSV113°55.07%81.18%
CMYK48.79%0.00%55.07%
18.82%

Color #6ACF5D in popluar number systems.

HEX6ACF5D
Decimal10620793
Binary1101010110011111011101
Octal152317135

Shades and tints

Shades of #6ACF5D

#6ACF5D
(106,207,93)
#61BD55
(97,189,85)
#58AB4D
(88,171,77)
#4F9945
(79,153,69)
#46873D
(70,135,61)
#3D7535
(61,117,53)
#34632D
(52,99,45)
#2B5125
(43,81,37)
#223F1D
(34,63,29)
#192D15
(25,45,21)
#101B0D
(16,27,13)
#000000
(0,0,0)

Tints of #6ACF5D

#6ACF5D
(106,207,93)
#77D36B
(119,211,107)
#84D779
(132,215,121)
#91DB87
(145,219,135)
#9EDF95
(158,223,149)
#ABE3A3
(171,227,163)
#B8E7B1
(184,231,177)
#C5EBBF
(197,235,191)
#D2EFCD
(210,239,205)
#DFF3DB
(223,243,219)
#ECF7E9
(236,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ACF5D; }

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

This text font color is #6ACF5D.


Background Color

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

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

This div background color is #6ACF5D.


Border color

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

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

This div border color is #6ACF5D.


Opacity

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

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

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

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

This text has shadow with #6ACF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ACF5D on black background.


Color preview on white background

This text has color #6ACF5D on white background.



Black color preview on #6ACF5D background

This text has black color on #6ACF5D background.


White color preview on #6ACF5D background

This text has white color on #6ACF5D background.