COLOR #8AAF39

HEX: #8AAF39
RGB: (138,175,57)

Color info

#8AAF39 contains mainly red and green colors. Web safe color of #8AAF39 is #999933 (or #993).

RGB color model

#8AAF39 color RGB value is (138,175,57).

  • red value is 138;
  • green value is 175;
  • blue value is 57.
RGB:
(138,175,57)
(54%,69%,22%)

RGB channels and saturation

R 138 of 255 = 54%
G 175 of 255 = 69%
B 57 of 255 = 22%

138
175
57

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

Portions of RGB colors in percentages

R + G + B =
138 + 175 + 57 = 370 (100%)
R 138 of 370 ~ 37.3%
G 175 of 370 ~ 47.3%
B 57 of 370 ~ 15.41%

%37.3
%47.3
%15.41

CMYK color model

#8AAF39 color CMYK value is (21,0,67,31).

  • cyan value is 21.14%
  • magenta value is 0.00%
  • yellow value is 67.43%
  • key color value is 31.37%
CMYK:
(21,0,67,31)
C21M0Y67K31 
(21%,0%,67%,31%)
(0.21/0.00/0.67/0.31)	

CMYK percentages

%21.14
%0
%67.43
%31.37

Codes

Color #8AAF39 in popluar color models

8AAF39
RGB13817557
HSL79°50.86%45.49%
HSB/HSV79°67.43%68.63%
CMYK21.14%0.00%67.43%
31.37%

Color #8AAF39 in popluar number systems.

HEX8AAF39
Decimal13817557
Binary1000101010101111111001
Octal21225771

Shades and tints

Shades of #8AAF39

#8AAF39
(138,175,57)
#7EA034
(126,160,52)
#72912F
(114,145,47)
#66822A
(102,130,42)
#5A7325
(90,115,37)
#4E6420
(78,100,32)
#42551B
(66,85,27)
#364616
(54,70,22)
#2A3711
(42,55,17)
#1E280C
(30,40,12)
#121907
(18,25,7)
#000000
(0,0,0)

Tints of #8AAF39

#8AAF39
(138,175,57)
#94B64B
(148,182,75)
#9EBD5D
(158,189,93)
#A8C46F
(168,196,111)
#B2CB81
(178,203,129)
#BCD293
(188,210,147)
#C6D9A5
(198,217,165)
#D0E0B7
(208,224,183)
#DAE7C9
(218,231,201)
#E4EEDB
(228,238,219)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAF39 color. Also use rgb(138,175,57) instead hex code.

Text Font Color

.myTextColor { color: #8AAF39; }

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

This text font color is #8AAF39.


Background Color

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

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

This div background color is #8AAF39.


Border color

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

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

This div border color is #8AAF39.


Opacity

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

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

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

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

This text has shadow with #8AAF39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAF39 on black background.


Color preview on white background

This text has color #8AAF39 on white background.



Black color preview on #8AAF39 background

This text has black color on #8AAF39 background.


White color preview on #8AAF39 background

This text has white color on #8AAF39 background.