COLOR #95D93A

HEX: #95D93A
RGB: (149,217,58)

Color info

#95D93A contains mainly green color. Web safe color of #95D93A is #99CC33 (or #9C3).

RGB color model

#95D93A color RGB value is (149,217,58).

  • red value is 149;
  • green value is 217;
  • blue value is 58.
RGB:
(149,217,58)
(58%,85%,23%)

RGB channels and saturation

R 149 of 255 = 58%
G 217 of 255 = 85%
B 58 of 255 = 23%

149
217
58

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

Portions of RGB colors in percentages

R + G + B =
149 + 217 + 58 = 424 (100%)
R 149 of 424 ~ 35.14%
G 217 of 424 ~ 51.18%
B 58 of 424 ~ 13.68%

%35.14
%51.18
%13.68

CMYK color model

#95D93A color CMYK value is (31,0,73,15).

  • cyan value is 31.34%
  • magenta value is 0.00%
  • yellow value is 73.27%
  • key color value is 14.90%
CMYK:
(31,0,73,15)
C31M0Y73K15 
(31%,0%,73%,15%)
(0.31/0.00/0.73/0.15)	

CMYK percentages

%31.34
%0
%73.27
%14.9

Codes

Color #95D93A in popluar color models

95D93A
RGB14921758
HSL86°67.66%53.92%
HSB/HSV86°73.27%85.10%
CMYK31.34%0.00%73.27%
14.90%

Color #95D93A in popluar number systems.

HEX95D93A
Decimal14921758
Binary1001010111011001111010
Octal22533172

Shades and tints

Shades of #95D93A

#95D93A
(149,217,58)
#88C635
(136,198,53)
#7BB330
(123,179,48)
#6EA02B
(110,160,43)
#618D26
(97,141,38)
#547A21
(84,122,33)
#47671C
(71,103,28)
#3A5417
(58,84,23)
#2D4112
(45,65,18)
#202E0D
(32,46,13)
#131B08
(19,27,8)
#000000
(0,0,0)

Tints of #95D93A

#95D93A
(149,217,58)
#9EDC4B
(158,220,75)
#A7DF5C
(167,223,92)
#B0E26D
(176,226,109)
#B9E57E
(185,229,126)
#C2E88F
(194,232,143)
#CBEBA0
(203,235,160)
#D4EEB1
(212,238,177)
#DDF1C2
(221,241,194)
#E6F4D3
(230,244,211)
#EFF7E4
(239,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95D93A color. Also use rgb(149,217,58) instead hex code.

Text Font Color

.myTextColor { color: #95D93A; }

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

This text font color is #95D93A.


Background Color

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

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

This div background color is #95D93A.


Border color

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

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

This div border color is #95D93A.


Opacity

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

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

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

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

This text has shadow with #95D93A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95D93A on black background.


Color preview on white background

This text has color #95D93A on white background.



Black color preview on #95D93A background

This text has black color on #95D93A background.


White color preview on #95D93A background

This text has white color on #95D93A background.