COLOR #0FE591

HEX: #0FE591
RGB: (15,229,145)

Color info

#0FE591 contains mainly green color. Web safe color of #0FE591 is #00CC99 (or #0C9).

RGB color model

#0FE591 color RGB value is (15,229,145).

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

RGB channels and saturation

R 15 of 255 = 6%
G 229 of 255 = 90%
B 145 of 255 = 57%

15
229
145

R + G + B ~ 51%. #0FE591 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 229 + 145 = 389 (100%)
R 15 of 389 ~ 3.86%
G 229 of 389 ~ 58.87%
B 145 of 389 ~ 37.28%

%58.87
%37.28

CMYK color model

#0FE591 color CMYK value is (93,0,37,10).

  • cyan value is 93.45%
  • magenta value is 0.00%
  • yellow value is 36.68%
  • key color value is 10.20%
CMYK:
(93,0,37,10)
C93M0Y37K10 
(93%,0%,37%,10%)
(0.93/0.00/0.37/0.10)	

CMYK percentages

%93.45
%0
%36.68
%10.2

Codes

Color #0FE591 in popluar color models

0FE591
RGB15229145
HSL156°87.70%47.84%
HSB/HSV156°93.45%89.80%
CMYK93.45%0.00%36.68%
10.20%

Color #0FE591 in popluar number systems.

HEX0FE591
Decimal15229145
Binary11111110010110010001
Octal17345221

Shades and tints

Shades of #0FE591

#0FE591
(15,229,145)
#0ED184
(14,209,132)
#0DBD77
(13,189,119)
#0CA96A
(12,169,106)
#0B955D
(11,149,93)
#0A8150
(10,129,80)
#096D43
(9,109,67)
#085936
(8,89,54)
#074529
(7,69,41)
#06311C
(6,49,28)
#051D0F
(5,29,15)
#000000
(0,0,0)

Tints of #0FE591

#0FE591
(15,229,145)
#24E79B
(36,231,155)
#39E9A5
(57,233,165)
#4EEBAF
(78,235,175)
#63EDB9
(99,237,185)
#78EFC3
(120,239,195)
#8DF1CD
(141,241,205)
#A2F3D7
(162,243,215)
#B7F5E1
(183,245,225)
#CCF7EB
(204,247,235)
#E1F9F5
(225,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0FE591; }

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

This text font color is #0FE591.


Background Color

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

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

This div background color is #0FE591.


Border color

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

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

This div border color is #0FE591.


Opacity

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

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

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

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

This text has shadow with #0FE591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FE591 on black background.


Color preview on white background

This text has color #0FE591 on white background.



Black color preview on #0FE591 background

This text has black color on #0FE591 background.


White color preview on #0FE591 background

This text has white color on #0FE591 background.