COLOR #8ABF40

HEX: #8ABF40
RGB: (138,191,64)

Color info

#8ABF40 contains mainly red and green colors. Web safe color of #8ABF40 is #99CC33 (or #9C3).

RGB color model

#8ABF40 color RGB value is (138,191,64).

  • red value is 138;
  • green value is 191;
  • blue value is 64.
RGB:
(138,191,64)
(54%,75%,25%)

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 64 of 255 = 25%

138
191
64

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

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 64 = 393 (100%)
R 138 of 393 ~ 35.11%
G 191 of 393 ~ 48.6%
B 64 of 393 ~ 16.28%

%35.11
%48.6
%16.28

CMYK color model

#8ABF40 color CMYK value is (28,0,66,25).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 66.49%
  • key color value is 25.10%
CMYK:
(28,0,66,25)
C28M0Y66K25 
(28%,0%,66%,25%)
(0.28/0.00/0.66/0.25)	

CMYK percentages

%27.75
%0
%66.49
%25.1

Codes

Color #8ABF40 in popluar color models

8ABF40
RGB13819164
HSL85°49.80%50.00%
HSB/HSV85°66.49%74.90%
CMYK27.75%0.00%66.49%
25.10%

Color #8ABF40 in popluar number systems.

HEX8ABF40
Decimal13819164
Binary10001010101111111000000
Octal212277100

Shades and tints

Shades of #8ABF40

#8ABF40
(138,191,64)
#7EAE3B
(126,174,59)
#729D36
(114,157,54)
#668C31
(102,140,49)
#5A7B2C
(90,123,44)
#4E6A27
(78,106,39)
#425922
(66,89,34)
#36481D
(54,72,29)
#2A3718
(42,55,24)
#1E2613
(30,38,19)
#12150E
(18,21,14)
#000000
(0,0,0)

Tints of #8ABF40

#8ABF40
(138,191,64)
#94C451
(148,196,81)
#9EC962
(158,201,98)
#A8CE73
(168,206,115)
#B2D384
(178,211,132)
#BCD895
(188,216,149)
#C6DDA6
(198,221,166)
#D0E2B7
(208,226,183)
#DAE7C8
(218,231,200)
#E4ECD9
(228,236,217)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ABF40 color. Also use rgb(138,191,64) instead hex code.

Text Font Color

.myTextColor { color: #8ABF40; }

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

This text font color is #8ABF40.


Background Color

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

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

This div background color is #8ABF40.


Border color

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

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

This div border color is #8ABF40.


Opacity

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

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

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

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

This text has shadow with #8ABF40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABF40 on black background.


Color preview on white background

This text has color #8ABF40 on white background.



Black color preview on #8ABF40 background

This text has black color on #8ABF40 background.


White color preview on #8ABF40 background

This text has white color on #8ABF40 background.