COLOR #95C06E

HEX: #95C06E RGB: (149,192,110)

Color info

#95C06E contains mainly red and green colors. Web safe color of #95C06E is #99CC66 (or #9C6).

RGB color model

#95C06E color RGB value is (149,192,110).

RGB: (149,192,110) (58%, 75%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 192 of 255 = 75%
B 110 of 255 = 43%

149
192
110

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

Portions of RGB colors in percentages

R + G + B = 149 + 192 + 110 = 451 (100%)
R 149 of 451 ~ 33.04%
G 192 of 451 ~ 42.57%
B 110 of 451 ~ 24.39'%

%33.04
%42.57
%24.39

CMYK color model

#95C06E color CMYK value is (22,0,43,25).

  • cyan value is 22.40%
  • magenta value is 0.00%
  • yellow value is 42.71%
  • key color value is 24.71%

CMYK: (22,0,43,25)
C22M0Y43K25 (22%, 0%, 43%, 25%)
(0.22 / 0.00 / 0.43 / 0.25)

CMYK percentages

%22.4
%0
%42.71
%24.71

Codes

Color #95C06E in popluar color models

95 C0 6E
RGB 149 192 110
HSL 91° 39.42% 59.22%
HSB/HSV 91° 42.71% 75.29%
CMYK 22.40% 0.00% 42.71%
24.71%

Color #95C06E in popluar number systems.

HEX 95 C0 6E
Decimal 149 192 110
Binary 10010101 11000000 1101110
Octal 225 300 156

Shades and tints

Shades of #95C06E

#95C06E
(149,192,110)
#88AF64
(136,175,100)
#7B9E5A
(123,158,90)
#6E8D50
(110,141,80)
#617C46
(97,124,70)
#546B3C
(84,107,60)
#475A32
(71,90,50)
#3A4928
(58,73,40)
#2D381E
(45,56,30)
#202714
(32,39,20)
#13160A
(19,22,10)
#000000
(0,0,0)

Tints of #95C06E

#95C06E
(149,192,110)
#9EC57B
(158,197,123)
#A7CA88
(167,202,136)
#B0CF95
(176,207,149)
#B9D4A2
(185,212,162)
#C2D9AF
(194,217,175)
#CBDEBC
(203,222,188)
#D4E3C9
(212,227,201)
#DDE8D6
(221,232,214)
#E6EDE3
(230,237,227)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95C06E color. Also use rgb(149,192,110) instead hex code.

Text Font Color

.myTextColor { color: #95C06E; }

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

This text font color is #95C06E.

Background Color

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

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

This div background color is #95C06E.

Border color

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

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

This div border color is #95C06E.

Opacity

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

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

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

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

This text has shadow with #95C06E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95C06E.

Preview

Color preview on black background

This text has color #95C06E on black background.


Color preview on white background

This text has color #95C06E on white background.


Black color preview on #95C06E background

This text has black color on #95C06E background.


White color preview on #95C06E background

This text has white color on #95C06E background.


Related colors

Complementary color

Complementary color for #hex is #6A3F91.


I love getcolorcode.com

Triadic colors

1 #6E95C0 and #C06E95 with #95C06E are triadic colors.

2 #6EC095 and #C0956E with #95C06E are triadic colors.