COLOR #0FF552

HEX: #0FF552
RGB: (15,245,82)

Color info

#0FF552 contains mainly green color. Web safe color of #0FF552 is #00FF66 (or #0F6).

RGB color model

#0FF552 color RGB value is (15,245,82).

  • red value is 15;
  • green value is 245;
  • blue value is 82.
RGB:
(15,245,82)
(6%,96%,32%)

RGB channels and saturation

R 15 of 255 = 6%
G 245 of 255 = 96%
B 82 of 255 = 32%

15
245
82

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

Portions of RGB colors in percentages

R + G + B =
15 + 245 + 82 = 342 (100%)
R 15 of 342 ~ 4.39%
G 245 of 342 ~ 71.64%
B 82 of 342 ~ 23.98%

%71.64
%23.98

CMYK color model

#0FF552 color CMYK value is (94,0,67,4).

  • cyan value is 93.88%
  • magenta value is 0.00%
  • yellow value is 66.53%
  • key color value is 3.92%
CMYK:
(94,0,67,4)
C94M0Y67K4 
(94%,0%,67%,4%)
(0.94/0.00/0.67/0.04)	

CMYK percentages

%93.88
%0
%66.53
%3.92

Codes

Color #0FF552 in popluar color models

0FF552
RGB1524582
HSL137°92.00%50.98%
HSB/HSV137°93.88%96.08%
CMYK93.88%0.00%66.53%
3.92%

Color #0FF552 in popluar number systems.

HEX0FF552
Decimal1524582
Binary1111111101011010010
Octal17365122

Shades and tints

Shades of #0FF552

#0FF552
(15,245,82)
#0EDF4B
(14,223,75)
#0DC944
(13,201,68)
#0CB33D
(12,179,61)
#0B9D36
(11,157,54)
#0A872F
(10,135,47)
#097128
(9,113,40)
#085B21
(8,91,33)
#07451A
(7,69,26)
#062F13
(6,47,19)
#05190C
(5,25,12)
#000000
(0,0,0)

Tints of #0FF552

#0FF552
(15,245,82)
#24F561
(36,245,97)
#39F570
(57,245,112)
#4EF57F
(78,245,127)
#63F58E
(99,245,142)
#78F59D
(120,245,157)
#8DF5AC
(141,245,172)
#A2F5BB
(162,245,187)
#B7F5CA
(183,245,202)
#CCF5D9
(204,245,217)
#E1F5E8
(225,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FF552 color. Also use rgb(15,245,82) instead hex code.

Text Font Color

.myTextColor { color: #0FF552; }

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

This text font color is #0FF552.


Background Color

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

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

This div background color is #0FF552.


Border color

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

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

This div border color is #0FF552.


Opacity

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

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

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

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

This text has shadow with #0FF552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FF552 on black background.


Color preview on white background

This text has color #0FF552 on white background.



Black color preview on #0FF552 background

This text has black color on #0FF552 background.


White color preview on #0FF552 background

This text has white color on #0FF552 background.