COLOR #8ABF79

HEX: #8ABF79
RGB: (138,191,121)

Color info

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

RGB color model

#8ABF79 color RGB value is (138,191,121).

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

RGB channels and saturation

R 138 of 255 = 54%
G 191 of 255 = 75%
B 121 of 255 = 47%

138
191
121

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

Portions of RGB colors in percentages

R + G + B =
138 + 191 + 121 = 450 (100%)
R 138 of 450 ~ 30.67%
G 191 of 450 ~ 42.44%
B 121 of 450 ~ 26.89%

%30.67
%42.44
%26.89

CMYK color model

#8ABF79 color CMYK value is (28,0,37,25).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 36.65%
  • key color value is 25.10%
CMYK:
(28,0,37,25)
C28M0Y37K25 
(28%,0%,37%,25%)
(0.28/0.00/0.37/0.25)	

CMYK percentages

%27.75
%0
%36.65
%25.1

Codes

Color #8ABF79 in popluar color models

8ABF79
RGB138191121
HSL105°35.35%61.18%
HSB/HSV105°36.65%74.90%
CMYK27.75%0.00%36.65%
25.10%

Color #8ABF79 in popluar number systems.

HEX8ABF79
Decimal138191121
Binary10001010101111111111001
Octal212277171

Shades and tints

Shades of #8ABF79

#8ABF79
(138,191,121)
#7EAE6E
(126,174,110)
#729D63
(114,157,99)
#668C58
(102,140,88)
#5A7B4D
(90,123,77)
#4E6A42
(78,106,66)
#425937
(66,89,55)
#36482C
(54,72,44)
#2A3721
(42,55,33)
#1E2616
(30,38,22)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #8ABF79

#8ABF79
(138,191,121)
#94C485
(148,196,133)
#9EC991
(158,201,145)
#A8CE9D
(168,206,157)
#B2D3A9
(178,211,169)
#BCD8B5
(188,216,181)
#C6DDC1
(198,221,193)
#D0E2CD
(208,226,205)
#DAE7D9
(218,231,217)
#E4ECE5
(228,236,229)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ABF79; }

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

This text font color is #8ABF79.


Background Color

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

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

This div background color is #8ABF79.


Border color

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

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

This div border color is #8ABF79.


Opacity

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

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

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

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

This text has shadow with #8ABF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ABF79 on black background.


Color preview on white background

This text has color #8ABF79 on white background.



Black color preview on #8ABF79 background

This text has black color on #8ABF79 background.


White color preview on #8ABF79 background

This text has white color on #8ABF79 background.