COLOR #0F9A17

HEX: #0F9A17 RGB: (15,154,23)

Color info

#0F9A17 contains mainly green color. Web safe color of #0F9A17 is #009900 (or #090).

RGB color model

#0F9A17 color RGB value is (15,154,23).

RGB: (15,154,23) (6%, 60%, 9%)

RGB channels and saturation

R 15 of 255 = 6%
G 154 of 255 = 60%
B 23 of 255 = 9%

15
154
23

R + G + B ~ 25%. #0F9A17 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 154 + 23 = 192 (100%)
R 15 of 192 ~ 7.81%
G 154 of 192 ~ 80.21%
B 23 of 192 ~ 11.98'%

%80.21
%11.98

CMYK color model

#0F9A17 color CMYK value is (90,0,85,40).

  • cyan value is 90.26%
  • magenta value is 0.00%
  • yellow value is 85.06%
  • key color value is 39.61%
CMYK: (90,0,85,40) C90M0Y85K40 (90%,0%,85%,40%) (0.90/0.00/0.85/0.40) 

CMYK percentages

%90.26
%0
%85.06
%39.61

Codes

Color #0F9A17 in popluar color models

0F 9A 17
RGB 15 154 23
HSL 123° 82.25% 33.14%
HSB/HSV 123° 90.26% 60.39%
CMYK 90.26% 0.00% 85.06%
39.61%

Color #0F9A17 in popluar number systems.

HEX 0F 9A 17
Decimal 15 154 23
Binary 1111 10011010 10111
Octal 17 232 27

Shades and tints

Shades of #0F9A17

#0F9A17
(15,154,23)
#0E8C15
(14,140,21)
#0D7E13
(13,126,19)
#0C7011
(12,112,17)
#0B620F
(11,98,15)
#0A540D
(10,84,13)
#09460B
(9,70,11)
#083809
(8,56,9)
#072A07
(7,42,7)
#061C05
(6,28,5)
#050E03
(5,14,3)
#000000
(0,0,0)

Tints of #0F9A17

#0F9A17
(15,154,23)
#24A32C
(36,163,44)
#39AC41
(57,172,65)
#4EB556
(78,181,86)
#63BE6B
(99,190,107)
#78C780
(120,199,128)
#8DD095
(141,208,149)
#A2D9AA
(162,217,170)
#B7E2BF
(183,226,191)
#CCEBD4
(204,235,212)
#E1F4E9
(225,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F9A17 color. Also use rgb(15,154,23) instead hex code.

Text Font Color

.myTextColor { color: #0F9A17; }

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

This text font color is #0F9A17.

Background Color

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

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

This div background color is #0F9A17.

Border color

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

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

This div border color is #0F9A17.

Opacity

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

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

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

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

This text has shadow with #0F9A17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F9A17.

Preview

Color preview on black background

This text has color #0F9A17 on black background.


Color preview on white background

This text has color #0F9A17 on white background.


Black color preview on #0F9A17 background

This text has black color on #0F9A17 background.


White color preview on #0F9A17 background

This text has white color on #0F9A17 background.


Related colors

Complementary color

Complementary color for #hex is #F065E8.


I love getcolorcode.com

Triadic colors

1 #170F9A and #9A170F with #0F9A17 are triadic colors.

2 #179A0F and #9A0F17 with #0F9A17 are triadic colors.