COLOR #8ABF61

HEX: #8ABF61
RGB: (138,191,97)

Color info

#8ABF61 contains mainly red and green colors. Web safe color of #8ABF61 is #99CC66 (or #9C6).

RGB color model

#8ABF61 color RGB value is (138,191,97).

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

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 97 of 255 = 38%

138
191
97

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

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 97 = 426 (100%)
R 138 of 426 ~ 32.39%
G 191 of 426 ~ 44.84%
B 97 of 426 ~ 22.77%

%32.39
%44.84
%22.77

CMYK color model

#8ABF61 color CMYK value is (28,0,49,25).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 25.10%
CMYK:
(28,0,49,25)
C28M0Y49K25 
(28%,0%,49%,25%)
(0.28/0.00/0.49/0.25)	

CMYK percentages

%27.75
%0
%49.21
%25.1

Codes

Color #8ABF61 in popluar color models

8ABF61
RGB13819197
HSL94°42.34%56.47%
HSB/HSV94°49.21%74.90%
CMYK27.75%0.00%49.21%
25.10%

Color #8ABF61 in popluar number systems.

HEX8ABF61
Decimal13819197
Binary10001010101111111100001
Octal212277141

Shades and tints

Shades of #8ABF61

#8ABF61
(138,191,97)
#7EAE59
(126,174,89)
#729D51
(114,157,81)
#668C49
(102,140,73)
#5A7B41
(90,123,65)
#4E6A39
(78,106,57)
#425931
(66,89,49)
#364829
(54,72,41)
#2A3721
(42,55,33)
#1E2619
(30,38,25)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #8ABF61

#8ABF61
(138,191,97)
#94C46F
(148,196,111)
#9EC97D
(158,201,125)
#A8CE8B
(168,206,139)
#B2D399
(178,211,153)
#BCD8A7
(188,216,167)
#C6DDB5
(198,221,181)
#D0E2C3
(208,226,195)
#DAE7D1
(218,231,209)
#E4ECDF
(228,236,223)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABF61; }

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

This text font color is #8ABF61.


Background Color

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

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

This div background color is #8ABF61.


Border color

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

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

This div border color is #8ABF61.


Opacity

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

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

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

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

This text has shadow with #8ABF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABF61 on black background.


Color preview on white background

This text has color #8ABF61 on white background.



Black color preview on #8ABF61 background

This text has black color on #8ABF61 background.


White color preview on #8ABF61 background

This text has white color on #8ABF61 background.