COLOR #959F10

HEX: #959F10
RGB: (149,159,16)

Color info

#959F10 contains mainly red and green colors. Web safe color of #959F10 is #999900 (or #990).

RGB color model

#959F10 color RGB value is (149,159,16).

  • red value is 149;
  • green value is 159;
  • blue value is 16.
RGB:
(149,159,16)
(58%,62%,6%)

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 16 of 255 = 6%

149
159
16

R + G + B ~ 42%. #959F10 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 159 + 16 = 324 (100%)
R 149 of 324 ~ 45.99%
G 159 of 324 ~ 49.07%
B 16 of 324 ~ 4.94%

%45.99
%49.07

CMYK color model

#959F10 color CMYK value is (6,0,90,38).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 89.94%
  • key color value is 37.65%
CMYK:
(6,0,90,38)
C6M0Y90K38 
(6%,0%,90%,38%)
(0.06/0.00/0.90/0.38)	

CMYK percentages

%6.29
%0
%89.94
%37.65

Codes

Color #959F10 in popluar color models

959F10
RGB14915916
HSL64°81.71%34.31%
HSB/HSV64°89.94%62.35%
CMYK6.29%0.00%89.94%
37.65%

Color #959F10 in popluar number systems.

HEX959F10
Decimal14915916
Binary100101011001111110000
Octal22523720

Shades and tints

Shades of #959F10

#959F10
(149,159,16)
#88910F
(136,145,15)
#7B830E
(123,131,14)
#6E750D
(110,117,13)
#61670C
(97,103,12)
#54590B
(84,89,11)
#474B0A
(71,75,10)
#3A3D09
(58,61,9)
#2D2F08
(45,47,8)
#202107
(32,33,7)
#131306
(19,19,6)
#000000
(0,0,0)

Tints of #959F10

#959F10
(149,159,16)
#9EA725
(158,167,37)
#A7AF3A
(167,175,58)
#B0B74F
(176,183,79)
#B9BF64
(185,191,100)
#C2C779
(194,199,121)
#CBCF8E
(203,207,142)
#D4D7A3
(212,215,163)
#DDDFB8
(221,223,184)
#E6E7CD
(230,231,205)
#EFEFE2
(239,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959F10 color. Also use rgb(149,159,16) instead hex code.

Text Font Color

.myTextColor { color: #959F10; }

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

This text font color is #959F10.


Background Color

.myBgColor { background-color: #959F10; }

<div style="background-color:#959F10">Inner text</div>

This div background color is #959F10.


Border color

.myBorderColor { border: 1px solid #959F10; }

<div style="border:3px solid #959F10">Div</div>

This div border color is #959F10.


Opacity

.myOpacity80 { color: #959F10; opacity: 0.8; }

<p style="color:#959F10;opacity:0.8;">80%</p>

Text with #959F10 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 #959F10;}

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

This text has shadow with #959F10 color.

.textShadow {text-shadow: 3px 3px 1px #959F10, 3px 3px 1px red;}

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

This text has shadow with #959F10 primary color and red secondary color.


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

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

This text has shadow with #959F10 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959F10 on black background.


Color preview on white background

This text has color #959F10 on white background.



Black color preview on #959F10 background

This text has black color on #959F10 background.


White color preview on #959F10 background

This text has white color on #959F10 background.