COLOR #95B72A

HEX: #95B72A
RGB: (149,183,42)

Color info

#95B72A contains mainly red and green colors. Web safe color of #95B72A is #99CC33 (or #9C3).

RGB color model

#95B72A color RGB value is (149,183,42).

  • red value is 149;
  • green value is 183;
  • blue value is 42.
RGB:
(149,183,42)
(58%,72%,16%)

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 42 of 255 = 16%

149
183
42

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

Portions of RGB colors in percentages

R + G + B =
149 + 183 + 42 = 374 (100%)
R 149 of 374 ~ 39.84%
G 183 of 374 ~ 48.93%
B 42 of 374 ~ 11.23%

%39.84
%48.93
%11.23

CMYK color model

#95B72A color CMYK value is (19,0,77,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 77.05%
  • key color value is 28.24%
CMYK:
(19,0,77,28)
C19M0Y77K28 
(19%,0%,77%,28%)
(0.19/0.00/0.77/0.28)	

CMYK percentages

%18.58
%0
%77.05
%28.24

Codes

Color #95B72A in popluar color models

95B72A
RGB14918342
HSL74°62.67%44.12%
HSB/HSV74°77.05%71.76%
CMYK18.58%0.00%77.05%
28.24%

Color #95B72A in popluar number systems.

HEX95B72A
Decimal14918342
Binary1001010110110111101010
Octal22526752

Shades and tints

Shades of #95B72A

#95B72A
(149,183,42)
#88A727
(136,167,39)
#7B9724
(123,151,36)
#6E8721
(110,135,33)
#61771E
(97,119,30)
#54671B
(84,103,27)
#475718
(71,87,24)
#3A4715
(58,71,21)
#2D3712
(45,55,18)
#20270F
(32,39,15)
#13170C
(19,23,12)
#000000
(0,0,0)

Tints of #95B72A

#95B72A
(149,183,42)
#9EBD3D
(158,189,61)
#A7C350
(167,195,80)
#B0C963
(176,201,99)
#B9CF76
(185,207,118)
#C2D589
(194,213,137)
#CBDB9C
(203,219,156)
#D4E1AF
(212,225,175)
#DDE7C2
(221,231,194)
#E6EDD5
(230,237,213)
#EFF3E8
(239,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B72A color. Also use rgb(149,183,42) instead hex code.

Text Font Color

.myTextColor { color: #95B72A; }

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

This text font color is #95B72A.


Background Color

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

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

This div background color is #95B72A.


Border color

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

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

This div border color is #95B72A.


Opacity

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

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

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

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

This text has shadow with #95B72A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B72A on black background.


Color preview on white background

This text has color #95B72A on white background.



Black color preview on #95B72A background

This text has black color on #95B72A background.


White color preview on #95B72A background

This text has white color on #95B72A background.