COLOR #6AB254

HEX: #6AB254 RGB: (106,178,84)

Color info

#6AB254 contains mainly green color. Web safe color of #6AB254 is #669966 (or #696).

RGB color model

#6AB254 color RGB value is (106,178,84).

RGB: (106,178,84) (42%, 70%, 33%)

RGB channels and saturation

R 106 of 255 = 42%
G 178 of 255 = 70%
B 84 of 255 = 33%

106
178
84

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

Portions of RGB colors in percentages

R + G + B = 106 + 178 + 84 = 368 (100%)
R 106 of 368 ~ 28.8%
G 178 of 368 ~ 48.37%
B 84 of 368 ~ 22.83'%

%28.8
%48.37
%22.83

CMYK color model

#6AB254 color CMYK value is (40,0,53,30).

  • cyan value is 40.45%
  • magenta value is 0.00%
  • yellow value is 52.81%
  • key color value is 30.20%

CMYK: (40,0,53,30)
C40M0Y53K30 (40%, 0%, 53%, 30%)
(0.40 / 0.00 / 0.53 / 0.30)

CMYK percentages

%40.45
%0
%52.81
%30.2

Codes

Color #6AB254 in popluar color models

6A B2 54
RGB 106 178 84
HSL 106° 37.90% 51.37%
HSB/HSV 106° 52.81% 69.80%
CMYK 40.45% 0.00% 52.81%
30.20%

Color #6AB254 in popluar number systems.

HEX 6A B2 54
Decimal 106 178 84
Binary 1101010 10110010 1010100
Octal 152 262 124

Shades and tints

Shades of #6AB254

#6AB254
(106,178,84)
#61A24D
(97,162,77)
#589246
(88,146,70)
#4F823F
(79,130,63)
#467238
(70,114,56)
#3D6231
(61,98,49)
#34522A
(52,82,42)
#2B4223
(43,66,35)
#22321C
(34,50,28)
#192215
(25,34,21)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #6AB254

#6AB254
(106,178,84)
#77B963
(119,185,99)
#84C072
(132,192,114)
#91C781
(145,199,129)
#9ECE90
(158,206,144)
#ABD59F
(171,213,159)
#B8DCAE
(184,220,174)
#C5E3BD
(197,227,189)
#D2EACC
(210,234,204)
#DFF1DB
(223,241,219)
#ECF8EA
(236,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AB254 color. Also use rgb(106,178,84) instead hex code.

Text Font Color

.myTextColor { color: #6AB254; }

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

This text font color is #6AB254.

Background Color

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

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

This div background color is #6AB254.

Border color

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

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

This div border color is #6AB254.

Opacity

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

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

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

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

This text has shadow with #6AB254 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB254.

Preview

Color preview on black background

This text has color #6AB254 on black background.


Color preview on white background

This text has color #6AB254 on white background.


Black color preview on #6AB254 background

This text has black color on #6AB254 background.


White color preview on #6AB254 background

This text has white color on #6AB254 background.


Related colors

Complementary color

Complementary color for #hex is #954DAB.


I love getcolorcode.com

Triadic colors

1 #546AB2 and #B2546A with #6AB254 are triadic colors.

2 #54B26A and #B26A54 with #6AB254 are triadic colors.