COLOR #84AF84

HEX: #84AF84 RGB: (132,175,132)

Color info

#84AF84 contains red, green and blue colors in about the same proportion. Web safe color of #84AF84 is #999999 (or #999).

RGB color model

#84AF84 color RGB value is (132,175,132).

RGB: (132,175,132) (52%, 69%, 52%)

RGB channels and saturation

R 132 of 255 = 52%
G 175 of 255 = 69%
B 132 of 255 = 52%

132
175
132

R + G + B ~ 58%. #84AF84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 132 + 175 + 132 = 439 (100%)
R 132 of 439 ~ 30.07%
G 175 of 439 ~ 39.86%
B 132 of 439 ~ 30.07'%

%30.07
%39.86
%30.07

CMYK color model

#84AF84 color CMYK value is (25,0,25,31).

  • cyan value is 24.57%
  • magenta value is 0.00%
  • yellow value is 24.57%
  • key color value is 31.37%

CMYK: (25,0,25,31)
C25M0Y25K31 (25%, 0%, 25%, 31%)
(0.25 / 0.00 / 0.25 / 0.31)

CMYK percentages

%24.57
%0
%24.57
%31.37

Codes

Color #84AF84 in popluar color models

84 AF 84
RGB 132 175 132
HSL 120° 21.18% 60.20%
HSB/HSV 120° 24.57% 68.63%
CMYK 24.57% 0.00% 24.57%
31.37%

Color #84AF84 in popluar number systems.

HEX 84 AF 84
Decimal 132 175 132
Binary 10000100 10101111 10000100
Octal 204 257 204

Shades and tints

Shades of #84AF84

#84AF84
(132,175,132)
#78A078
(120,160,120)
#6C916C
(108,145,108)
#608260
(96,130,96)
#547354
(84,115,84)
#486448
(72,100,72)
#3C553C
(60,85,60)
#304630
(48,70,48)
#243724
(36,55,36)
#182818
(24,40,24)
#0C190C
(12,25,12)
#000000
(0,0,0)

Tints of #84AF84

#84AF84
(132,175,132)
#8FB68F
(143,182,143)
#9ABD9A
(154,189,154)
#A5C4A5
(165,196,165)
#B0CBB0
(176,203,176)
#BBD2BB
(187,210,187)
#C6D9C6
(198,217,198)
#D1E0D1
(209,224,209)
#DCE7DC
(220,231,220)
#E7EEE7
(231,238,231)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84AF84 color. Also use rgb(132,175,132) instead hex code.

Text Font Color

.myTextColor { color: #84AF84; }

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

This text font color is #84AF84.

Background Color

.myBgColor { background-color: #84AF84; }

<div style="background-color:#84AF84">Inner text</div>

This div background color is #84AF84.

Border color

.myBorderColor { border: 1px solid #84AF84; }

<div style="border:3px solid #84AF84">Div</div>

This div border color is #84AF84.

Opacity

.myOpacity80 { color: #84AF84; opacity: 0.8; }

<p style="color:#84AF84;opacity:0.8;">80%</p>

Text with #84AF84 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 #84AF84;}

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

This text has shadow with #84AF84 color.


.textShadow {text-shadow: 3px 3px 1px #84AF84', 3px 3px 1px red;}

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

This text has shadow with #84AF84 primary color and red secondary color.


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

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

This text has shadow with #84AF84 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84AF84; -webkit-box-shadow: 1px 1px 3px 2px #84AF84; box-shadow:1px 1px 3px 2px #84AF84;">
Div content here
</div>

This div box has shadow with color #84AF84.

Preview

Color preview on black background

This text has color #84AF84 on black background.


Color preview on white background

This text has color #84AF84 on white background.


Black color preview on #84AF84 background

This text has black color on #84AF84 background.


White color preview on #84AF84 background

This text has white color on #84AF84 background.


Related colors

Complementary color

Complementary color for #hex is #7B507B.


I love getcolorcode.com

Triadic colors

1 #8484AF and #AF8484 with #84AF84 are triadic colors.

2 #84AF84 and #AF8484 with #84AF84 are triadic colors.