COLOR #6AB55D

HEX: #6AB55D RGB: (106,181,93)

Color info

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

RGB color model

#6AB55D color RGB value is (106,181,93).

RGB: (106,181,93) (42%, 71%, 36%)

RGB channels and saturation

R 106 of 255 = 42%
G 181 of 255 = 71%
B 93 of 255 = 36%

106
181
93

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

Portions of RGB colors in percentages

R + G + B = 106 + 181 + 93 = 380 (100%)
R 106 of 380 ~ 27.89%
G 181 of 380 ~ 47.63%
B 93 of 380 ~ 24.47'%

%27.89
%47.63
%24.47

CMYK color model

#6AB55D color CMYK value is (41,0,49,29).

  • cyan value is 41.44%
  • magenta value is 0.00%
  • yellow value is 48.62%
  • key color value is 29.02%

CMYK: (41,0,49,29)
C41M0Y49K29 (41%, 0%, 49%, 29%)
(0.41 / 0.00 / 0.49 / 0.29)

CMYK percentages

%41.44
%0
%48.62
%29.02

Codes

Color #6AB55D in popluar color models

6A B5 5D
RGB 106 181 93
HSL 111° 37.29% 53.73%
HSB/HSV 111° 48.62% 70.98%
CMYK 41.44% 0.00% 48.62%
29.02%

Color #6AB55D in popluar number systems.

HEX 6A B5 5D
Decimal 106 181 93
Binary 1101010 10110101 1011101
Octal 152 265 135

Shades and tints

Shades of #6AB55D

#6AB55D
(106,181,93)
#61A555
(97,165,85)
#58954D
(88,149,77)
#4F8545
(79,133,69)
#46753D
(70,117,61)
#3D6535
(61,101,53)
#34552D
(52,85,45)
#2B4525
(43,69,37)
#22351D
(34,53,29)
#192515
(25,37,21)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #6AB55D

#6AB55D
(106,181,93)
#77BB6B
(119,187,107)
#84C179
(132,193,121)
#91C787
(145,199,135)
#9ECD95
(158,205,149)
#ABD3A3
(171,211,163)
#B8D9B1
(184,217,177)
#C5DFBF
(197,223,191)
#D2E5CD
(210,229,205)
#DFEBDB
(223,235,219)
#ECF1E9
(236,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB55D; }

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

This text font color is #6AB55D.

Background Color

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

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

This div background color is #6AB55D.

Border color

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

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

This div border color is #6AB55D.

Opacity

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

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

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

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

This text has shadow with #6AB55D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB55D.

Preview

Color preview on black background

This text has color #6AB55D on black background.


Color preview on white background

This text has color #6AB55D on white background.


Black color preview on #6AB55D background

This text has black color on #6AB55D background.


White color preview on #6AB55D background

This text has white color on #6AB55D background.


Related colors

Complementary color

Complementary color for #hex is #954AA2.


I love getcolorcode.com

Triadic colors

1 #5D6AB5 and #B55D6A with #6AB55D are triadic colors.

2 #5DB56A and #B56A5D with #6AB55D are triadic colors.