COLOR #0EB726

HEX: #0EB726
RGB: (14,183,38)

Color info

#0EB726 contains mainly green color. Web safe color of #0EB726 is #00CC33 (or #0C3).

RGB color model

#0EB726 color RGB value is (14,183,38).

  • red value is 14;
  • green value is 183;
  • blue value is 38.
RGB:
(14,183,38)
(5%,72%,15%)

RGB channels and saturation

R 14 of 255 = 5%
G 183 of 255 = 72%
B 38 of 255 = 15%

14
183
38

R + G + B ~ 31%. #0EB726 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 183 + 38 = 235 (100%)
R 14 of 235 ~ 5.96%
G 183 of 235 ~ 77.87%
B 38 of 235 ~ 16.17%

%77.87
%16.17

CMYK color model

#0EB726 color CMYK value is (92,0,79,28).

  • cyan value is 92.35%
  • magenta value is 0.00%
  • yellow value is 79.23%
  • key color value is 28.24%
CMYK:
(92,0,79,28)
C92M0Y79K28 
(92%,0%,79%,28%)
(0.92/0.00/0.79/0.28)	

CMYK percentages

%92.35
%0
%79.23
%28.24

Codes

Color #0EB726 in popluar color models

0EB726
RGB1418338
HSL129°85.79%38.63%
HSB/HSV129°92.35%71.76%
CMYK92.35%0.00%79.23%
28.24%

Color #0EB726 in popluar number systems.

HEX0EB726
Decimal1418338
Binary111010110111100110
Octal1626746

Shades and tints

Shades of #0EB726

#0EB726
(14,183,38)
#0DA723
(13,167,35)
#0C9720
(12,151,32)
#0B871D
(11,135,29)
#0A771A
(10,119,26)
#096717
(9,103,23)
#085714
(8,87,20)
#074711
(7,71,17)
#06370E
(6,55,14)
#05270B
(5,39,11)
#041708
(4,23,8)
#000000
(0,0,0)

Tints of #0EB726

#0EB726
(14,183,38)
#23BD39
(35,189,57)
#38C34C
(56,195,76)
#4DC95F
(77,201,95)
#62CF72
(98,207,114)
#77D585
(119,213,133)
#8CDB98
(140,219,152)
#A1E1AB
(161,225,171)
#B6E7BE
(182,231,190)
#CBEDD1
(203,237,209)
#E0F3E4
(224,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EB726 color. Also use rgb(14,183,38) instead hex code.

Text Font Color

.myTextColor { color: #0EB726; }

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

This text font color is #0EB726.


Background Color

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

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

This div background color is #0EB726.


Border color

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

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

This div border color is #0EB726.


Opacity

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

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

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

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

This text has shadow with #0EB726 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EB726 on black background.


Color preview on white background

This text has color #0EB726 on white background.



Black color preview on #0EB726 background

This text has black color on #0EB726 background.


White color preview on #0EB726 background

This text has white color on #0EB726 background.