COLOR #0FB503

HEX: #0FB503
RGB: (15,181,3)

Color info

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

RGB color model

#0FB503 color RGB value is (15,181,3).

  • red value is 15;
  • green value is 181;
  • blue value is 3.
RGB:
(15,181,3)
(6%,71%,1%)

RGB channels and saturation

R 15 of 255 = 6%
G 181 of 255 = 71%
B 3 of 255 = 1%

15
181
3

R + G + B ~ 26%. #0FB503 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 181 + 3 = 199 (100%)
R 15 of 199 ~ 7.54%
G 181 of 199 ~ 90.95%
B 3 of 199 ~ 1.51%

%90.95

CMYK color model

#0FB503 color CMYK value is (92,0,98,29).

  • cyan value is 91.71%
  • magenta value is 0.00%
  • yellow value is 98.34%
  • key color value is 29.02%
CMYK:
(92,0,98,29)
C92M0Y98K29 
(92%,0%,98%,29%)
(0.92/0.00/0.98/0.29)	

CMYK percentages

%91.71
%0
%98.34
%29.02

Codes

Color #0FB503 in popluar color models

0FB503
RGB151813
HSL116°96.74%36.08%
HSB/HSV116°98.34%70.98%
CMYK91.71%0.00%98.34%
29.02%

Color #0FB503 in popluar number systems.

HEX0FB503
Decimal151813
Binary11111011010111
Octal172653

Shades and tints

Shades of #0FB503

#0FB503
(15,181,3)
#0EA503
(14,165,3)
#0D9503
(13,149,3)
#0C8503
(12,133,3)
#0B7503
(11,117,3)
#0A6503
(10,101,3)
#095503
(9,85,3)
#084503
(8,69,3)
#073503
(7,53,3)
#062503
(6,37,3)
#051503
(5,21,3)
#000000
(0,0,0)

Tints of #0FB503

#0FB503
(15,181,3)
#24BB19
(36,187,25)
#39C12F
(57,193,47)
#4EC745
(78,199,69)
#63CD5B
(99,205,91)
#78D371
(120,211,113)
#8DD987
(141,217,135)
#A2DF9D
(162,223,157)
#B7E5B3
(183,229,179)
#CCEBC9
(204,235,201)
#E1F1DF
(225,241,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FB503 color. Also use rgb(15,181,3) instead hex code.

Text Font Color

.myTextColor { color: #0FB503; }

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

This text font color is #0FB503.


Background Color

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

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

This div background color is #0FB503.


Border color

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

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

This div border color is #0FB503.


Opacity

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

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

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

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

This text has shadow with #0FB503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FB503 on black background.


Color preview on white background

This text has color #0FB503 on white background.



Black color preview on #0FB503 background

This text has black color on #0FB503 background.


White color preview on #0FB503 background

This text has white color on #0FB503 background.