COLOR #6ACB6E

HEX: #6ACB6E
RGB: (106,203,110)

Color info

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

RGB color model

#6ACB6E color RGB value is (106,203,110).

  • red value is 106;
  • green value is 203;
  • blue value is 110.
RGB:
(106,203,110)
(42%,80%,43%)

RGB channels and saturation

R 106 of 255 = 42%
G 203 of 255 = 80%
B 110 of 255 = 43%

106
203
110

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

Portions of RGB colors in percentages

R + G + B =
106 + 203 + 110 = 419 (100%)
R 106 of 419 ~ 25.3%
G 203 of 419 ~ 48.45%
B 110 of 419 ~ 26.25%

%25.3
%48.45
%26.25

CMYK color model

#6ACB6E color CMYK value is (48,0,46,20).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 45.81%
  • key color value is 20.39%
CMYK:
(48,0,46,20)
C48M0Y46K20 
(48%,0%,46%,20%)
(0.48/0.00/0.46/0.20)	

CMYK percentages

%47.78
%0
%45.81
%20.39

Codes

Color #6ACB6E in popluar color models

6ACB6E
RGB106203110
HSL122°48.26%60.59%
HSB/HSV122°47.78%79.61%
CMYK47.78%0.00%45.81%
20.39%

Color #6ACB6E in popluar number systems.

HEX6ACB6E
Decimal106203110
Binary1101010110010111101110
Octal152313156

Shades and tints

Shades of #6ACB6E

#6ACB6E
(106,203,110)
#61B964
(97,185,100)
#58A75A
(88,167,90)
#4F9550
(79,149,80)
#468346
(70,131,70)
#3D713C
(61,113,60)
#345F32
(52,95,50)
#2B4D28
(43,77,40)
#223B1E
(34,59,30)
#192914
(25,41,20)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #6ACB6E

#6ACB6E
(106,203,110)
#77CF7B
(119,207,123)
#84D388
(132,211,136)
#91D795
(145,215,149)
#9EDBA2
(158,219,162)
#ABDFAF
(171,223,175)
#B8E3BC
(184,227,188)
#C5E7C9
(197,231,201)
#D2EBD6
(210,235,214)
#DFEFE3
(223,239,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ACB6E color. Also use rgb(106,203,110) instead hex code.

Text Font Color

.myTextColor { color: #6ACB6E; }

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

This text font color is #6ACB6E.


Background Color

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

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

This div background color is #6ACB6E.


Border color

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

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

This div border color is #6ACB6E.


Opacity

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

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

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

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

This text has shadow with #6ACB6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ACB6E on black background.


Color preview on white background

This text has color #6ACB6E on white background.



Black color preview on #6ACB6E background

This text has black color on #6ACB6E background.


White color preview on #6ACB6E background

This text has white color on #6ACB6E background.