COLOR #95CA60

HEX: #95CA60 RGB: (149,202,96)

Color info

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

RGB color model

#95CA60 color RGB value is (149,202,96).

RGB: (149,202,96) (58%, 79%, 38%)

RGB channels and saturation

R 149 of 255 = 58%
G 202 of 255 = 79%
B 96 of 255 = 38%

149
202
96

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

Portions of RGB colors in percentages

R + G + B = 149 + 202 + 96 = 447 (100%)
R 149 of 447 ~ 33.33%
G 202 of 447 ~ 45.19%
B 96 of 447 ~ 21.48'%

%33.33
%45.19
%21.48

CMYK color model

#95CA60 color CMYK value is (26,0,52,21).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 52.48%
  • key color value is 20.78%

CMYK: (26,0,52,21)
C26M0Y52K21 (26%, 0%, 52%, 21%)
(0.26 / 0.00 / 0.52 / 0.21)

CMYK percentages

%26.24
%0
%52.48
%20.78

Codes

Color #95CA60 in popluar color models

95 CA 60
RGB 149 202 96
HSL 90° 50.00% 58.43%
HSB/HSV 90° 52.48% 79.22%
CMYK 26.24% 0.00% 52.48%
20.78%

Color #95CA60 in popluar number systems.

HEX 95 CA 60
Decimal 149 202 96
Binary 10010101 11001010 1100000
Octal 225 312 140

Shades and tints

Shades of #95CA60

#95CA60
(149,202,96)
#88B858
(136,184,88)
#7BA650
(123,166,80)
#6E9448
(110,148,72)
#618240
(97,130,64)
#547038
(84,112,56)
#475E30
(71,94,48)
#3A4C28
(58,76,40)
#2D3A20
(45,58,32)
#202818
(32,40,24)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #95CA60

#95CA60
(149,202,96)
#9ECE6E
(158,206,110)
#A7D27C
(167,210,124)
#B0D68A
(176,214,138)
#B9DA98
(185,218,152)
#C2DEA6
(194,222,166)
#CBE2B4
(203,226,180)
#D4E6C2
(212,230,194)
#DDEAD0
(221,234,208)
#E6EEDE
(230,238,222)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95CA60; }

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

This text font color is #95CA60.

Background Color

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

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

This div background color is #95CA60.

Border color

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

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

This div border color is #95CA60.

Opacity

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

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

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

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

This text has shadow with #95CA60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95CA60.

Preview

Color preview on black background

This text has color #95CA60 on black background.


Color preview on white background

This text has color #95CA60 on white background.


Black color preview on #95CA60 background

This text has black color on #95CA60 background.


White color preview on #95CA60 background

This text has white color on #95CA60 background.


Related colors

Complementary color

Complementary color for #hex is #6A359F.


I love getcolorcode.com

Triadic colors

1 #6095CA and #CA6095 with #95CA60 are triadic colors.

2 #60CA95 and #CA9560 with #95CA60 are triadic colors.