COLOR #81AF42

HEX: #81AF42
RGB: (129,175,66)

Color info

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

RGB color model

#81AF42 color RGB value is (129,175,66).

  • red value is 129;
  • green value is 175;
  • blue value is 66.
RGB:
(129,175,66)
(51%,69%,26%)

RGB channels and saturation

R 129 of 255 = 51%
G 175 of 255 = 69%
B 66 of 255 = 26%

129
175
66

R + G + B ~ 49%. #81AF42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 175 + 66 = 370 (100%)
R 129 of 370 ~ 34.86%
G 175 of 370 ~ 47.3%
B 66 of 370 ~ 17.84%

%34.86
%47.3
%17.84

CMYK color model

#81AF42 color CMYK value is (26,0,62,31).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 62.29%
  • key color value is 31.37%
CMYK:
(26,0,62,31)
C26M0Y62K31 
(26%,0%,62%,31%)
(0.26/0.00/0.62/0.31)	

CMYK percentages

%26.29
%0
%62.29
%31.37

Codes

Color #81AF42 in popluar color models

81AF42
RGB12917566
HSL85°45.23%47.25%
HSB/HSV85°62.29%68.63%
CMYK26.29%0.00%62.29%
31.37%

Color #81AF42 in popluar number systems.

HEX81AF42
Decimal12917566
Binary10000001101011111000010
Octal201257102

Shades and tints

Shades of #81AF42

#81AF42
(129,175,66)
#76A03C
(118,160,60)
#6B9136
(107,145,54)
#608230
(96,130,48)
#55732A
(85,115,42)
#4A6424
(74,100,36)
#3F551E
(63,85,30)
#344618
(52,70,24)
#293712
(41,55,18)
#1E280C
(30,40,12)
#131906
(19,25,6)
#000000
(0,0,0)

Tints of #81AF42

#81AF42
(129,175,66)
#8CB653
(140,182,83)
#97BD64
(151,189,100)
#A2C475
(162,196,117)
#ADCB86
(173,203,134)
#B8D297
(184,210,151)
#C3D9A8
(195,217,168)
#CEE0B9
(206,224,185)
#D9E7CA
(217,231,202)
#E4EEDB
(228,238,219)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81AF42 color. Also use rgb(129,175,66) instead hex code.

Text Font Color

.myTextColor { color: #81AF42; }

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

This text font color is #81AF42.


Background Color

.myBgColor { background-color: #81AF42; }

<div style="background-color:#81AF42">Inner text</div>

This div background color is #81AF42.


Border color

.myBorderColor { border: 1px solid #81AF42; }

<div style="border:3px solid #81AF42">Div</div>

This div border color is #81AF42.


Opacity

.myOpacity80 { color: #81AF42; opacity: 0.8; }

<p style="color:#81AF42;opacity:0.8;">80%</p>

Text with #81AF42 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 #81AF42;}

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

This text has shadow with #81AF42 color.

.textShadow {text-shadow: 3px 3px 1px #81AF42, 3px 3px 1px red;}

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

This text has shadow with #81AF42 primary color and red secondary color.


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

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

This text has shadow with #81AF42 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AF42 on black background.


Color preview on white background

This text has color #81AF42 on white background.



Black color preview on #81AF42 background

This text has black color on #81AF42 background.


White color preview on #81AF42 background

This text has white color on #81AF42 background.