COLOR #95AE59

HEX: #95AE59
RGB: (149,174,89)

Color info

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

RGB color model

#95AE59 color RGB value is (149,174,89).

  • red value is 149;
  • green value is 174;
  • blue value is 89.
RGB:
(149,174,89)
(58%,68%,35%)

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 89 of 255 = 35%

149
174
89

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

Portions of RGB colors in percentages

R + G + B =
149 + 174 + 89 = 412 (100%)
R 149 of 412 ~ 36.17%
G 174 of 412 ~ 42.23%
B 89 of 412 ~ 21.6%

%36.17
%42.23
%21.6

CMYK color model

#95AE59 color CMYK value is (14,0,49,32).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 48.85%
  • key color value is 31.76%
CMYK:
(14,0,49,32)
C14M0Y49K32 
(14%,0%,49%,32%)
(0.14/0.00/0.49/0.32)	

CMYK percentages

%14.37
%0
%48.85
%31.76

Codes

Color #95AE59 in popluar color models

95AE59
RGB14917489
HSL78°34.41%51.57%
HSB/HSV78°48.85%68.24%
CMYK14.37%0.00%48.85%
31.76%

Color #95AE59 in popluar number systems.

HEX95AE59
Decimal14917489
Binary10010101101011101011001
Octal225256131

Shades and tints

Shades of #95AE59

#95AE59
(149,174,89)
#889F51
(136,159,81)
#7B9049
(123,144,73)
#6E8141
(110,129,65)
#617239
(97,114,57)
#546331
(84,99,49)
#475429
(71,84,41)
#3A4521
(58,69,33)
#2D3619
(45,54,25)
#202711
(32,39,17)
#131809
(19,24,9)
#000000
(0,0,0)

Tints of #95AE59

#95AE59
(149,174,89)
#9EB568
(158,181,104)
#A7BC77
(167,188,119)
#B0C386
(176,195,134)
#B9CA95
(185,202,149)
#C2D1A4
(194,209,164)
#CBD8B3
(203,216,179)
#D4DFC2
(212,223,194)
#DDE6D1
(221,230,209)
#E6EDE0
(230,237,224)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AE59 color. Also use rgb(149,174,89) instead hex code.

Text Font Color

.myTextColor { color: #95AE59; }

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

This text font color is #95AE59.


Background Color

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

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

This div background color is #95AE59.


Border color

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

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

This div border color is #95AE59.


Opacity

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

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

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

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

This text has shadow with #95AE59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AE59 on black background.


Color preview on white background

This text has color #95AE59 on white background.



Black color preview on #95AE59 background

This text has black color on #95AE59 background.


White color preview on #95AE59 background

This text has white color on #95AE59 background.