COLOR #0FBE51

HEX: #0FBE51 RGB: (15,190,81)

Color info

#0FBE51 contains mainly green color. Web safe color of #0FBE51 is #00CC66 (or #0C6).

RGB color model

#0FBE51 color RGB value is (15,190,81).

RGB: (15,190,81) (6%, 75%, 32%)

RGB channels and saturation

R 15 of 255 = 6%
G 190 of 255 = 75%
B 81 of 255 = 32%

15
190
81

R + G + B ~ 38%. #0FBE51 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 190 + 81 = 286 (100%)
R 15 of 286 ~ 5.24%
G 190 of 286 ~ 66.43%
B 81 of 286 ~ 28.32'%

%66.43
%28.32

CMYK color model

#0FBE51 color CMYK value is (92,0,57,25).

  • cyan value is 92.11%
  • magenta value is 0.00%
  • yellow value is 57.37%
  • key color value is 25.49%

CMYK: (92,0,57,25)
C92M0Y57K25 (92%, 0%, 57%, 25%)
(0.92 / 0.00 / 0.57 / 0.25)

CMYK percentages

%92.11
%0
%57.37
%25.49

Codes

Color #0FBE51 in popluar color models

0F BE 51
RGB 15 190 81
HSL 143° 85.37% 40.20%
HSB/HSV 143° 92.11% 74.51%
CMYK 92.11% 0.00% 57.37%
25.49%

Color #0FBE51 in popluar number systems.

HEX 0F BE 51
Decimal 15 190 81
Binary 1111 10111110 1010001
Octal 17 276 121

Shades and tints

Shades of #0FBE51

#0FBE51
(15,190,81)
#0EAD4A
(14,173,74)
#0D9C43
(13,156,67)
#0C8B3C
(12,139,60)
#0B7A35
(11,122,53)
#0A692E
(10,105,46)
#095827
(9,88,39)
#084720
(8,71,32)
#073619
(7,54,25)
#062512
(6,37,18)
#05140B
(5,20,11)
#000000
(0,0,0)

Tints of #0FBE51

#0FBE51
(15,190,81)
#24C360
(36,195,96)
#39C86F
(57,200,111)
#4ECD7E
(78,205,126)
#63D28D
(99,210,141)
#78D79C
(120,215,156)
#8DDCAB
(141,220,171)
#A2E1BA
(162,225,186)
#B7E6C9
(183,230,201)
#CCEBD8
(204,235,216)
#E1F0E7
(225,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FBE51 color. Also use rgb(15,190,81) instead hex code.

Text Font Color

.myTextColor { color: #0FBE51; }

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

This text font color is #0FBE51.

Background Color

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

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

This div background color is #0FBE51.

Border color

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

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

This div border color is #0FBE51.

Opacity

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

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

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

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

This text has shadow with #0FBE51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0FBE51.

Preview

Color preview on black background

This text has color #0FBE51 on black background.


Color preview on white background

This text has color #0FBE51 on white background.


Black color preview on #0FBE51 background

This text has black color on #0FBE51 background.


White color preview on #0FBE51 background

This text has white color on #0FBE51 background.


Related colors

Complementary color

Complementary color for #hex is #F041AE.


I love getcolorcode.com

Triadic colors

1 #510FBE and #BE510F with #0FBE51 are triadic colors.

2 #51BE0F and #BE0F51 with #0FBE51 are triadic colors.