COLOR #6ACB5B

HEX: #6ACB5B
RGB: (106,203,91)

Color info

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

RGB color model

#6ACB5B color RGB value is (106,203,91).

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

RGB channels and saturation

R 106 of 255 = 42%
G 203 of 255 = 80%
B 91 of 255 = 36%

106
203
91

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

Portions of RGB colors in percentages

R + G + B =
106 + 203 + 91 = 400 (100%)
R 106 of 400 ~ 26.5%
G 203 of 400 ~ 50.75%
B 91 of 400 ~ 22.75%

%26.5
%50.75
%22.75

CMYK color model

#6ACB5B color CMYK value is (48,0,55,20).

  • cyan value is 47.78%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 20.39%
CMYK:
(48,0,55,20)
C48M0Y55K20 
(48%,0%,55%,20%)
(0.48/0.00/0.55/0.20)	

CMYK percentages

%47.78
%0
%55.17
%20.39

Codes

Color #6ACB5B in popluar color models

6ACB5B
RGB10620391
HSL112°51.85%57.65%
HSB/HSV112°55.17%79.61%
CMYK47.78%0.00%55.17%
20.39%

Color #6ACB5B in popluar number systems.

HEX6ACB5B
Decimal10620391
Binary1101010110010111011011
Octal152313133

Shades and tints

Shades of #6ACB5B

#6ACB5B
(106,203,91)
#61B953
(97,185,83)
#58A74B
(88,167,75)
#4F9543
(79,149,67)
#46833B
(70,131,59)
#3D7133
(61,113,51)
#345F2B
(52,95,43)
#2B4D23
(43,77,35)
#223B1B
(34,59,27)
#192913
(25,41,19)
#10170B
(16,23,11)
#000000
(0,0,0)

Tints of #6ACB5B

#6ACB5B
(106,203,91)
#77CF69
(119,207,105)
#84D377
(132,211,119)
#91D785
(145,215,133)
#9EDB93
(158,219,147)
#ABDFA1
(171,223,161)
#B8E3AF
(184,227,175)
#C5E7BD
(197,231,189)
#D2EBCB
(210,235,203)
#DFEFD9
(223,239,217)
#ECF3E7
(236,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6ACB5B; }

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

This text font color is #6ACB5B.


Background Color

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

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

This div background color is #6ACB5B.


Border color

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

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

This div border color is #6ACB5B.


Opacity

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

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

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

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

This text has shadow with #6ACB5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ACB5B on black background.


Color preview on white background

This text has color #6ACB5B on white background.



Black color preview on #6ACB5B background

This text has black color on #6ACB5B background.


White color preview on #6ACB5B background

This text has white color on #6ACB5B background.