COLOR #95E123

HEX: #95E123
RGB: (149,225,35)

Color info

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

RGB color model

#95E123 color RGB value is (149,225,35).

  • red value is 149;
  • green value is 225;
  • blue value is 35.
RGB:
(149,225,35)
(58%,88%,14%)

RGB channels and saturation

R 149 of 255 = 58%
G 225 of 255 = 88%
B 35 of 255 = 14%

149
225
35

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

Portions of RGB colors in percentages

R + G + B =
149 + 225 + 35 = 409 (100%)
R 149 of 409 ~ 36.43%
G 225 of 409 ~ 55.01%
B 35 of 409 ~ 8.56%

%36.43
%55.01

CMYK color model

#95E123 color CMYK value is (34,0,84,12).

  • cyan value is 33.78%
  • magenta value is 0.00%
  • yellow value is 84.44%
  • key color value is 11.76%
CMYK:
(34,0,84,12)
C34M0Y84K12 
(34%,0%,84%,12%)
(0.34/0.00/0.84/0.12)	

CMYK percentages

%33.78
%0
%84.44
%11.76

Codes

Color #95E123 in popluar color models

95E123
RGB14922535
HSL84°76.00%50.98%
HSB/HSV84°84.44%88.24%
CMYK33.78%0.00%84.44%
11.76%

Color #95E123 in popluar number systems.

HEX95E123
Decimal14922535
Binary1001010111100001100011
Octal22534143

Shades and tints

Shades of #95E123

#95E123
(149,225,35)
#88CD20
(136,205,32)
#7BB91D
(123,185,29)
#6EA51A
(110,165,26)
#619117
(97,145,23)
#547D14
(84,125,20)
#476911
(71,105,17)
#3A550E
(58,85,14)
#2D410B
(45,65,11)
#202D08
(32,45,8)
#131905
(19,25,5)
#000000
(0,0,0)

Tints of #95E123

#95E123
(149,225,35)
#9EE337
(158,227,55)
#A7E54B
(167,229,75)
#B0E75F
(176,231,95)
#B9E973
(185,233,115)
#C2EB87
(194,235,135)
#CBED9B
(203,237,155)
#D4EFAF
(212,239,175)
#DDF1C3
(221,241,195)
#E6F3D7
(230,243,215)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95E123 color. Also use rgb(149,225,35) instead hex code.

Text Font Color

.myTextColor { color: #95E123; }

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

This text font color is #95E123.


Background Color

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

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

This div background color is #95E123.


Border color

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

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

This div border color is #95E123.


Opacity

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

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

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

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

This text has shadow with #95E123 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95E123 on black background.


Color preview on white background

This text has color #95E123 on white background.



Black color preview on #95E123 background

This text has black color on #95E123 background.


White color preview on #95E123 background

This text has white color on #95E123 background.