COLOR #0FEB07

HEX: #0FEB07
RGB: (15,235,7)

Color info

#0FEB07 contains mainly green color. Web safe color of #0FEB07 is #00FF00 (or #0F0).

RGB color model

#0FEB07 color RGB value is (15,235,7).

  • red value is 15;
  • green value is 235;
  • blue value is 7.
RGB:
(15,235,7)
(6%,92%,3%)

RGB channels and saturation

R 15 of 255 = 6%
G 235 of 255 = 92%
B 7 of 255 = 3%

15
235
7

R + G + B ~ 34%. #0FEB07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 235 + 7 = 257 (100%)
R 15 of 257 ~ 5.84%
G 235 of 257 ~ 91.44%
B 7 of 257 ~ 2.72%

%91.44

CMYK color model

#0FEB07 color CMYK value is (94,0,97,8).

  • cyan value is 93.62%
  • magenta value is 0.00%
  • yellow value is 97.02%
  • key color value is 7.84%
CMYK:
(94,0,97,8)
C94M0Y97K8 
(94%,0%,97%,8%)
(0.94/0.00/0.97/0.08)	

CMYK percentages

%93.62
%0
%97.02
%7.84

Codes

Color #0FEB07 in popluar color models

0FEB07
RGB152357
HSL118°94.21%47.45%
HSB/HSV118°97.02%92.16%
CMYK93.62%0.00%97.02%
7.84%

Color #0FEB07 in popluar number systems.

HEX0FEB07
Decimal152357
Binary111111101011111
Octal173537

Shades and tints

Shades of #0FEB07

#0FEB07
(15,235,7)
#0ED607
(14,214,7)
#0DC107
(13,193,7)
#0CAC07
(12,172,7)
#0B9707
(11,151,7)
#0A8207
(10,130,7)
#096D07
(9,109,7)
#085807
(8,88,7)
#074307
(7,67,7)
#062E07
(6,46,7)
#051907
(5,25,7)
#000000
(0,0,0)

Tints of #0FEB07

#0FEB07
(15,235,7)
#24EC1D
(36,236,29)
#39ED33
(57,237,51)
#4EEE49
(78,238,73)
#63EF5F
(99,239,95)
#78F075
(120,240,117)
#8DF18B
(141,241,139)
#A2F2A1
(162,242,161)
#B7F3B7
(183,243,183)
#CCF4CD
(204,244,205)
#E1F5E3
(225,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FEB07 color. Also use rgb(15,235,7) instead hex code.

Text Font Color

.myTextColor { color: #0FEB07; }

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

This text font color is #0FEB07.


Background Color

.myBgColor { background-color: #0FEB07; }

<div style="background-color:#0FEB07">Inner text</div>

This div background color is #0FEB07.


Border color

.myBorderColor { border: 1px solid #0FEB07; }

<div style="border:3px solid #0FEB07">Div</div>

This div border color is #0FEB07.


Opacity

.myOpacity80 { color: #0FEB07; opacity: 0.8; }

<p style="color:#0FEB07;opacity:0.8;">80%</p>

Text with #0FEB07 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 #0FEB07;}

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

This text has shadow with #0FEB07 color.

.textShadow {text-shadow: 3px 3px 1px #0FEB07, 3px 3px 1px red;}

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

This text has shadow with #0FEB07 primary color and red secondary color.


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

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

This text has shadow with #0FEB07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FEB07 on black background.


Color preview on white background

This text has color #0FEB07 on white background.



Black color preview on #0FEB07 background

This text has black color on #0FEB07 background.


White color preview on #0FEB07 background

This text has white color on #0FEB07 background.