COLOR #9EBE08

HEX: #9EBE08
RGB: (158,190,8)

Color info

#9EBE08 contains mainly red and green colors. Web safe color of #9EBE08 is #99CC00 (or #9C0).

RGB color model

#9EBE08 color RGB value is (158,190,8).

  • red value is 158;
  • green value is 190;
  • blue value is 8.
RGB:
(158,190,8)
(62%,75%,3%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 8 of 255 = 3%

158
190
8

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

Portions of RGB colors in percentages

R + G + B =
158 + 190 + 8 = 356 (100%)
R 158 of 356 ~ 44.38%
G 190 of 356 ~ 53.37%
B 8 of 356 ~ 2.25%

%44.38
%53.37

CMYK color model

#9EBE08 color CMYK value is (17,0,96,25).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 95.79%
  • key color value is 25.49%
CMYK:
(17,0,96,25)
C17M0Y96K25 
(17%,0%,96%,25%)
(0.17/0.00/0.96/0.25)	

CMYK percentages

%16.84
%0
%95.79
%25.49

Codes

Color #9EBE08 in popluar color models

9EBE08
RGB1581908
HSL71°91.92%38.82%
HSB/HSV71°95.79%74.51%
CMYK16.84%0.00%95.79%
25.49%

Color #9EBE08 in popluar number systems.

HEX9EBE08
Decimal1581908
Binary10011110101111101000
Octal23627610

Shades and tints

Shades of #9EBE08

#9EBE08
(158,190,8)
#90AD08
(144,173,8)
#829C08
(130,156,8)
#748B08
(116,139,8)
#667A08
(102,122,8)
#586908
(88,105,8)
#4A5808
(74,88,8)
#3C4708
(60,71,8)
#2E3608
(46,54,8)
#202508
(32,37,8)
#121408
(18,20,8)
#000000
(0,0,0)

Tints of #9EBE08

#9EBE08
(158,190,8)
#A6C31E
(166,195,30)
#AEC834
(174,200,52)
#B6CD4A
(182,205,74)
#BED260
(190,210,96)
#C6D776
(198,215,118)
#CEDC8C
(206,220,140)
#D6E1A2
(214,225,162)
#DEE6B8
(222,230,184)
#E6EBCE
(230,235,206)
#EEF0E4
(238,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBE08 color. Also use rgb(158,190,8) instead hex code.

Text Font Color

.myTextColor { color: #9EBE08; }

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

This text font color is #9EBE08.


Background Color

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

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

This div background color is #9EBE08.


Border color

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

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

This div border color is #9EBE08.


Opacity

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

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

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

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

This text has shadow with #9EBE08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9EBE08 on black background.


Color preview on white background

This text has color #9EBE08 on white background.



Black color preview on #9EBE08 background

This text has black color on #9EBE08 background.


White color preview on #9EBE08 background

This text has white color on #9EBE08 background.