COLOR #93AF66

HEX: #93AF66
RGB: (147,175,102)

Color info

#93AF66 contains mainly red and green colors. Web safe color of #93AF66 is #999966 (or #996).

RGB color model

#93AF66 color RGB value is (147,175,102).

  • red value is 147;
  • green value is 175;
  • blue value is 102.
RGB:
(147,175,102)
(58%,69%,40%)

RGB channels and saturation

R 147 of 255 = 58%
G 175 of 255 = 69%
B 102 of 255 = 40%

147
175
102

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

Portions of RGB colors in percentages

R + G + B =
147 + 175 + 102 = 424 (100%)
R 147 of 424 ~ 34.67%
G 175 of 424 ~ 41.27%
B 102 of 424 ~ 24.06%

%34.67
%41.27
%24.06

CMYK color model

#93AF66 color CMYK value is (16,0,42,31).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 31.37%
CMYK:
(16,0,42,31)
C16M0Y42K31 
(16%,0%,42%,31%)
(0.16/0.00/0.42/0.31)	

CMYK percentages

%16
%0
%41.71
%31.37

Codes

Color #93AF66 in popluar color models

93AF66
RGB147175102
HSL83°31.33%54.31%
HSB/HSV83°41.71%68.63%
CMYK16.00%0.00%41.71%
31.37%

Color #93AF66 in popluar number systems.

HEX93AF66
Decimal147175102
Binary10010011101011111100110
Octal223257146

Shades and tints

Shades of #93AF66

#93AF66
(147,175,102)
#86A05D
(134,160,93)
#799154
(121,145,84)
#6C824B
(108,130,75)
#5F7342
(95,115,66)
#526439
(82,100,57)
#455530
(69,85,48)
#384627
(56,70,39)
#2B371E
(43,55,30)
#1E2815
(30,40,21)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #93AF66

#93AF66
(147,175,102)
#9CB673
(156,182,115)
#A5BD80
(165,189,128)
#AEC48D
(174,196,141)
#B7CB9A
(183,203,154)
#C0D2A7
(192,210,167)
#C9D9B4
(201,217,180)
#D2E0C1
(210,224,193)
#DBE7CE
(219,231,206)
#E4EEDB
(228,238,219)
#EDF5E8
(237,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AF66 color. Also use rgb(147,175,102) instead hex code.

Text Font Color

.myTextColor { color: #93AF66; }

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

This text font color is #93AF66.


Background Color

.myBgColor { background-color: #93AF66; }

<div style="background-color:#93AF66">Inner text</div>

This div background color is #93AF66.


Border color

.myBorderColor { border: 1px solid #93AF66; }

<div style="border:3px solid #93AF66">Div</div>

This div border color is #93AF66.


Opacity

.myOpacity80 { color: #93AF66; opacity: 0.8; }

<p style="color:#93AF66;opacity:0.8;">80%</p>

Text with #93AF66 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 #93AF66;}

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

This text has shadow with #93AF66 color.

.textShadow {text-shadow: 3px 3px 1px #93AF66, 3px 3px 1px red;}

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

This text has shadow with #93AF66 primary color and red secondary color.


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

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

This text has shadow with #93AF66 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AF66 on black background.


Color preview on white background

This text has color #93AF66 on white background.



Black color preview on #93AF66 background

This text has black color on #93AF66 background.


White color preview on #93AF66 background

This text has white color on #93AF66 background.