COLOR #95AF60

HEX: #95AF60
RGB: (149,175,96)

Color info

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

RGB color model

#95AF60 color RGB value is (149,175,96).

  • red value is 149;
  • green value is 175;
  • blue value is 96.
RGB:
(149,175,96)
(58%,69%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 175 of 255 = 69%
B 96 of 255 = 38%

149
175
96

R + G + B ~ 55%. #95AF60 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 175 + 96 = 420 (100%)
R 149 of 420 ~ 35.48%
G 175 of 420 ~ 41.67%
B 96 of 420 ~ 22.86%

%35.48
%41.67
%22.86

CMYK color model

#95AF60 color CMYK value is (15,0,45,31).

  • cyan value is 14.86%
  • magenta value is 0.00%
  • yellow value is 45.14%
  • key color value is 31.37%
CMYK:
(15,0,45,31)
C15M0Y45K31 
(15%,0%,45%,31%)
(0.15/0.00/0.45/0.31)	

CMYK percentages

%14.86
%0
%45.14
%31.37

Codes

Color #95AF60 in popluar color models

95AF60
RGB14917596
HSL80°33.05%53.14%
HSB/HSV80°45.14%68.63%
CMYK14.86%0.00%45.14%
31.37%

Color #95AF60 in popluar number systems.

HEX95AF60
Decimal14917596
Binary10010101101011111100000
Octal225257140

Shades and tints

Shades of #95AF60

#95AF60
(149,175,96)
#88A058
(136,160,88)
#7B9150
(123,145,80)
#6E8248
(110,130,72)
#617340
(97,115,64)
#546438
(84,100,56)
#475530
(71,85,48)
#3A4628
(58,70,40)
#2D3720
(45,55,32)
#202818
(32,40,24)
#131910
(19,25,16)
#000000
(0,0,0)

Tints of #95AF60

#95AF60
(149,175,96)
#9EB66E
(158,182,110)
#A7BD7C
(167,189,124)
#B0C48A
(176,196,138)
#B9CB98
(185,203,152)
#C2D2A6
(194,210,166)
#CBD9B4
(203,217,180)
#D4E0C2
(212,224,194)
#DDE7D0
(221,231,208)
#E6EEDE
(230,238,222)
#EFF5EC
(239,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AF60 color. Also use rgb(149,175,96) instead hex code.

Text Font Color

.myTextColor { color: #95AF60; }

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

This text font color is #95AF60.


Background Color

.myBgColor { background-color: #95AF60; }

<div style="background-color:#95AF60">Inner text</div>

This div background color is #95AF60.


Border color

.myBorderColor { border: 1px solid #95AF60; }

<div style="border:3px solid #95AF60">Div</div>

This div border color is #95AF60.


Opacity

.myOpacity80 { color: #95AF60; opacity: 0.8; }

<p style="color:#95AF60;opacity:0.8;">80%</p>

Text with #95AF60 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 #95AF60;}

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

This text has shadow with #95AF60 color.

.textShadow {text-shadow: 3px 3px 1px #95AF60, 3px 3px 1px red;}

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

This text has shadow with #95AF60 primary color and red secondary color.


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

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

This text has shadow with #95AF60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AF60 on black background.


Color preview on white background

This text has color #95AF60 on white background.



Black color preview on #95AF60 background

This text has black color on #95AF60 background.


White color preview on #95AF60 background

This text has white color on #95AF60 background.