COLOR #6AB50A

HEX: #6AB50A RGB: (106,181,10)

Color info

#6AB50A contains mainly green color. Web safe color of #6AB50A is #66CC00 (or #6C0).

RGB color model

#6AB50A color RGB value is (106,181,10).

RGB: (106,181,10) (42%, 71%, 4%)

RGB channels and saturation

R 106 of 255 = 42%
G 181 of 255 = 71%
B 10 of 255 = 4%

106
181
10

R + G + B ~ 39%. #6AB50A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 106 + 181 + 10 = 297 (100%)
R 106 of 297 ~ 35.69%
G 181 of 297 ~ 60.94%
B 10 of 297 ~ 3.37'%

%35.69
%60.94

CMYK color model

#6AB50A color CMYK value is (41,0,94,29).

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

CMYK: (41,0,94,29)
C41M0Y94K29 (41%, 0%, 94%, 29%)
(0.41 / 0.00 / 0.94 / 0.29)

CMYK percentages

%41.44
%0
%94.48
%29.02

Codes

Color #6AB50A in popluar color models

6A B5 0A
RGB 106 181 10
HSL 86° 89.53% 37.45%
HSB/HSV 86° 94.48% 70.98%
CMYK 41.44% 0.00% 94.48%
29.02%

Color #6AB50A in popluar number systems.

HEX 6A B5 0A
Decimal 106 181 10
Binary 1101010 10110101 1010
Octal 152 265 12

Shades and tints

Shades of #6AB50A

#6AB50A
(106,181,10)
#61A50A
(97,165,10)
#58950A
(88,149,10)
#4F850A
(79,133,10)
#46750A
(70,117,10)
#3D650A
(61,101,10)
#34550A
(52,85,10)
#2B450A
(43,69,10)
#22350A
(34,53,10)
#19250A
(25,37,10)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #6AB50A

#6AB50A
(106,181,10)
#77BB20
(119,187,32)
#84C136
(132,193,54)
#91C74C
(145,199,76)
#9ECD62
(158,205,98)
#ABD378
(171,211,120)
#B8D98E
(184,217,142)
#C5DFA4
(197,223,164)
#D2E5BA
(210,229,186)
#DFEBD0
(223,235,208)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AB50A; }

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

This text font color is #6AB50A.

Background Color

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

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

This div background color is #6AB50A.

Border color

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

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

This div border color is #6AB50A.

Opacity

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

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

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

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

This text has shadow with #6AB50A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AB50A.

Preview

Color preview on black background

This text has color #6AB50A on black background.


Color preview on white background

This text has color #6AB50A on white background.


Black color preview on #6AB50A background

This text has black color on #6AB50A background.


White color preview on #6AB50A background

This text has white color on #6AB50A background.


Related colors

Complementary color

Complementary color for #hex is #954AF5.


I love getcolorcode.com

Triadic colors

1 #0A6AB5 and #B50A6A with #6AB50A are triadic colors.

2 #0AB56A and #B56A0A with #6AB50A are triadic colors.