COLOR #0FD397

HEX: #0FD397
RGB: (15,211,151)

Color info

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

RGB color model

#0FD397 color RGB value is (15,211,151).

  • red value is 15;
  • green value is 211;
  • blue value is 151.
RGB:
(15,211,151)
(6%,83%,59%)

RGB channels and saturation

R 15 of 255 = 6%
G 211 of 255 = 83%
B 151 of 255 = 59%

15
211
151

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

Portions of RGB colors in percentages

R + G + B =
15 + 211 + 151 = 377 (100%)
R 15 of 377 ~ 3.98%
G 211 of 377 ~ 55.97%
B 151 of 377 ~ 40.05%

%55.97
%40.05

CMYK color model

#0FD397 color CMYK value is (93,0,28,17).

  • cyan value is 92.89%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 17.25%
CMYK:
(93,0,28,17)
C93M0Y28K17 
(93%,0%,28%,17%)
(0.93/0.00/0.28/0.17)	

CMYK percentages

%92.89
%0
%28.44
%17.25

Codes

Color #0FD397 in popluar color models

0FD397
RGB15211151
HSL162°86.73%44.31%
HSB/HSV162°92.89%82.75%
CMYK92.89%0.00%28.44%
17.25%

Color #0FD397 in popluar number systems.

HEX0FD397
Decimal15211151
Binary11111101001110010111
Octal17323227

Shades and tints

Shades of #0FD397

#0FD397
(15,211,151)
#0EC08A
(14,192,138)
#0DAD7D
(13,173,125)
#0C9A70
(12,154,112)
#0B8763
(11,135,99)
#0A7456
(10,116,86)
#096149
(9,97,73)
#084E3C
(8,78,60)
#073B2F
(7,59,47)
#062822
(6,40,34)
#051515
(5,21,21)
#000000
(0,0,0)

Tints of #0FD397

#0FD397
(15,211,151)
#24D7A0
(36,215,160)
#39DBA9
(57,219,169)
#4EDFB2
(78,223,178)
#63E3BB
(99,227,187)
#78E7C4
(120,231,196)
#8DEBCD
(141,235,205)
#A2EFD6
(162,239,214)
#B7F3DF
(183,243,223)
#CCF7E8
(204,247,232)
#E1FBF1
(225,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FD397 color. Also use rgb(15,211,151) instead hex code.

Text Font Color

.myTextColor { color: #0FD397; }

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

This text font color is #0FD397.


Background Color

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

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

This div background color is #0FD397.


Border color

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

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

This div border color is #0FD397.


Opacity

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

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

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

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

This text has shadow with #0FD397 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FD397 on black background.


Color preview on white background

This text has color #0FD397 on white background.



Black color preview on #0FD397 background

This text has black color on #0FD397 background.


White color preview on #0FD397 background

This text has white color on #0FD397 background.