COLOR #95D29A

HEX: #95D29A RGB: (149,210,154)

Color info

#95D29A contains mainly green and blue colors. Web safe color of #95D29A is #99CC99 (or #9C9).

RGB color model

#95D29A color RGB value is (149,210,154).

RGB: (149,210,154) (58%, 82%, 60%)

RGB channels and saturation

R 149 of 255 = 58%
G 210 of 255 = 82%
B 154 of 255 = 60%

149
210
154

R + G + B ~ 67%. #95D29A is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 210 + 154 = 513 (100%)
R 149 of 513 ~ 29.04%
G 210 of 513 ~ 40.94%
B 154 of 513 ~ 30.02'%

%29.04
%40.94
%30.02

CMYK color model

#95D29A color CMYK value is (29,0,27,18).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 17.65%

CMYK: (29,0,27,18)
C29M0Y27K18 (29%, 0%, 27%, 18%)
(0.29 / 0.00 / 0.27 / 0.18)

CMYK percentages

%29.05
%0
%26.67
%17.65

Codes

Color #95D29A in popluar color models

95 D2 9A
RGB 149 210 154
HSL 125° 40.40% 70.39%
HSB/HSV 125° 29.05% 82.35%
CMYK 29.05% 0.00% 26.67%
17.65%

Color #95D29A in popluar number systems.

HEX 95 D2 9A
Decimal 149 210 154
Binary 10010101 11010010 10011010
Octal 225 322 232

Shades and tints

Shades of #95D29A

#95D29A
(149,210,154)
#88BF8C
(136,191,140)
#7BAC7E
(123,172,126)
#6E9970
(110,153,112)
#618662
(97,134,98)
#547354
(84,115,84)
#476046
(71,96,70)
#3A4D38
(58,77,56)
#2D3A2A
(45,58,42)
#20271C
(32,39,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #95D29A

#95D29A
(149,210,154)
#9ED6A3
(158,214,163)
#A7DAAC
(167,218,172)
#B0DEB5
(176,222,181)
#B9E2BE
(185,226,190)
#C2E6C7
(194,230,199)
#CBEAD0
(203,234,208)
#D4EED9
(212,238,217)
#DDF2E2
(221,242,226)
#E6F6EB
(230,246,235)
#EFFAF4
(239,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D29A color. Also use rgb(149,210,154) instead hex code.

Text Font Color

.myTextColor { color: #95D29A; }

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

This text font color is #95D29A.

Background Color

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

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

This div background color is #95D29A.

Border color

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

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

This div border color is #95D29A.

Opacity

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

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

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

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

This text has shadow with #95D29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95D29A.

Preview

Color preview on black background

This text has color #95D29A on black background.


Color preview on white background

This text has color #95D29A on white background.


Black color preview on #95D29A background

This text has black color on #95D29A background.


White color preview on #95D29A background

This text has white color on #95D29A background.


Related colors

Complementary color

Complementary color for #hex is #6A2D65.


I love getcolorcode.com

Triadic colors

1 #9A95D2 and #D29A95 with #95D29A are triadic colors.

2 #9AD295 and #D2959A with #95D29A are triadic colors.