COLOR #8AD646

HEX: #8AD646 RGB: (138,214,70)

Color info

#8AD646 contains mainly green color. Web safe color of #8AD646 is #99CC33 (or #9C3).

RGB color model

#8AD646 color RGB value is (138,214,70).

RGB: (138,214,70) (54%, 84%, 27%)

RGB channels and saturation

R 138 of 255 = 54%
G 214 of 255 = 84%
B 70 of 255 = 27%

138
214
70

R + G + B ~ 55%. #8AD646 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 138 + 214 + 70 = 422 (100%)
R 138 of 422 ~ 32.7%
G 214 of 422 ~ 50.71%
B 70 of 422 ~ 16.59'%

%32.7
%50.71
%16.59

CMYK color model

#8AD646 color CMYK value is (36,0,67,16).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 67.29%
  • key color value is 16.08%

CMYK: (36,0,67,16)
C36M0Y67K16 (36%, 0%, 67%, 16%)
(0.36 / 0.00 / 0.67 / 0.16)

CMYK percentages

%35.51
%0
%67.29
%16.08

Codes

Color #8AD646 in popluar color models

8A D6 46
RGB 138 214 70
HSL 92° 63.72% 55.69%
HSB/HSV 92° 67.29% 83.92%
CMYK 35.51% 0.00% 67.29%
16.08%

Color #8AD646 in popluar number systems.

HEX 8A D6 46
Decimal 138 214 70
Binary 10001010 11010110 1000110
Octal 212 326 106

Shades and tints

Shades of #8AD646

#8AD646
(138,214,70)
#7EC340
(126,195,64)
#72B03A
(114,176,58)
#669D34
(102,157,52)
#5A8A2E
(90,138,46)
#4E7728
(78,119,40)
#426422
(66,100,34)
#36511C
(54,81,28)
#2A3E16
(42,62,22)
#1E2B10
(30,43,16)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #8AD646

#8AD646
(138,214,70)
#94D956
(148,217,86)
#9EDC66
(158,220,102)
#A8DF76
(168,223,118)
#B2E286
(178,226,134)
#BCE596
(188,229,150)
#C6E8A6
(198,232,166)
#D0EBB6
(208,235,182)
#DAEEC6
(218,238,198)
#E4F1D6
(228,241,214)
#EEF4E6
(238,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AD646 color. Also use rgb(138,214,70) instead hex code.

Text Font Color

.myTextColor { color: #8AD646; }

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

This text font color is #8AD646.

Background Color

.myBgColor { background-color: #8AD646; }

<div style="background-color:#8AD646">Inner text</div>

This div background color is #8AD646.

Border color

.myBorderColor { border: 1px solid #8AD646; }

<div style="border:3px solid #8AD646">Div</div>

This div border color is #8AD646.

Opacity

.myOpacity80 { color: #8AD646; opacity: 0.8; }

<p style="color:#8AD646;opacity:0.8;">80%</p>

Text with #8AD646 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 #8AD646;}

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

This text has shadow with #8AD646 color.


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

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

This text has shadow with #8AD646 primary color and red secondary color.


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

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

This text has shadow with #8AD646 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8AD646.

Preview

Color preview on black background

This text has color #8AD646 on black background.


Color preview on white background

This text has color #8AD646 on white background.


Black color preview on #8AD646 background

This text has black color on #8AD646 background.


White color preview on #8AD646 background

This text has white color on #8AD646 background.


Related colors

Complementary color

Complementary color for #hex is #7529B9.


I love getcolorcode.com

Triadic colors

1 #468AD6 and #D6468A with #8AD646 are triadic colors.

2 #46D68A and #D68A46 with #8AD646 are triadic colors.