COLOR #6AB43C

HEX: #6AB43C
RGB: (106,180,60)

Color info

#6AB43C contains mainly green color. Web safe color of #6AB43C is #66CC33 (or #6C3).

RGB color model

#6AB43C color RGB value is (106,180,60).

  • red value is 106;
  • green value is 180;
  • blue value is 60.
RGB:
(106,180,60)
(42%,71%,24%)

RGB channels and saturation

R 106 of 255 = 42%
G 180 of 255 = 71%
B 60 of 255 = 24%

106
180
60

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

Portions of RGB colors in percentages

R + G + B =
106 + 180 + 60 = 346 (100%)
R 106 of 346 ~ 30.64%
G 180 of 346 ~ 52.02%
B 60 of 346 ~ 17.34%

%30.64
%52.02
%17.34

CMYK color model

#6AB43C color CMYK value is (41,0,67,29).

  • cyan value is 41.11%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 29.41%
CMYK:
(41,0,67,29)
C41M0Y67K29 
(41%,0%,67%,29%)
(0.41/0.00/0.67/0.29)	

CMYK percentages

%41.11
%0
%66.67
%29.41

Codes

Color #6AB43C in popluar color models

6AB43C
RGB10618060
HSL97°50.00%47.06%
HSB/HSV97°66.67%70.59%
CMYK41.11%0.00%66.67%
29.41%

Color #6AB43C in popluar number systems.

HEX6AB43C
Decimal10618060
Binary110101010110100111100
Octal15226474

Shades and tints

Shades of #6AB43C

#6AB43C
(106,180,60)
#61A437
(97,164,55)
#589432
(88,148,50)
#4F842D
(79,132,45)
#467428
(70,116,40)
#3D6423
(61,100,35)
#34541E
(52,84,30)
#2B4419
(43,68,25)
#223414
(34,52,20)
#19240F
(25,36,15)
#10140A
(16,20,10)
#000000
(0,0,0)

Tints of #6AB43C

#6AB43C
(106,180,60)
#77BA4D
(119,186,77)
#84C05E
(132,192,94)
#91C66F
(145,198,111)
#9ECC80
(158,204,128)
#ABD291
(171,210,145)
#B8D8A2
(184,216,162)
#C5DEB3
(197,222,179)
#D2E4C4
(210,228,196)
#DFEAD5
(223,234,213)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB43C color. Also use rgb(106,180,60) instead hex code.

Text Font Color

.myTextColor { color: #6AB43C; }

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

This text font color is #6AB43C.


Background Color

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

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

This div background color is #6AB43C.


Border color

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

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

This div border color is #6AB43C.


Opacity

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

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

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

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

This text has shadow with #6AB43C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AB43C on black background.


Color preview on white background

This text has color #6AB43C on white background.



Black color preview on #6AB43C background

This text has black color on #6AB43C background.


White color preview on #6AB43C background

This text has white color on #6AB43C background.