COLOR #0FE515

HEX: #0FE515
RGB: (15,229,21)

Color info

#0FE515 contains mainly green color. Web safe color of #0FE515 is #00CC00 (or #0C0).

RGB color model

#0FE515 color RGB value is (15,229,21).

  • red value is 15;
  • green value is 229;
  • blue value is 21.
RGB:
(15,229,21)
(6%,90%,8%)

RGB channels and saturation

R 15 of 255 = 6%
G 229 of 255 = 90%
B 21 of 255 = 8%

15
229
21

R + G + B ~ 35%. #0FE515 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 229 + 21 = 265 (100%)
R 15 of 265 ~ 5.66%
G 229 of 265 ~ 86.42%
B 21 of 265 ~ 7.92%

%86.42

CMYK color model

#0FE515 color CMYK value is (93,0,91,10).

  • cyan value is 93.45%
  • magenta value is 0.00%
  • yellow value is 90.83%
  • key color value is 10.20%
CMYK:
(93,0,91,10)
C93M0Y91K10 
(93%,0%,91%,10%)
(0.93/0.00/0.91/0.10)	

CMYK percentages

%93.45
%0
%90.83
%10.2

Codes

Color #0FE515 in popluar color models

0FE515
RGB1522921
HSL122°87.70%47.84%
HSB/HSV122°93.45%89.80%
CMYK93.45%0.00%90.83%
10.20%

Color #0FE515 in popluar number systems.

HEX0FE515
Decimal1522921
Binary11111110010110101
Octal1734525

Shades and tints

Shades of #0FE515

#0FE515
(15,229,21)
#0ED114
(14,209,20)
#0DBD13
(13,189,19)
#0CA912
(12,169,18)
#0B9511
(11,149,17)
#0A8110
(10,129,16)
#096D0F
(9,109,15)
#08590E
(8,89,14)
#07450D
(7,69,13)
#06310C
(6,49,12)
#051D0B
(5,29,11)
#000000
(0,0,0)

Tints of #0FE515

#0FE515
(15,229,21)
#24E72A
(36,231,42)
#39E93F
(57,233,63)
#4EEB54
(78,235,84)
#63ED69
(99,237,105)
#78EF7E
(120,239,126)
#8DF193
(141,241,147)
#A2F3A8
(162,243,168)
#B7F5BD
(183,245,189)
#CCF7D2
(204,247,210)
#E1F9E7
(225,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FE515 color. Also use rgb(15,229,21) instead hex code.

Text Font Color

.myTextColor { color: #0FE515; }

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

This text font color is #0FE515.


Background Color

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

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

This div background color is #0FE515.


Border color

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

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

This div border color is #0FE515.


Opacity

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

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

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

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

This text has shadow with #0FE515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FE515 on black background.


Color preview on white background

This text has color #0FE515 on white background.



Black color preview on #0FE515 background

This text has black color on #0FE515 background.


White color preview on #0FE515 background

This text has white color on #0FE515 background.