COLOR #95AE64

HEX: #95AE64 RGB: (149,174,100)

Color info

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

RGB color model

#95AE64 color RGB value is (149,174,100).

RGB: (149,174,100) (58%, 68%, 39%)

RGB channels and saturation

R 149 of 255 = 58%
G 174 of 255 = 68%
B 100 of 255 = 39%

149
174
100

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

Portions of RGB colors in percentages

R + G + B = 149 + 174 + 100 = 423 (100%)
R 149 of 423 ~ 35.22%
G 174 of 423 ~ 41.13%
B 100 of 423 ~ 23.64'%

%35.22
%41.13
%23.64

CMYK color model

#95AE64 color CMYK value is (14,0,43,32).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 42.53%
  • key color value is 31.76%

CMYK: (14,0,43,32)
C14M0Y43K32 (14%, 0%, 43%, 32%)
(0.14 / 0.00 / 0.43 / 0.32)

CMYK percentages

%14.37
%0
%42.53
%31.76

Codes

Color #95AE64 in popluar color models

95 AE 64
RGB 149 174 100
HSL 80° 31.36% 53.73%
HSB/HSV 80° 42.53% 68.24%
CMYK 14.37% 0.00% 42.53%
31.76%

Color #95AE64 in popluar number systems.

HEX 95 AE 64
Decimal 149 174 100
Binary 10010101 10101110 1100100
Octal 225 256 144

Shades and tints

Shades of #95AE64

#95AE64
(149,174,100)
#889F5B
(136,159,91)
#7B9052
(123,144,82)
#6E8149
(110,129,73)
#617240
(97,114,64)
#546337
(84,99,55)
#47542E
(71,84,46)
#3A4525
(58,69,37)
#2D361C
(45,54,28)
#202713
(32,39,19)
#13180A
(19,24,10)
#000000
(0,0,0)

Tints of #95AE64

#95AE64
(149,174,100)
#9EB572
(158,181,114)
#A7BC80
(167,188,128)
#B0C38E
(176,195,142)
#B9CA9C
(185,202,156)
#C2D1AA
(194,209,170)
#CBD8B8
(203,216,184)
#D4DFC6
(212,223,198)
#DDE6D4
(221,230,212)
#E6EDE2
(230,237,226)
#EFF4F0
(239,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AE64; }

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

This text font color is #95AE64.

Background Color

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

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

This div background color is #95AE64.

Border color

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

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

This div border color is #95AE64.

Opacity

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

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

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

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

This text has shadow with #95AE64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AE64.

Preview

Color preview on black background

This text has color #95AE64 on black background.


Color preview on white background

This text has color #95AE64 on white background.


Black color preview on #95AE64 background

This text has black color on #95AE64 background.


White color preview on #95AE64 background

This text has white color on #95AE64 background.


Related colors

Complementary color

Complementary color for #hex is #6A519B.


I love getcolorcode.com

Triadic colors

1 #6495AE and #AE6495 with #95AE64 are triadic colors.

2 #64AE95 and #AE9564 with #95AE64 are triadic colors.