COLOR #9FBE24

HEX: #9FBE24
RGB: (159,190,36)

Color info

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

RGB color model

#9FBE24 color RGB value is (159,190,36).

  • red value is 159;
  • green value is 190;
  • blue value is 36.
RGB:
(159,190,36)
(62%,75%,14%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 36 of 255 = 14%

159
190
36

R + G + B ~ 50%. #9FBE24 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
159 + 190 + 36 = 385 (100%)
R 159 of 385 ~ 41.3%
G 190 of 385 ~ 49.35%
B 36 of 385 ~ 9.35%

%41.3
%49.35

CMYK color model

#9FBE24 color CMYK value is (16,0,81,25).

  • cyan value is 16.32%
  • magenta value is 0.00%
  • yellow value is 81.05%
  • key color value is 25.49%
CMYK:
(16,0,81,25)
C16M0Y81K25 
(16%,0%,81%,25%)
(0.16/0.00/0.81/0.25)	

CMYK percentages

%16.32
%0
%81.05
%25.49

Codes

Color #9FBE24 in popluar color models

9FBE24
RGB15919036
HSL72°68.14%44.31%
HSB/HSV72°81.05%74.51%
CMYK16.32%0.00%81.05%
25.49%

Color #9FBE24 in popluar number systems.

HEX9FBE24
Decimal15919036
Binary1001111110111110100100
Octal23727644

Shades and tints

Shades of #9FBE24

#9FBE24
(159,190,36)
#91AD21
(145,173,33)
#839C1E
(131,156,30)
#758B1B
(117,139,27)
#677A18
(103,122,24)
#596915
(89,105,21)
#4B5812
(75,88,18)
#3D470F
(61,71,15)
#2F360C
(47,54,12)
#212509
(33,37,9)
#131406
(19,20,6)
#000000
(0,0,0)

Tints of #9FBE24

#9FBE24
(159,190,36)
#A7C337
(167,195,55)
#AFC84A
(175,200,74)
#B7CD5D
(183,205,93)
#BFD270
(191,210,112)
#C7D783
(199,215,131)
#CFDC96
(207,220,150)
#D7E1A9
(215,225,169)
#DFE6BC
(223,230,188)
#E7EBCF
(231,235,207)
#EFF0E2
(239,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBE24 color. Also use rgb(159,190,36) instead hex code.

Text Font Color

.myTextColor { color: #9FBE24; }

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

This text font color is #9FBE24.


Background Color

.myBgColor { background-color: #9FBE24; }

<div style="background-color:#9FBE24">Inner text</div>

This div background color is #9FBE24.


Border color

.myBorderColor { border: 1px solid #9FBE24; }

<div style="border:3px solid #9FBE24">Div</div>

This div border color is #9FBE24.


Opacity

.myOpacity80 { color: #9FBE24; opacity: 0.8; }

<p style="color:#9FBE24;opacity:0.8;">80%</p>

Text with #9FBE24 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 #9FBE24;}

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

This text has shadow with #9FBE24 color.

.textShadow {text-shadow: 3px 3px 1px #9FBE24, 3px 3px 1px red;}

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

This text has shadow with #9FBE24 primary color and red secondary color.


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

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

This text has shadow with #9FBE24 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9FBE24 on black background.


Color preview on white background

This text has color #9FBE24 on white background.



Black color preview on #9FBE24 background

This text has black color on #9FBE24 background.


White color preview on #9FBE24 background

This text has white color on #9FBE24 background.