COLOR #0FAE7A

HEX: #0FAE7A
RGB: (15,174,122)

Color info

#0FAE7A contains mainly green and blue colors. Web safe color of #0FAE7A is #009966 (or #096).

RGB color model

#0FAE7A color RGB value is (15,174,122).

  • red value is 15;
  • green value is 174;
  • blue value is 122.
RGB:
(15,174,122)
(6%,68%,48%)

RGB channels and saturation

R 15 of 255 = 6%
G 174 of 255 = 68%
B 122 of 255 = 48%

15
174
122

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

Portions of RGB colors in percentages

R + G + B =
15 + 174 + 122 = 311 (100%)
R 15 of 311 ~ 4.82%
G 174 of 311 ~ 55.95%
B 122 of 311 ~ 39.23%

%55.95
%39.23

CMYK color model

#0FAE7A color CMYK value is (91,0,30,32).

  • cyan value is 91.38%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 31.76%
CMYK:
(91,0,30,32)
C91M0Y30K32 
(91%,0%,30%,32%)
(0.91/0.00/0.30/0.32)	

CMYK percentages

%91.38
%0
%29.89
%31.76

Codes

Color #0FAE7A in popluar color models

0FAE7A
RGB15174122
HSL160°84.13%37.06%
HSB/HSV160°91.38%68.24%
CMYK91.38%0.00%29.89%
31.76%

Color #0FAE7A in popluar number systems.

HEX0FAE7A
Decimal15174122
Binary1111101011101111010
Octal17256172

Shades and tints

Shades of #0FAE7A

#0FAE7A
(15,174,122)
#0E9F6F
(14,159,111)
#0D9064
(13,144,100)
#0C8159
(12,129,89)
#0B724E
(11,114,78)
#0A6343
(10,99,67)
#095438
(9,84,56)
#08452D
(8,69,45)
#073622
(7,54,34)
#062717
(6,39,23)
#05180C
(5,24,12)
#000000
(0,0,0)

Tints of #0FAE7A

#0FAE7A
(15,174,122)
#24B586
(36,181,134)
#39BC92
(57,188,146)
#4EC39E
(78,195,158)
#63CAAA
(99,202,170)
#78D1B6
(120,209,182)
#8DD8C2
(141,216,194)
#A2DFCE
(162,223,206)
#B7E6DA
(183,230,218)
#CCEDE6
(204,237,230)
#E1F4F2
(225,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FAE7A color. Also use rgb(15,174,122) instead hex code.

Text Font Color

.myTextColor { color: #0FAE7A; }

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

This text font color is #0FAE7A.


Background Color

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

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

This div background color is #0FAE7A.


Border color

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

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

This div border color is #0FAE7A.


Opacity

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

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

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

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

This text has shadow with #0FAE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FAE7A on black background.


Color preview on white background

This text has color #0FAE7A on white background.



Black color preview on #0FAE7A background

This text has black color on #0FAE7A background.


White color preview on #0FAE7A background

This text has white color on #0FAE7A background.